=== 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-0075 --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-0075",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
142 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
142 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0075_ses-04_task-fractional_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0075_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0075_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-0075/figures/sub-0075_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0075_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-0075/figures/sub-0075_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0075_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-0075/figures/sub-0075_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0075_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-0075/figures/sub-0075_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0075_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-0075/figures/sub-0075_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0075_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-0075/figures/sub-0075_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0075_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-0075/figures/sub-0075_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0075/figures/sub-0075_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0075/ses-04/func/sub-0075_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>e3ac708f5e19ff019ce00feae000ffab</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:34:35.480000</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.997668, 0.0248219, 0.0635729, -0.0221176, 0.998835, -0.0428955]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0876785</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4168, -7691, -7245, 519, 0, 6, 26, 26]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 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>229.189</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>8c7e16f1-8ea9-4380-bed3-891416e489c5||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.6766715049743652, -0.05933988839387894, 0.17432165145874023, 109.3919448852539], [-0.06659546494483948, 2.679800510406494, -0.11175147444009781, -82.46585845947266], [0.17056146264076233, 0.11508557200431824, 2.6920480728149414, -85.70490264892578], [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': ['123435.480000', '123435.940000', '123436.400000', '123436.860000', '123437.320000', '123437.780000', '123438.240000', '123438.700000', '123439.160000', '123439.620000', '123440.080000', '123440.540000', '123441.000000', '123441.460000', '123441.920000', '123442.380000', '123442.840000', '123443.300000', '123443.760000', '123444.220000', '123444.680000', '123445.140000', '123445.600000', '123446.060000', '123446.520000', '123446.980000', '123447.440000', '123447.900000', '123448.360000', '123448.820000', '123449.280000', '123449.740000', '123450.200000', '123450.660000', '123451.120000', '123451.580000', '123452.040000', '123452.500000', '123452.960000', '123453.420000', '123453.880000', '123454.340000', '123454.800000', '123455.260000', '123455.720000', '123456.180000', '123456.640000', '123457.100000', '123457.560000', '123458.020000', '123458.480000', '123458.940000', '123459.400000', '123459.860000', '123500.320000', '123500.780000', '123501.240000', '123501.700000', '123502.160000', '123502.620000', '123503.080000', '123503.540000', '123504.000000', '123504.460000', '123504.920000', '123505.380000', '123505.840000', '123506.300000', '123506.760000', '123507.220000', '123507.680000', '123508.140000', '123508.600000', '123509.060000', '123509.520000', '123509.980000', '123510.440000', '123510.900000', '123511.360000', '123511.820000', '123512.280000', '123512.740000', '123513.200000', '123513.660000', '123514.120000', '123514.580000', '123515.040000', '123515.500000', '123515.960000', '123516.420000', '123516.880000', '123517.340000', '123517.800000', '123518.260000', '123518.720000', '123519.180000', '123519.640000', '123520.100000', '123520.560000', '123521.020000', '123521.480000', '123521.940000', '123522.400000', '123522.860000', '123523.320000', '123523.780000', '123524.240000', '123524.700000', '123525.160000', '123525.620000', '123526.080000', '123526.540000', '123527.000000', '123527.460000', '123527.920000', '123528.380000', '123528.840000', '123529.300000', '123529.760000', '123530.220000', '123530.680000', '123531.140000', '123531.600000', '123532.060000', '123532.520000', '123532.980000', '123533.440000', '123533.900000', '123534.360000', '123534.820000', '123535.280000', '123535.740000', '123536.200000', '123536.660000', '123537.120000', '123537.580000', '123538.040000', '123538.500000', '123538.960000', '123539.420000', '123539.880000', '123540.340000', '123540.800000', '123541.260000', '123541.720000', '123542.180000', '123542.640000', '123543.100000', '123543.560000', '123544.020000', '123544.480000', '123544.940000', '123545.400000', '123545.860000', '123546.320000', '123546.780000', '123547.240000', '123547.700000', '123548.160000', '123548.620000', '123549.080000', '123549.540000', '123550.000000', '123550.460000', '123550.920000', '123551.380000', '123551.840000', '123552.300000', '123552.760000', '123553.220000', '123553.680000', '123554.140000', '123554.600000', '123555.060000', '123555.520000', '123555.980000', '123556.440000', '123556.900000', '123557.360000', '123557.820000', '123558.280000', '123558.740000', '123559.200000', '123559.660000', '123600.120000', '123600.580000', '123601.040000', '123601.500000', '123601.960000', '123602.420000', '123602.880000', '123603.340000', '123603.800000', '123604.260000', '123604.720000', '123605.180000', '123605.640000', '123606.100000', '123606.560000', '123607.020000', '123607.480000', '123607.940000', '123608.400000', '123608.860000', '123609.320000', '123609.780000', '123610.240000', '123610.700000', '123611.160000', '123611.620000', '123612.080000', '123612.540000', '123613.000000', '123613.460000', '123613.920000', '123614.380000', '123614.840000', '123615.300000', '123615.760000', '123616.220000', '123616.680000', '123617.140000', '123617.600000', '123618.060000', '123618.520000', '123618.980000', '123619.440000', '123619.900000', '123620.360000', '123620.820000', '123621.280000', '123621.740000', '123622.200000', '123622.660000', '123623.120000', '123623.580000', '123624.040000', '123624.500000', '123624.960000', '123625.420000', '123625.880000', '123626.340000', '123626.800000', '123627.260000', '123627.720000', '123628.180000', '123628.640000', '123629.100000', '123629.560000', '123630.020000', '123630.480000', '123630.940000', '123631.400000', '123631.860000', '123632.320000', '123632.780000', '123633.240000', '123633.700000', '123634.160000', '123634.620000', '123635.080000', '123635.540000', '123636.000000', '123636.460000', '123636.920000', '123637.380000', '123637.840000', '123638.300000', '123638.760000', '123639.220000', '123639.680000', '123640.140000', '123640.600000', '123641.060000', '123641.520000', '123641.980000', '123642.440000', '123642.900000', '123643.360000', '123643.820000', '123644.280000', '123644.740000', '123645.200000', '123645.660000', '123646.120000', '123646.580000', '123647.040000', '123647.500000', '123647.960000', '123648.420000', '123648.880000', '123649.340000', '123649.800000', '123650.260000', '123650.720000', '123651.180000', '123651.640000', '123652.100000', '123652.560000', '123653.020000', '123653.480000', '123653.940000', '123654.400000', '123654.860000', '123655.320000', '123655.780000', '123656.240000', '123656.700000', '123657.160000', '123657.620000', '123658.080000', '123658.540000', '123659.000000', '123659.460000', '123659.920000', '123700.380000', '123700.840000', '123701.300000', '123701.760000', '123702.220000', '123702.680000', '123703.140000', '123703.600000', '123704.060000', '123704.520000', '123704.980000', '123705.440000', '123705.900000', '123706.360000', '123706.820000', '123707.280000', '123707.740000', '123708.200000', '123708.660000', '123709.120000', '123709.580000', '123710.040000', '123710.500000', '123710.960000', '123711.420000', '123711.880000', '123712.340000', '123712.800000', '123713.260000', '123713.720000', '123714.180000', '123714.640000', '123715.100000', '123715.560000', '123716.020000', '123716.480000', '123716.940000', '123717.400000', '123717.860000', '123718.320000', '123718.780000', '123719.240000', '123719.700000', '123720.160000', '123720.620000', '123721.080000', '123721.540000', '123722.000000', '123722.460000', '123722.920000', '123723.380000', '123723.840000', '123724.300000', '123724.760000', '123725.220000', '123725.680000', '123726.140000', '123726.600000', '123727.060000', '123727.520000', '123727.980000', '123728.440000', '123728.900000', '123729.360000', '123729.820000', '123730.280000', '123730.740000', '123731.200000', '123731.660000', '123732.120000', '123732.580000', '123733.040000', '123733.500000', '123733.960000', '123734.420000', '123734.880000', '123735.340000', '123735.800000', '123736.260000', '123736.720000', '123737.180000', '123737.640000', '123738.100000', '123738.560000', '123739.020000', '123739.480000', '123739.940000', '123740.400000', '123740.860000', '123741.320000', '123741.780000', '123742.240000', '123742.700000', '123743.160000', '123743.620000', '123744.080000', '123744.540000', '123745.000000', '123745.460000', '123745.920000', '123746.380000', '123746.840000', '123747.300000', '123747.760000', '123748.220000', '123748.680000', '123749.140000', '123749.600000', '123750.060000', '123750.520000', '123750.980000', '123751.440000', '123751.900000', '123752.360000', '123752.820000', '123753.280000', '123753.740000', '123754.200000', '123754.660000', '123755.120000', '123755.580000', '123756.040000', '123756.500000', '123756.960000', '123757.420000', '123757.880000', '123758.340000', '123758.800000', '123759.260000', '123759.720000', '123800.180000', '123800.640000', '123801.100000', '123801.560000', '123802.020000', '123802.480000', '123802.940000', '123803.400000', '123803.860000', '123804.320000', '123804.780000', '123805.240000', '123805.700000', '123806.160000', '123806.620000', '123807.080000', '123807.540000', '123808.000000', '123808.460000', '123808.920000', '123809.380000', '123809.840000', '123810.300000', '123810.760000', '123811.220000', '123811.680000', '123812.140000', '123812.600000', '123813.060000', '123813.520000', '123813.980000', '123814.440000', '123814.900000', '123815.360000', '123815.820000', '123816.280000', '123816.740000', '123817.200000', '123817.660000', '123818.120000', '123818.580000', '123819.040000', '123819.500000', '123819.960000', '123820.420000', '123820.880000', '123821.340000', '123821.800000', '123822.260000', '123822.720000', '123823.180000', '123823.640000', '123824.100000', '123824.560000', '123825.020000', '123825.480000', '123825.940000', '123826.400000', '123826.860000', '123827.320000', '123827.780000', '123828.240000', '123828.700000', '123829.160000', '123829.620000', '123830.080000', '123830.540000', '123831.000000', '123831.460000', '123831.920000', '123832.380000', '123832.840000', '123833.300000', '123833.760000', '123834.220000', '123834.680000', '123835.140000', '123835.600000', '123836.060000', '123836.520000', '123836.980000', '123837.440000', '123837.900000', '123838.360000', '123838.820000', '123839.280000', '123839.740000', '123840.200000', '123840.660000', '123841.120000', '123841.580000', '123842.040000', '123842.500000', '123842.960000', '123843.420000', '123843.880000', '123844.340000', '123844.800000', '123845.260000', '123845.720000', '123846.180000', '123846.640000', '123847.100000', '123847.560000', '123848.020000', '123848.480000', '123848.940000', '123849.400000', '123849.860000', '123850.320000', '123850.780000', '123851.240000', '123851.700000', '123852.160000', '123852.620000', '123853.080000', '123853.540000', '123854.000000', '123854.460000', '123854.920000', '123855.380000', '123855.840000', '123856.300000', '123856.760000', '123857.220000', '123857.680000', '123858.140000', '123858.600000', '123859.060000', '123859.520000', '123859.980000', '123900.440000', '123900.900000', '123901.360000', '123901.820000', '123902.280000', '123902.740000', '123903.200000', '123903.660000', '123904.120000', '123904.580000', '123905.040000', '123905.500000', '123905.960000', '123906.420000', '123906.880000', '123907.340000', '123907.800000', '123908.260000', '123908.720000', '123909.180000', '123909.640000', '123910.100000', '123910.560000', '123911.020000', '123911.480000', '123911.940000', '123912.400000', '123912.860000', '123913.320000', '123913.780000', '123914.240000', '123914.700000', '123915.160000', '123915.620000', '123916.080000', '123916.540000', '123917.000000', '123917.460000', '123917.920000', '123918.380000', '123918.840000', '123919.300000', '123919.760000', '123920.220000', '123920.680000', '123921.140000', '123921.600000', '123922.060000', '123922.520000', '123922.980000', '123923.440000', '123923.900000', '123924.360000', '123924.820000', '123925.280000', '123925.740000', '123926.200000', '123926.660000', '123927.120000', '123927.580000', '123928.040000', '123928.500000', '123928.960000', '123929.420000', '123929.880000', '123930.340000', '123930.800000', '123931.260000', '123931.720000', '123932.180000', '123932.640000', '123933.100000', '123933.560000', '123934.020000', '123934.480000', '123934.940000', '123935.400000', '123935.860000', '123936.320000', '123936.780000', '123937.240000', '123937.700000', '123938.160000', '123938.620000', '123939.080000', '123939.540000', '123940.000000', '123940.460000', '123940.920000', '123941.380000', '123941.840000', '123942.300000', '123942.760000', '123943.220000', '123943.680000', '123944.140000', '123944.600000', '123945.060000', '123945.520000', '123945.980000', '123946.440000', '123946.900000', '123947.360000', '123947.820000', '123948.280000', '123948.740000', '123949.200000', '123949.660000', '123950.120000', '123950.580000', '123951.040000', '123951.500000', '123951.960000', '123952.420000', '123952.880000', '123953.340000', '123953.800000', '123954.260000', '123954.720000', '123955.180000', '123955.640000', '123956.100000', '123956.560000', '123957.020000', '123957.480000', '123957.940000', '123958.400000', '123958.860000', '123959.320000', '123959.780000', '124000.240000', '124000.700000', '124001.160000', '124001.620000', '124002.080000', '124002.540000', '124003.000000', '124003.460000', '124003.920000', '124004.380000', '124004.840000', '124005.300000', '124005.760000', '124006.220000', '124006.680000', '124007.140000', '124007.600000', '124008.060000', '124008.520000', '124008.980000', '124009.440000', '124009.900000', '124010.360000', '124010.820000', '124011.280000', '124011.740000', '124012.200000', '124012.660000', '124013.120000', '124013.580000', '124014.040000', '124014.500000', '124014.960000', '124015.420000', '124015.880000', '124016.340000', '124016.800000', '124017.260000', '124017.720000', '124018.180000', '124018.640000', '124019.100000', '124019.560000', '124020.020000', '124020.480000', '124020.940000', '124021.400000', '124021.860000', '124022.320000', '124022.780000', '124023.240000', '124023.700000', '124024.160000', '124024.620000', '124025.080000', '124025.540000', '124026.000000', '124026.460000', '124026.920000', '124027.380000', '124027.840000', '124028.300000', '124028.760000', '124029.220000', '124029.680000', '124030.140000', '124030.600000', '124031.060000', '124031.520000', '124031.980000', '124032.440000', '124032.900000', '124033.360000', '124033.820000', '124034.280000', '124034.740000', '124035.200000', '124035.660000', '124036.120000', '124036.580000', '124037.040000', '124037.500000', '124037.960000', '124038.420000', '124038.880000', '124039.340000', '124039.800000', '124040.260000', '124040.720000', '124041.180000', '124041.640000', '124042.100000', '124042.560000', '124043.020000', '124043.480000', '124043.940000', '124044.400000', '124044.860000', '124045.320000', '124045.780000', '124046.240000', '124046.700000', '124047.160000', '124047.620000', '124048.080000', '124048.540000', '124049.000000', '124049.460000', '124049.920000', '124050.380000', '124050.840000', '124051.300000', '124051.760000', '124052.220000', '124052.680000', '124053.140000', '124053.600000', '124054.060000', '124054.520000', '124054.980000', '124055.440000', '124055.900000', '124056.360000', '124056.820000', '124057.280000', '124057.740000', '124058.200000', '124058.660000', '124059.120000', '124059.580000', '124100.040000', '124100.500000', '124100.960000', '124101.420000', '124101.880000', '124102.340000', '124102.800000', '124103.260000', '124103.720000', '124104.180000', '124104.640000', '124105.100000', '124105.560000', '124106.020000', '124106.480000', '124106.940000', '124107.400000', '124107.860000', '124108.320000', '124108.780000', '124109.240000', '124109.700000', '124110.160000', '124110.620000', '124111.080000', '124111.540000', '124112.000000', '124112.460000', '124112.920000', '124113.380000', '124113.840000', '124114.300000', '124114.760000', '124115.220000', '124115.680000', '124116.140000', '124116.600000', '124117.060000', '124117.520000', '124117.980000', '124118.440000', '124118.900000', '124119.360000', '124119.820000', '124120.280000', '124120.740000', '124121.200000', '124121.660000', '124122.120000', '124122.580000', '124123.040000', '124123.500000', '124123.960000', '124124.420000', '124124.880000', '124125.340000', '124125.800000', '124126.260000', '124126.720000', '124127.180000', '124127.640000', '124128.100000', '124128.560000', '124129.020000', '124129.480000', '124129.940000', '124130.400000', '124130.860000', '124131.320000', '124131.780000', '124132.240000', '124132.700000', '124133.160000', '124133.620000', '124134.080000', '124134.540000', '124135.000000', '124135.460000', '124135.920000', '124136.380000', '124136.840000', '124137.300000', '124137.760000', '124138.220000', '124138.680000', '124139.140000', '124139.600000', '124140.060000', '124140.520000', '124140.980000', '124141.440000', '124141.900000', '124142.360000', '124142.820000', '124143.280000', '124143.740000', '124144.200000', '124144.660000', '124145.120000', '124145.580000', '124146.040000', '124146.500000', '124146.960000', '124147.420000', '124147.880000', '124148.340000', '124148.800000', '124149.260000', '124149.720000', '124150.180000', '124150.640000', '124151.100000', '124151.560000', '124152.020000', '124152.480000', '124152.940000', '124153.400000', '124153.860000', '124154.320000', '124154.780000', '124155.240000', '124155.700000', '124156.160000', '124156.620000', '124157.080000', '124157.540000', '124158.000000', '124158.460000', '124158.920000', '124159.380000', '124159.840000', '124200.300000', '124200.760000', '124201.220000', '124201.680000', '124202.140000', '124202.600000', '124203.060000', '124203.520000', '124203.980000', '124204.440000', '124204.900000', '124205.360000', '124205.820000', '124206.280000', '124206.740000', '124207.200000', '124207.660000', '124208.120000', '124208.580000', '124209.040000', '124209.500000', '124209.960000', '124210.420000', '124210.880000', '124211.340000', '124211.800000', '124212.260000', '124212.720000', '124213.180000', '124213.640000', '124214.100000', '124214.560000', '124215.020000', '124215.480000', '124215.940000', '124216.400000', '124216.860000', '124217.320000', '124217.780000', '124218.240000', '124218.700000', '124219.160000', '124219.620000', '124220.080000', '124220.540000', '124221.000000', '124221.460000', '124221.920000', '124222.380000', '124222.840000', '124223.300000', '124223.760000', '124224.220000', '124224.680000', '124225.140000', '124225.600000', '124226.060000', '124226.520000', '124226.980000', '124227.440000', '124227.900000', '124228.360000', '124228.820000', '124229.280000', '124229.740000', '124230.200000', '124230.660000', '124231.120000', '124231.580000', '124232.040000', '124232.500000', '124232.960000', '124233.420000', '124233.880000', '124234.340000', '124234.800000', '124235.260000', '124235.720000', '124236.180000', '124236.640000', '124237.100000', '124237.560000', '124238.020000', '124238.480000', '124238.940000', '124239.400000', '124239.860000', '124240.320000', '124240.780000', '124241.240000', '124241.700000', '124242.160000', '124242.620000', '124243.080000', '124243.540000', '124244.000000', '124244.460000', '124244.920000', '124245.380000', '124245.840000', '124246.300000', '124246.760000', '124247.220000', '124247.680000', '124248.140000', '124248.600000', '124249.060000', '124249.520000', '124249.980000', '124250.440000', '124250.900000', '124251.360000', '124251.820000', '124252.280000', '124252.740000', '124253.200000', '124253.660000', '124254.120000', '124254.580000', '124255.040000', '124255.500000', '124255.960000', '124256.420000', '124256.880000', '124257.340000', '124257.800000', '124258.260000', '124258.720000', '124259.180000', '124259.640000', '124300.100000', '124300.560000', '124301.020000', '124301.480000', '124301.940000', '124302.400000', '124302.860000', '124303.320000', '124303.780000', '124304.240000', '124304.700000', '124305.160000', '124305.620000', '124306.080000', '124306.540000', '124307.000000', '124307.460000', '124307.920000', '124308.380000', '124308.840000', '124309.300000', '124309.760000', '124310.220000', '124310.680000', '124311.140000', '124311.600000', '124312.060000', '124312.520000', '124312.980000', '124313.440000', '124313.900000', '124314.360000', '124314.820000', '124315.280000', '124315.740000', '124316.200000', '124316.660000', '124317.120000', '124317.580000', '124318.040000', '124318.500000', '124318.960000', '124319.420000', '124319.880000', '124320.340000', '124320.800000', '124321.260000', '124321.720000', '124322.180000', '124322.640000', '124323.100000', '124323.560000', '124324.020000', '124324.480000', '124324.940000', '124325.400000', '124325.860000', '124326.320000', '124326.780000', '124327.240000', '124327.700000', '124328.160000', '124328.620000', '124329.080000', '124329.540000', '124330.000000', '124330.460000', '124330.920000', '124331.380000', '124331.840000', '124332.300000', '124332.760000', '124333.220000', '124333.680000', '124334.140000', '124334.600000', '124335.060000', '124335.520000', '124335.980000', '124336.440000', '124336.900000', '124337.360000', '124337.820000', '124338.280000', '124338.740000', '124339.200000', '124339.660000', '124340.120000', '124340.580000', '124341.040000', '124341.500000', '124341.960000', '124342.420000', '124342.880000', '124343.340000', '124343.800000', '124344.260000', '124344.720000', '124345.180000', '124345.640000', '124346.100000', '124346.560000', '124347.020000', '124347.480000', '124347.940000', '124348.400000', '124348.860000', '124349.320000', '124349.780000', '124350.240000', '124350.700000', '124351.160000', '124351.620000', '124352.080000', '124352.540000', '124353.000000', '124353.460000', '124353.920000', '124354.380000', '124354.840000', '124355.300000', '124355.760000', '124356.220000', '124356.680000', '124357.140000', '124357.600000', '124358.060000', '124358.520000', '124358.980000', '124359.440000', '124359.900000', '124400.360000', '124400.820000', '124401.280000', '124401.740000', '124402.200000', '124402.660000', '124403.120000', '124403.580000', '124404.040000', '124404.500000', '124404.960000', '124405.420000', '124405.880000', '124406.340000', '124406.800000', '124407.260000', '124407.720000', '124408.180000', '124408.640000', '124409.100000', '124409.560000', '124410.020000', '124410.480000', '124410.940000', '124411.400000', '124411.860000', '124412.320000', '124412.780000', '124413.240000', '124413.700000', '124414.160000', '124414.620000', '124415.080000', '124415.540000', '124416.000000', '124416.460000', '124416.920000', '124417.380000', '124417.840000', '124418.300000', '124418.760000', '124419.220000', '124419.680000', '124420.140000', '124420.600000', '124421.060000', '124421.520000', '124421.980000', '124422.440000', '124422.900000', '124423.360000', '124423.820000', '124424.280000', '124424.740000', '124425.200000', '124425.660000', '124426.120000', '124426.580000', '124427.040000', '124427.500000', '124427.960000', '124428.420000', '124428.880000', '124429.340000', '124429.800000', '124430.260000', '124430.720000', '124431.180000', '124431.640000', '124432.100000', '124432.560000', '124433.020000', '124433.480000', '124433.940000', '124434.400000', '124434.860000', '124435.320000', '124435.780000', '124436.240000', '124436.700000', '124437.160000', '124437.620000', '124438.080000', '124438.540000', '124439.000000', '124439.460000', '124439.920000', '124440.380000', '124440.840000', '124441.300000', '124441.760000', '124442.220000', '124442.680000', '124443.140000'], 'ContentTime': ['123457.687000', '123457.690000', '123457.693000', '123457.696000', '123457.698000', '123457.701000', '123457.704000', '123457.706000', '123457.716000', '123457.718000', '123457.721000', '123457.723000', '123457.726000', '123457.729000', '123457.731000', '123457.734000', '123457.737000', '123457.739000', '123457.742000', '123457.744000', '123457.747000', '123457.750000', '123457.752000', '123457.755000', '123457.757000', '123457.760000', '123457.763000', '123457.765000', '123457.768000', '123457.771000', '123457.773000', '123457.776000', '123457.779000', '123457.781000', '123457.786000', '123457.789000', '123457.791000', '123457.794000', '123457.796000', '123457.799000', '123457.802000', '123457.804000', '123457.807000', '123457.810000', '123457.812000', '123457.815000', '123517.659000', '123517.661000', '123517.664000', '123517.667000', '123517.670000', '123517.672000', '123517.675000', '123517.677000', '123517.680000', '123517.683000', '123517.685000', '123517.688000', '123517.690000', '123517.693000', '123517.696000', '123517.698000', '123517.701000', '123517.703000', '123517.706000', '123517.709000', '123517.711000', '123517.714000', '123517.716000', '123517.719000', '123517.722000', '123517.724000', '123517.727000', '123517.738000', '123517.741000', '123517.743000', '123517.746000', '123517.749000', '123517.751000', '123517.754000', '123517.756000', '123517.759000', '123517.762000', '123517.764000', '123517.767000', '123517.769000', '123517.772000', '123517.775000', '123517.777000', '123517.780000', '123537.657000', '123537.660000', '123537.663000', '123537.665000', '123537.668000', '123537.671000', '123537.673000', '123537.676000', '123537.679000', '123537.681000', '123537.684000', '123537.687000', '123537.689000', '123537.692000', '123537.694000', '123537.697000', '123537.699000', '123537.702000', '123537.705000', '123537.708000', '123537.710000', '123537.713000', '123537.726000', '123537.729000', '123537.731000', '123537.734000', '123537.737000', '123537.741000', '123537.743000', '123537.746000', '123537.749000', '123537.751000', '123537.754000', '123537.757000', '123537.759000', '123537.762000', '123537.770000', '123537.773000', '123537.775000', '123537.778000', '123537.781000', '123537.783000', '123537.786000', '123557.658000', '123557.660000', '123557.663000', '123557.666000', '123557.668000', '123557.671000', '123557.673000', '123557.676000', '123557.679000', '123557.691000', '123557.693000', '123557.696000', '123557.698000', '123557.701000', '123557.704000', '123557.706000', '123557.709000', '123557.712000', '123557.714000', '123557.717000', '123557.719000', '123557.722000', '123557.725000', '123557.727000', '123557.730000', '123557.732000', '123557.735000', '123557.738000', '123557.740000', '123557.743000', '123557.746000', '123557.748000', '123557.751000', '123557.754000', '123557.756000', '123557.759000', '123557.761000', '123557.764000', '123557.767000', '123557.769000', '123557.772000', '123557.774000', '123557.777000', '123557.780000', '123617.659000', '123617.661000', '123617.664000', '123617.667000', '123617.669000', '123617.672000', '123617.674000', '123617.677000', '123617.680000', '123617.682000', '123617.685000', '123617.688000', '123617.690000', '123617.693000', '123617.695000', '123617.698000', '123617.701000', '123617.704000', '123617.706000', '123617.709000', '123617.712000', '123617.714000', '123617.717000', '123617.719000', '123617.722000', '123617.725000', '123617.728000', '123617.731000', '123617.734000', '123617.737000', '123617.740000', '123617.742000', '123617.745000', '123617.747000', '123617.750000', '123617.753000', '123617.755000', '123617.758000', '123617.761000', '123617.763000', '123617.773000', '123617.776000', '123617.778000', '123637.658000', '123637.661000', '123637.664000', '123637.667000', '123637.669000', '123637.672000', '123637.675000', '123637.677000', '123637.680000', '123637.682000', '123637.685000', '123637.688000', '123637.690000', '123637.693000', '123637.696000', '123637.705000', '123637.708000', '123637.711000', '123637.713000', '123637.716000', '123637.719000', '123637.721000', '123637.724000', '123637.726000', '123637.729000', '123637.732000', '123637.734000', '123637.737000', '123637.740000', '123637.742000', '123637.745000', '123637.748000', '123637.750000', '123637.753000', '123637.756000', '123637.758000', '123637.761000', '123637.764000', '123637.766000', '123637.769000', '123637.771000', '123637.774000', '123637.777000', '123637.779000', '123657.659000', '123657.661000', '123657.664000', '123657.667000', '123657.669000', '123657.672000', '123657.675000', '123657.677000', '123657.680000', '123657.683000', '123657.685000', '123657.688000', '123657.690000', '123657.693000', '123657.696000', '123657.698000', '123657.701000', '123657.704000', '123657.706000', '123657.709000', '123657.711000', '123657.714000', '123657.717000', '123657.719000', '123657.722000', '123657.724000', '123657.727000', '123657.730000', '123657.733000', '123657.735000', '123657.738000', '123657.746000', '123657.748000', '123657.760000', '123657.763000', '123657.766000', '123657.768000', '123657.771000', '123657.773000', '123657.777000', '123657.779000', '123657.782000', '123657.786000', '123717.659000', '123717.661000', '123717.664000', '123717.666000', '123717.669000', '123717.672000', '123717.675000', '123717.677000', '123717.680000', '123717.682000', '123717.685000', '123717.688000', '123717.690000', '123717.693000', '123717.695000', '123717.698000', '123717.701000', '123717.703000', '123717.718000', '123717.720000', '123717.723000', '123717.726000', '123717.728000', '123717.731000', '123717.733000', '123717.736000', '123717.739000', '123717.741000', '123717.744000', '123717.747000', '123717.749000', '123717.752000', '123717.755000', '123717.757000', '123717.760000', '123717.762000', '123717.765000', '123717.768000', '123717.770000', '123717.773000', '123717.776000', '123717.778000', '123717.781000', '123717.783000', '123737.658000', '123737.661000', '123737.666000', '123737.668000', '123737.671000', '123737.674000', '123737.676000', '123737.679000', '123737.681000', '123737.684000', '123737.687000', '123737.689000', '123737.692000', '123737.694000', '123737.697000', '123737.700000', '123737.702000', '123737.705000', '123737.708000', '123737.710000', '123737.713000', '123737.716000', '123737.718000', '123737.721000', '123737.723000', '123737.726000', '123737.729000', '123737.731000', '123737.734000', '123737.737000', '123737.739000', '123737.742000', '123737.745000', '123737.747000', '123737.750000', '123737.752000', '123737.755000', '123737.758000', '123737.760000', '123737.763000', '123737.765000', '123737.768000', '123737.771000', '123757.658000', '123757.660000', '123757.663000', '123757.666000', '123757.668000', '123757.671000', '123757.673000', '123757.676000', '123757.679000', '123757.681000', '123757.684000', '123757.687000', '123757.693000', '123757.696000', '123757.698000', '123757.701000', '123757.704000', '123757.706000', '123757.709000', '123757.712000', '123757.714000', '123757.717000', '123757.719000', '123757.722000', '123757.725000', '123757.727000', '123757.730000', '123757.733000', '123757.735000', '123757.738000', '123757.740000', '123757.743000', '123757.746000', '123757.749000', '123757.751000', '123757.754000', '123757.756000', '123757.759000', '123757.762000', '123757.764000', '123757.767000', '123757.769000', '123757.772000', '123757.775000', '123817.658000', '123817.661000', '123817.663000', '123817.666000', '123817.669000', '123817.671000', '123817.674000', '123817.676000', '123817.679000', '123817.682000', '123817.684000', '123817.687000', '123817.690000', '123817.692000', '123817.695000', '123817.698000', '123817.700000', '123817.703000', '123817.706000', '123817.708000', '123817.711000', '123817.714000', '123817.716000', '123817.719000', '123817.721000', '123817.724000', '123817.727000', '123817.729000', '123817.732000', '123817.735000', '123817.737000', '123817.740000', '123817.743000', '123817.745000', '123817.748000', '123817.750000', '123817.753000', '123817.756000', '123817.758000', '123817.761000', '123817.764000', '123817.766000', '123817.769000', '123837.659000', '123837.661000', '123837.664000', '123837.667000', '123837.669000', '123837.672000', '123837.675000', '123837.677000', '123837.680000', '123837.683000', '123837.685000', '123837.688000', '123837.691000', '123837.693000', '123837.696000', '123837.699000', '123837.702000', '123837.704000', '123837.707000', '123837.709000', '123837.712000', '123837.715000', '123837.717000', '123837.720000', '123837.723000', '123837.725000', '123837.728000', '123837.731000', '123837.733000', '123837.736000', '123837.739000', '123837.741000', '123837.744000', '123837.747000', '123837.749000', '123837.752000', '123837.754000', '123837.757000', '123837.760000', '123837.762000', '123837.765000', '123837.767000', '123837.770000', '123837.773000', '123857.659000', '123857.661000', '123857.664000', '123857.666000', '123857.669000', '123857.672000', '123857.674000', '123857.677000', '123857.680000', '123857.682000', '123857.685000', '123857.687000', '123857.690000', '123857.693000', '123857.695000', '123857.698000', '123857.701000', '123857.703000', '123857.706000', '123857.708000', '123857.711000', '123857.714000', '123857.716000', '123857.719000', '123857.721000', '123857.724000', '123857.727000', '123857.729000', '123857.732000', '123857.735000', '123857.737000', '123857.740000', '123857.742000', '123857.745000', '123857.748000', '123857.750000', '123857.753000', '123857.756000', '123857.758000', '123857.761000', '123857.764000', '123857.766000', '123857.769000', '123917.658000', '123917.661000', '123917.664000', '123917.668000', '123917.670000', '123917.673000', '123917.676000', '123917.678000', '123917.681000', '123917.684000', '123917.686000', '123917.689000', '123917.691000', '123917.694000', '123917.697000', '123917.699000', '123917.702000', '123917.705000', '123917.707000', '123917.710000', '123917.712000', '123917.715000', '123917.718000', '123917.720000', '123917.723000', '123917.726000', '123917.728000', '123917.731000', '123917.734000', '123917.736000', '123917.739000', '123917.742000', '123917.744000', '123917.747000', '123917.749000', '123917.752000', '123917.755000', '123917.758000', '123917.760000', '123917.763000', '123917.765000', '123917.768000', '123917.771000', '123917.773000', '123937.659000', '123937.661000', '123937.664000', '123937.667000', '123937.669000', '123937.672000', '123937.675000', '123937.678000', '123937.680000', '123937.683000', '123937.685000', '123937.688000', '123937.691000', '123937.693000', '123937.696000', '123937.699000', '123937.701000', '123937.704000', '123937.707000', '123937.710000', '123937.712000', '123937.715000', '123937.717000', '123937.720000', '123937.723000', '123937.725000', '123937.734000', '123937.737000', '123937.740000', '123937.742000', '123937.745000', '123937.748000', '123937.750000', '123937.753000', '123937.755000', '123937.758000', '123937.761000', '123937.763000', '123937.766000', '123937.769000', '123937.771000', '123937.774000', '123937.776000', '123957.659000', '123957.661000', '123957.664000', '123957.667000', '123957.669000', '123957.672000', '123957.675000', '123957.677000', '123957.680000', '123957.682000', '123957.685000', '123957.688000', '123957.690000', '123957.693000', '123957.696000', '123957.698000', '123957.701000', '123957.704000', '123957.706000', '123957.709000', '123957.712000', '123957.714000', '123957.717000', '123957.719000', '123957.722000', '123957.725000', '123957.727000', '123957.730000', '123957.733000', '123957.735000', '123957.738000', '123957.741000', '123957.743000', '123957.746000', '123957.748000', '123957.751000', '123957.754000', '123957.756000', '123957.759000', '123957.761000', '123957.764000', '123957.767000', '123957.769000', '123957.772000', '124017.657000', '124017.660000', '124017.663000', '124017.666000', '124017.668000', '124017.671000', '124017.674000', '124017.676000', '124017.679000', '124017.681000', '124017.684000', '124017.687000', '124017.689000', '124017.692000', '124017.695000', '124017.697000', '124017.700000', '124017.702000', '124017.705000', '124017.708000', '124017.710000', '124017.713000', '124017.716000', '124017.718000', '124017.730000', '124017.733000', '124017.735000', '124017.738000', '124017.741000', '124017.743000', '124017.746000', '124017.749000', '124017.751000', '124017.754000', '124017.757000', '124017.759000', '124017.762000', '124017.764000', '124017.767000', '124017.770000', '124017.772000', '124017.775000', '124017.778000', '124037.659000', '124037.662000', '124037.664000', '124037.667000', '124037.670000', '124037.673000', '124037.676000', '124037.679000', '124037.683000', '124037.686000', '124037.689000', '124037.692000', '124037.694000', '124037.697000', '124037.700000', '124037.702000', '124037.705000', '124037.710000', '124037.712000', '124037.715000', '124037.718000', '124037.720000', '124037.723000', '124037.726000', '124037.728000', '124037.731000', '124037.734000', '124037.736000', '124037.739000', '124037.742000', '124037.744000', '124037.747000', '124037.750000', '124037.752000', '124037.755000', '124037.758000', '124037.760000', '124037.763000', '124037.766000', '124037.769000', '124037.773000', '124037.775000', '124037.778000', '124057.659000', '124057.661000', '124057.664000', '124057.667000', '124057.669000', '124057.672000', '124057.675000', '124057.677000', '124057.680000', '124057.683000', '124057.685000', '124057.688000', '124057.691000', '124057.693000', '124057.696000', '124057.698000', '124057.701000', '124057.704000', '124057.712000', '124057.715000', '124057.718000', '124057.720000', '124057.723000', '124057.726000', '124057.729000', '124057.731000', '124057.734000', '124057.736000', '124057.739000', '124057.742000', '124057.744000', '124057.747000', '124057.749000', '124057.752000', '124057.755000', '124057.757000', '124057.760000', '124057.763000', '124057.765000', '124057.768000', '124057.770000', '124057.773000', '124057.776000', '124057.778000', '124117.659000', '124117.661000', '124117.664000', '124117.666000', '124117.669000', '124117.672000', '124117.676000', '124117.679000', '124117.682000', '124117.684000', '124117.687000', '124117.689000', '124117.692000', '124117.695000', '124117.697000', '124117.700000', '124117.703000', '124117.705000', '124117.708000', '124117.711000', '124117.713000', '124117.716000', '124117.719000', '124117.721000', '124117.724000', '124117.727000', '124117.729000', '124117.732000', '124117.735000', '124117.737000', '124117.740000', '124117.743000', '124117.745000', '124117.748000', '124117.751000', '124117.753000', '124117.756000', '124117.759000', '124117.761000', '124117.764000', '124117.767000', '124117.769000', '124117.772000', '124137.659000', '124137.662000', '124137.664000', '124137.667000', '124137.670000', '124137.672000', '124137.675000', '124137.678000', '124137.680000', '124137.683000', '124137.686000', '124137.688000', '124137.691000', '124137.694000', '124137.696000', '124137.699000', '124137.701000', '124137.704000', '124137.707000', '124137.709000', '124137.712000', '124137.715000', '124137.717000', '124137.720000', '124137.723000', '124137.725000', '124137.728000', '124137.731000', '124137.733000', '124137.736000', '124137.738000', '124137.741000', '124137.744000', '124137.746000', '124137.749000', '124137.752000', '124137.766000', '124137.768000', '124137.771000', '124137.774000', '124137.776000', '124137.779000', '124137.781000', '124137.784000', '124157.659000', '124157.661000', '124157.664000', '124157.667000', '124157.669000', '124157.672000', '124157.675000', '124157.677000', '124157.680000', '124157.682000', '124157.685000', '124157.688000', '124157.690000', '124157.693000', '124157.696000', '124157.698000', '124157.701000', '124157.703000', '124157.706000', '124157.709000', '124157.712000', '124157.714000', '124157.717000', '124157.720000', '124157.722000', '124157.725000', '124157.727000', '124157.730000', '124157.733000', '124157.735000', '124157.738000', '124157.741000', '124157.743000', '124157.746000', '124157.749000', '124157.752000', '124157.755000', '124157.757000', '124157.760000', '124157.763000', '124157.765000', '124157.768000', '124157.770000', '124217.658000', '124217.661000', '124217.664000', '124217.666000', '124217.670000', '124217.673000', '124217.675000', '124217.678000', '124217.681000', '124217.683000', '124217.686000', '124217.689000', '124217.691000', '124217.694000', '124217.697000', '124217.699000', '124217.702000', '124217.705000', '124217.707000', '124217.710000', '124217.713000', '124217.715000', '124217.718000', '124217.721000', '124217.723000', '124217.726000', '124217.729000', '124217.731000', '124217.734000', '124217.737000', '124217.739000', '124217.742000', '124217.745000', '124217.747000', '124217.750000', '124217.753000', '124217.755000', '124217.758000', '124217.761000', '124217.763000', '124217.766000', '124217.769000', '124217.771000', '124217.774000', '124237.658000', '124237.660000', '124237.663000', '124237.666000', '124237.669000', '124237.671000', '124237.674000', '124237.676000', '124237.679000', '124237.682000', '124237.684000', '124237.687000', '124237.690000', '124237.692000', '124237.695000', '124237.698000', '124237.700000', '124237.703000', '124237.706000', '124237.708000', '124237.711000', '124237.713000', '124237.716000', '124237.719000', '124237.721000', '124237.724000', '124237.727000', '124237.729000', '124237.732000', '124237.734000', '124237.737000', '124237.740000', '124237.742000', '124237.745000', '124237.748000', '124237.750000', '124237.754000', '124237.757000', '124237.760000', '124237.762000', '124237.765000', '124237.768000', '124237.770000', '124257.659000', '124257.662000', '124257.664000', '124257.667000', '124257.670000', '124257.673000', '124257.675000', '124257.678000', '124257.681000', '124257.683000', '124257.686000', '124257.689000', '124257.691000', '124257.694000', '124257.696000', '124257.699000', '124257.702000', '124257.704000', '124257.707000', '124257.710000', '124257.712000', '124257.715000', '124257.718000', '124257.720000', '124257.723000', '124257.726000', '124257.728000', '124257.731000', '124257.734000', '124257.736000', '124257.739000', '124257.741000', '124257.756000', '124257.758000', '124257.761000', '124257.763000', '124257.766000', '124257.769000', '124257.771000', '124257.774000', '124257.776000', '124257.779000', '124257.782000', '124257.784000', '124317.659000', '124317.662000', '124317.665000', '124317.667000', '124317.670000', '124317.673000', '124317.676000', '124317.678000', '124317.681000', '124317.684000', '124317.687000', '124317.689000', '124317.692000', '124317.695000', '124317.697000', '124317.700000', '124317.703000', '124317.705000', '124317.708000', '124317.711000', '124317.713000', '124317.716000', '124317.719000', '124317.721000', '124317.724000', '124317.727000', '124317.730000', '124317.733000', '124317.736000', '124317.739000', '124317.741000', '124317.744000', '124317.747000', '124317.749000', '124317.752000', '124317.754000', '124317.757000', '124317.760000', '124317.762000', '124317.765000', '124317.768000', '124317.770000', '124317.773000', '124337.659000', '124337.662000', '124337.664000', '124337.667000', '124337.670000', '124337.672000', '124337.675000', '124337.678000', '124337.680000', '124337.683000', '124337.686000', '124337.688000', '124337.691000', '124337.693000', '124337.696000', '124337.699000', '124337.701000', '124337.704000', '124337.707000', '124337.709000', '124337.712000', '124337.714000', '124337.717000', '124337.720000', '124337.722000', '124337.725000', '124337.728000', '124337.730000', '124337.733000', '124337.735000', '124337.738000', '124337.741000', '124337.743000', '124337.746000', '124337.749000', '124337.751000', '124337.754000', '124337.757000', '124337.759000', '124337.762000', '124337.765000', '124337.767000', '124337.770000', '124337.772000', '124357.659000', '124357.661000', '124357.664000', '124357.667000', '124357.669000', '124357.672000', '124357.675000', '124357.677000', '124357.680000', '124357.683000', '124357.685000', '124357.688000', '124357.691000', '124357.693000', '124357.696000', '124357.698000', '124357.701000', '124357.704000', '124357.706000', '124357.709000', '124357.712000', '124357.714000', '124357.717000', '124357.720000', '124357.722000', '124357.725000', '124357.728000', '124357.730000', '124357.733000', '124357.736000', '124357.738000', '124357.741000', '124357.744000', '124357.746000', '124357.749000', '124357.751000', '124357.754000', '124357.757000', '124357.759000', '124357.762000', '124357.765000', '124357.767000', '124357.770000', '124417.659000', '124417.662000', '124417.664000', '124417.667000', '124417.669000', '124417.672000', '124417.675000', '124417.677000', '124417.680000', '124417.683000', '124417.685000', '124417.688000', '124417.690000', '124417.693000', '124417.707000', '124417.710000', '124417.713000', '124417.715000', '124417.718000', '124417.721000', '124417.723000', '124417.726000', '124417.728000', '124417.731000', '124417.734000', '124417.736000', '124417.739000', '124417.742000', '124417.744000', '124417.747000', '124417.750000', '124417.752000', '124417.755000', '124417.757000', '124417.760000', '124417.763000', '124417.765000', '124417.768000', '124417.771000', '124417.773000', '124417.776000', '124417.779000', '124417.781000', '124417.784000', '124437.659000', '124437.661000', '124437.664000', '124437.667000', '124437.669000', '124437.672000', '124437.675000', '124437.677000', '124437.680000', '124437.683000', '124437.685000', '124437.688000', '124437.691000', '124437.693000', '124437.696000', '124437.699000', '124437.701000', '124437.704000', '124437.707000', '124437.709000', '124437.712000', '124437.714000', '124437.717000', '124437.720000', '124437.722000', '124437.725000', '124437.728000', '124437.731000', '124437.733000', '124437.736000', '124437.738000', '124437.741000', '124437.744000', '124437.746000', '124437.749000', '124437.752000', '124437.754000', '124437.757000', '124437.760000', '124437.763000', '124437.765000', '124437.769000', '124437.772000', '124444.213000', '124444.215000', '124444.218000', '124444.221000', '124444.223000', '124444.226000', '124444.229000', '124444.231000', '124444.234000', '124444.237000', '124444.239000', '124444.242000', '124444.245000', '124444.247000', '124444.250000'], 'InstanceCreationTime': ['123457.687000', '123457.690000', '123457.693000', '123457.696000', '123457.698000', '123457.701000', '123457.704000', '123457.706000', '123457.716000', '123457.718000', '123457.721000', '123457.723000', '123457.726000', '123457.729000', '123457.731000', '123457.734000', '123457.737000', '123457.739000', '123457.742000', '123457.744000', '123457.747000', '123457.750000', '123457.752000', '123457.755000', '123457.757000', '123457.760000', '123457.763000', '123457.765000', '123457.768000', '123457.771000', '123457.773000', '123457.776000', '123457.779000', '123457.781000', '123457.786000', '123457.789000', '123457.791000', '123457.794000', '123457.796000', '123457.799000', '123457.802000', '123457.804000', '123457.807000', '123457.810000', '123457.812000', '123457.815000', '123517.659000', '123517.661000', '123517.664000', '123517.667000', '123517.670000', '123517.672000', '123517.675000', '123517.677000', '123517.680000', '123517.683000', '123517.685000', '123517.688000', '123517.690000', '123517.693000', '123517.696000', '123517.698000', '123517.701000', '123517.703000', '123517.706000', '123517.709000', '123517.711000', '123517.714000', '123517.716000', '123517.719000', '123517.722000', '123517.724000', '123517.727000', '123517.738000', '123517.741000', '123517.743000', '123517.746000', '123517.749000', '123517.751000', '123517.754000', '123517.756000', '123517.759000', '123517.762000', '123517.764000', '123517.767000', '123517.769000', '123517.772000', '123517.775000', '123517.777000', '123517.780000', '123537.657000', '123537.660000', '123537.663000', '123537.665000', '123537.668000', '123537.671000', '123537.673000', '123537.676000', '123537.679000', '123537.681000', '123537.684000', '123537.687000', '123537.689000', '123537.692000', '123537.694000', '123537.697000', '123537.699000', '123537.702000', '123537.705000', '123537.708000', '123537.710000', '123537.713000', '123537.726000', '123537.729000', '123537.731000', '123537.734000', '123537.737000', '123537.741000', '123537.743000', '123537.746000', '123537.749000', '123537.751000', '123537.754000', '123537.757000', '123537.759000', '123537.762000', '123537.770000', '123537.773000', '123537.775000', '123537.778000', '123537.781000', '123537.783000', '123537.786000', '123557.658000', '123557.660000', '123557.663000', '123557.666000', '123557.668000', '123557.671000', '123557.673000', '123557.676000', '123557.679000', '123557.691000', '123557.693000', '123557.696000', '123557.698000', '123557.701000', '123557.704000', '123557.706000', '123557.709000', '123557.712000', '123557.714000', '123557.717000', '123557.719000', '123557.722000', '123557.725000', '123557.727000', '123557.730000', '123557.732000', '123557.735000', '123557.738000', '123557.740000', '123557.743000', '123557.746000', '123557.748000', '123557.751000', '123557.754000', '123557.756000', '123557.759000', '123557.761000', '123557.764000', '123557.767000', '123557.769000', '123557.772000', '123557.774000', '123557.777000', '123557.780000', '123617.659000', '123617.661000', '123617.664000', '123617.667000', '123617.669000', '123617.672000', '123617.674000', '123617.677000', '123617.680000', '123617.682000', '123617.685000', '123617.688000', '123617.690000', '123617.693000', '123617.695000', '123617.698000', '123617.701000', '123617.704000', '123617.706000', '123617.709000', '123617.712000', '123617.714000', '123617.717000', '123617.719000', '123617.722000', '123617.725000', '123617.728000', '123617.731000', '123617.734000', '123617.737000', '123617.740000', '123617.742000', '123617.745000', '123617.747000', '123617.750000', '123617.753000', '123617.755000', '123617.758000', '123617.761000', '123617.763000', '123617.773000', '123617.776000', '123617.778000', '123637.658000', '123637.661000', '123637.664000', '123637.667000', '123637.669000', '123637.672000', '123637.675000', '123637.677000', '123637.680000', '123637.682000', '123637.685000', '123637.688000', '123637.690000', '123637.693000', '123637.696000', '123637.705000', '123637.708000', '123637.711000', '123637.713000', '123637.716000', '123637.719000', '123637.721000', '123637.724000', '123637.726000', '123637.729000', '123637.732000', '123637.734000', '123637.737000', '123637.740000', '123637.742000', '123637.745000', '123637.748000', '123637.750000', '123637.753000', '123637.756000', '123637.758000', '123637.761000', '123637.764000', '123637.766000', '123637.769000', '123637.771000', '123637.774000', '123637.777000', '123637.779000', '123657.659000', '123657.661000', '123657.664000', '123657.667000', '123657.669000', '123657.672000', '123657.675000', '123657.677000', '123657.680000', '123657.683000', '123657.685000', '123657.688000', '123657.690000', '123657.693000', '123657.696000', '123657.698000', '123657.701000', '123657.704000', '123657.706000', '123657.709000', '123657.711000', '123657.714000', '123657.717000', '123657.719000', '123657.722000', '123657.724000', '123657.727000', '123657.730000', '123657.733000', '123657.735000', '123657.738000', '123657.746000', '123657.748000', '123657.760000', '123657.763000', '123657.766000', '123657.768000', '123657.771000', '123657.773000', '123657.777000', '123657.779000', '123657.782000', '123657.786000', '123717.659000', '123717.661000', '123717.664000', '123717.666000', '123717.669000', '123717.672000', '123717.675000', '123717.677000', '123717.680000', '123717.682000', '123717.685000', '123717.688000', '123717.690000', '123717.693000', '123717.695000', '123717.698000', '123717.701000', '123717.703000', '123717.718000', '123717.720000', '123717.723000', '123717.726000', '123717.728000', '123717.731000', '123717.733000', '123717.736000', '123717.739000', '123717.741000', '123717.744000', '123717.747000', '123717.749000', '123717.752000', '123717.755000', '123717.757000', '123717.760000', '123717.762000', '123717.765000', '123717.768000', '123717.770000', '123717.773000', '123717.776000', '123717.778000', '123717.781000', '123717.783000', '123737.658000', '123737.661000', '123737.666000', '123737.668000', '123737.671000', '123737.674000', '123737.676000', '123737.679000', '123737.681000', '123737.684000', '123737.687000', '123737.689000', '123737.692000', '123737.694000', '123737.697000', '123737.700000', '123737.702000', '123737.705000', '123737.708000', '123737.710000', '123737.713000', '123737.716000', '123737.718000', '123737.721000', '123737.723000', '123737.726000', '123737.729000', '123737.731000', '123737.734000', '123737.737000', '123737.739000', '123737.742000', '123737.745000', '123737.747000', '123737.750000', '123737.752000', '123737.755000', '123737.758000', '123737.760000', '123737.763000', '123737.765000', '123737.768000', '123737.771000', '123757.658000', '123757.660000', '123757.663000', '123757.666000', '123757.668000', '123757.671000', '123757.673000', '123757.676000', '123757.679000', '123757.681000', '123757.684000', '123757.687000', '123757.693000', '123757.696000', '123757.698000', '123757.701000', '123757.704000', '123757.706000', '123757.709000', '123757.712000', '123757.714000', '123757.717000', '123757.719000', '123757.722000', '123757.725000', '123757.727000', '123757.730000', '123757.733000', '123757.735000', '123757.738000', '123757.740000', '123757.743000', '123757.746000', '123757.749000', '123757.751000', '123757.754000', '123757.756000', '123757.759000', '123757.762000', '123757.764000', '123757.767000', '123757.769000', '123757.772000', '123757.775000', '123817.658000', '123817.661000', '123817.663000', '123817.666000', '123817.669000', '123817.671000', '123817.674000', '123817.676000', '123817.679000', '123817.682000', '123817.684000', '123817.687000', '123817.690000', '123817.692000', '123817.695000', '123817.698000', '123817.700000', '123817.703000', '123817.706000', '123817.708000', '123817.711000', '123817.714000', '123817.716000', '123817.719000', '123817.721000', '123817.724000', '123817.727000', '123817.729000', '123817.732000', '123817.735000', '123817.737000', '123817.740000', '123817.743000', '123817.745000', '123817.748000', '123817.750000', '123817.753000', '123817.756000', '123817.758000', '123817.761000', '123817.764000', '123817.766000', '123817.769000', '123837.659000', '123837.661000', '123837.664000', '123837.667000', '123837.669000', '123837.672000', '123837.675000', '123837.677000', '123837.680000', '123837.683000', '123837.685000', '123837.688000', '123837.691000', '123837.693000', '123837.696000', '123837.699000', '123837.702000', '123837.704000', '123837.707000', '123837.709000', '123837.712000', '123837.715000', '123837.717000', '123837.720000', '123837.723000', '123837.725000', '123837.728000', '123837.731000', '123837.733000', '123837.736000', '123837.739000', '123837.741000', '123837.744000', '123837.747000', '123837.749000', '123837.752000', '123837.754000', '123837.757000', '123837.760000', '123837.762000', '123837.765000', '123837.767000', '123837.770000', '123837.773000', '123857.659000', '123857.661000', '123857.664000', '123857.666000', '123857.669000', '123857.672000', '123857.674000', '123857.677000', '123857.680000', '123857.682000', '123857.685000', '123857.687000', '123857.690000', '123857.693000', '123857.695000', '123857.698000', '123857.701000', '123857.703000', '123857.706000', '123857.708000', '123857.711000', '123857.714000', '123857.716000', '123857.719000', '123857.721000', '123857.724000', '123857.727000', '123857.729000', '123857.732000', '123857.735000', '123857.737000', '123857.740000', '123857.742000', '123857.745000', '123857.748000', '123857.750000', '123857.753000', '123857.756000', '123857.758000', '123857.761000', '123857.764000', '123857.766000', '123857.769000', '123917.658000', '123917.661000', '123917.664000', '123917.668000', '123917.670000', '123917.673000', '123917.676000', '123917.678000', '123917.681000', '123917.684000', '123917.686000', '123917.689000', '123917.691000', '123917.694000', '123917.697000', '123917.699000', '123917.702000', '123917.705000', '123917.707000', '123917.710000', '123917.712000', '123917.715000', '123917.718000', '123917.720000', '123917.723000', '123917.726000', '123917.728000', '123917.731000', '123917.734000', '123917.736000', '123917.739000', '123917.742000', '123917.744000', '123917.747000', '123917.749000', '123917.752000', '123917.755000', '123917.758000', '123917.760000', '123917.763000', '123917.765000', '123917.768000', '123917.771000', '123917.773000', '123937.659000', '123937.661000', '123937.664000', '123937.667000', '123937.669000', '123937.672000', '123937.675000', '123937.678000', '123937.680000', '123937.683000', '123937.685000', '123937.688000', '123937.691000', '123937.693000', '123937.696000', '123937.699000', '123937.701000', '123937.704000', '123937.707000', '123937.710000', '123937.712000', '123937.715000', '123937.717000', '123937.720000', '123937.723000', '123937.725000', '123937.734000', '123937.737000', '123937.740000', '123937.742000', '123937.745000', '123937.748000', '123937.750000', '123937.753000', '123937.755000', '123937.758000', '123937.761000', '123937.763000', '123937.766000', '123937.769000', '123937.771000', '123937.774000', '123937.776000', '123957.659000', '123957.661000', '123957.664000', '123957.667000', '123957.669000', '123957.672000', '123957.675000', '123957.677000', '123957.680000', '123957.682000', '123957.685000', '123957.688000', '123957.690000', '123957.693000', '123957.696000', '123957.698000', '123957.701000', '123957.704000', '123957.706000', '123957.709000', '123957.712000', '123957.714000', '123957.717000', '123957.719000', '123957.722000', '123957.725000', '123957.727000', '123957.730000', '123957.733000', '123957.735000', '123957.738000', '123957.741000', '123957.743000', '123957.746000', '123957.748000', '123957.751000', '123957.754000', '123957.756000', '123957.759000', '123957.761000', '123957.764000', '123957.767000', '123957.769000', '123957.772000', '124017.657000', '124017.660000', '124017.663000', '124017.666000', '124017.668000', '124017.671000', '124017.674000', '124017.676000', '124017.679000', '124017.681000', '124017.684000', '124017.687000', '124017.689000', '124017.692000', '124017.695000', '124017.697000', '124017.700000', '124017.702000', '124017.705000', '124017.708000', '124017.710000', '124017.713000', '124017.716000', '124017.718000', '124017.730000', '124017.733000', '124017.735000', '124017.738000', '124017.741000', '124017.743000', '124017.746000', '124017.749000', '124017.751000', '124017.754000', '124017.757000', '124017.759000', '124017.762000', '124017.764000', '124017.767000', '124017.770000', '124017.772000', '124017.775000', '124017.778000', '124037.659000', '124037.662000', '124037.664000', '124037.667000', '124037.670000', '124037.673000', '124037.676000', '124037.679000', '124037.683000', '124037.686000', '124037.689000', '124037.692000', '124037.694000', '124037.697000', '124037.700000', '124037.702000', '124037.705000', '124037.710000', '124037.712000', '124037.715000', '124037.718000', '124037.720000', '124037.723000', '124037.726000', '124037.728000', '124037.731000', '124037.734000', '124037.736000', '124037.739000', '124037.742000', '124037.744000', '124037.747000', '124037.750000', '124037.752000', '124037.755000', '124037.758000', '124037.760000', '124037.763000', '124037.766000', '124037.769000', '124037.773000', '124037.775000', '124037.778000', '124057.659000', '124057.661000', '124057.664000', '124057.667000', '124057.669000', '124057.672000', '124057.675000', '124057.677000', '124057.680000', '124057.683000', '124057.685000', '124057.688000', '124057.691000', '124057.693000', '124057.696000', '124057.698000', '124057.701000', '124057.704000', '124057.712000', '124057.715000', '124057.718000', '124057.720000', '124057.723000', '124057.726000', '124057.729000', '124057.731000', '124057.734000', '124057.736000', '124057.739000', '124057.742000', '124057.744000', '124057.747000', '124057.749000', '124057.752000', '124057.755000', '124057.757000', '124057.760000', '124057.763000', '124057.765000', '124057.768000', '124057.770000', '124057.773000', '124057.776000', '124057.778000', '124117.659000', '124117.661000', '124117.664000', '124117.666000', '124117.669000', '124117.672000', '124117.676000', '124117.679000', '124117.682000', '124117.684000', '124117.687000', '124117.689000', '124117.692000', '124117.695000', '124117.697000', '124117.700000', '124117.703000', '124117.705000', '124117.708000', '124117.711000', '124117.713000', '124117.716000', '124117.719000', '124117.721000', '124117.724000', '124117.727000', '124117.729000', '124117.732000', '124117.735000', '124117.737000', '124117.740000', '124117.743000', '124117.745000', '124117.748000', '124117.751000', '124117.753000', '124117.756000', '124117.759000', '124117.761000', '124117.764000', '124117.767000', '124117.769000', '124117.772000', '124137.659000', '124137.662000', '124137.664000', '124137.667000', '124137.670000', '124137.672000', '124137.675000', '124137.678000', '124137.680000', '124137.683000', '124137.686000', '124137.688000', '124137.691000', '124137.694000', '124137.696000', '124137.699000', '124137.701000', '124137.704000', '124137.707000', '124137.709000', '124137.712000', '124137.715000', '124137.717000', '124137.720000', '124137.723000', '124137.725000', '124137.728000', '124137.731000', '124137.733000', '124137.736000', '124137.738000', '124137.741000', '124137.744000', '124137.746000', '124137.749000', '124137.752000', '124137.766000', '124137.768000', '124137.771000', '124137.774000', '124137.776000', '124137.779000', '124137.781000', '124137.784000', '124157.659000', '124157.661000', '124157.664000', '124157.667000', '124157.669000', '124157.672000', '124157.675000', '124157.677000', '124157.680000', '124157.682000', '124157.685000', '124157.688000', '124157.690000', '124157.693000', '124157.696000', '124157.698000', '124157.701000', '124157.703000', '124157.706000', '124157.709000', '124157.712000', '124157.714000', '124157.717000', '124157.720000', '124157.722000', '124157.725000', '124157.727000', '124157.730000', '124157.733000', '124157.735000', '124157.738000', '124157.741000', '124157.743000', '124157.746000', '124157.749000', '124157.752000', '124157.755000', '124157.757000', '124157.760000', '124157.763000', '124157.765000', '124157.768000', '124157.770000', '124217.658000', '124217.661000', '124217.664000', '124217.666000', '124217.670000', '124217.673000', '124217.675000', '124217.678000', '124217.681000', '124217.683000', '124217.686000', '124217.689000', '124217.691000', '124217.694000', '124217.697000', '124217.699000', '124217.702000', '124217.705000', '124217.707000', '124217.710000', '124217.713000', '124217.715000', '124217.718000', '124217.721000', '124217.723000', '124217.726000', '124217.729000', '124217.731000', '124217.734000', '124217.737000', '124217.739000', '124217.742000', '124217.745000', '124217.747000', '124217.750000', '124217.753000', '124217.755000', '124217.758000', '124217.761000', '124217.763000', '124217.766000', '124217.769000', '124217.771000', '124217.774000', '124237.658000', '124237.660000', '124237.663000', '124237.666000', '124237.669000', '124237.671000', '124237.674000', '124237.676000', '124237.679000', '124237.682000', '124237.684000', '124237.687000', '124237.690000', '124237.692000', '124237.695000', '124237.698000', '124237.700000', '124237.703000', '124237.706000', '124237.708000', '124237.711000', '124237.713000', '124237.716000', '124237.719000', '124237.721000', '124237.724000', '124237.727000', '124237.729000', '124237.732000', '124237.734000', '124237.737000', '124237.740000', '124237.742000', '124237.745000', '124237.748000', '124237.750000', '124237.754000', '124237.757000', '124237.760000', '124237.762000', '124237.765000', '124237.768000', '124237.770000', '124257.659000', '124257.662000', '124257.664000', '124257.667000', '124257.670000', '124257.673000', '124257.675000', '124257.678000', '124257.681000', '124257.683000', '124257.686000', '124257.689000', '124257.691000', '124257.694000', '124257.696000', '124257.699000', '124257.702000', '124257.704000', '124257.707000', '124257.710000', '124257.712000', '124257.715000', '124257.718000', '124257.720000', '124257.723000', '124257.726000', '124257.728000', '124257.731000', '124257.734000', '124257.736000', '124257.739000', '124257.741000', '124257.756000', '124257.758000', '124257.761000', '124257.763000', '124257.766000', '124257.769000', '124257.771000', '124257.774000', '124257.776000', '124257.779000', '124257.782000', '124257.784000', '124317.659000', '124317.662000', '124317.665000', '124317.667000', '124317.670000', '124317.673000', '124317.676000', '124317.678000', '124317.681000', '124317.684000', '124317.687000', '124317.689000', '124317.692000', '124317.695000', '124317.697000', '124317.700000', '124317.703000', '124317.705000', '124317.708000', '124317.711000', '124317.713000', '124317.716000', '124317.719000', '124317.721000', '124317.724000', '124317.727000', '124317.730000', '124317.733000', '124317.736000', '124317.739000', '124317.741000', '124317.744000', '124317.747000', '124317.749000', '124317.752000', '124317.754000', '124317.757000', '124317.760000', '124317.762000', '124317.765000', '124317.768000', '124317.770000', '124317.773000', '124337.659000', '124337.662000', '124337.664000', '124337.667000', '124337.670000', '124337.672000', '124337.675000', '124337.678000', '124337.680000', '124337.683000', '124337.686000', '124337.688000', '124337.691000', '124337.693000', '124337.696000', '124337.699000', '124337.701000', '124337.704000', '124337.707000', '124337.709000', '124337.712000', '124337.714000', '124337.717000', '124337.720000', '124337.722000', '124337.725000', '124337.728000', '124337.730000', '124337.733000', '124337.735000', '124337.738000', '124337.741000', '124337.743000', '124337.746000', '124337.749000', '124337.751000', '124337.754000', '124337.757000', '124337.759000', '124337.762000', '124337.765000', '124337.767000', '124337.770000', '124337.772000', '124357.659000', '124357.661000', '124357.664000', '124357.667000', '124357.669000', '124357.672000', '124357.675000', '124357.677000', '124357.680000', '124357.683000', '124357.685000', '124357.688000', '124357.691000', '124357.693000', '124357.696000', '124357.698000', '124357.701000', '124357.704000', '124357.706000', '124357.709000', '124357.712000', '124357.714000', '124357.717000', '124357.720000', '124357.722000', '124357.725000', '124357.728000', '124357.730000', '124357.733000', '124357.736000', '124357.738000', '124357.741000', '124357.744000', '124357.746000', '124357.749000', '124357.751000', '124357.754000', '124357.757000', '124357.759000', '124357.762000', '124357.765000', '124357.767000', '124357.770000', '124417.659000', '124417.662000', '124417.664000', '124417.667000', '124417.669000', '124417.672000', '124417.675000', '124417.677000', '124417.680000', '124417.683000', '124417.685000', '124417.688000', '124417.690000', '124417.693000', '124417.707000', '124417.710000', '124417.713000', '124417.715000', '124417.718000', '124417.721000', '124417.723000', '124417.726000', '124417.728000', '124417.731000', '124417.734000', '124417.736000', '124417.739000', '124417.742000', '124417.744000', '124417.747000', '124417.750000', '124417.752000', '124417.755000', '124417.757000', '124417.760000', '124417.763000', '124417.765000', '124417.768000', '124417.771000', '124417.773000', '124417.776000', '124417.779000', '124417.781000', '124417.784000', '124437.659000', '124437.661000', '124437.664000', '124437.667000', '124437.669000', '124437.672000', '124437.675000', '124437.677000', '124437.680000', '124437.683000', '124437.685000', '124437.688000', '124437.691000', '124437.693000', '124437.696000', '124437.699000', '124437.701000', '124437.704000', '124437.707000', '124437.709000', '124437.712000', '124437.714000', '124437.717000', '124437.720000', '124437.722000', '124437.725000', '124437.728000', '124437.731000', '124437.733000', '124437.736000', '124437.738000', '124437.741000', '124437.744000', '124437.746000', '124437.749000', '124437.752000', '124437.754000', '124437.757000', '124437.760000', '124437.763000', '124437.765000', '124437.769000', '124437.772000', '124444.213000', '124444.215000', '124444.218000', '124444.221000', '124444.223000', '124444.226000', '124444.229000', '124444.231000', '124444.234000', '124444.237000', '124444.239000', '124444.242000', '124444.245000', '124444.247000', '124444.250000'], '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': [7352, 8159, 6512, 8004, 7767, 8070, 6881, 8087, 6970, 7647, 8959, 7285, 7173, 7345, 6956, 7797, 7084, 6928, 8905, 7038, 7741, 6674, 7334, 6602, 7228, 7224, 6952, 7154, 7952, 7322, 7140, 7137, 7493, 7840, 7903, 8054, 7695, 8214, 7712, 6538, 7057, 7602, 7147, 7430, 8570, 6990, 7219, 6932, 7696, 7912, 7161, 7071, 6792, 7900, 7079, 7260, 6920, 6848, 7426, 7225, 7301, 6344, 6951, 7855, 7206, 7162, 8948, 7132, 7301, 6645, 7867, 8029, 7135, 7028, 6875, 7237, 7311, 7378, 6725, 7269, 7339, 6731, 7736, 8261, 7098, 6827, 6912, 7532, 6839, 7038, 6389, 6981, 7564, 6670, 7981, 8267, 6872, 7303, 6931, 6866, 6874, 6898, 7568, 6986, 7657, 6711, 6808, 7845, 6793, 6476, 7041, 7721, 6604, 7231, 9116, 7132, 7575, 7192, 7726, 8243, 7190, 6941, 7626, 7707, 6897, 7597, 7332, 7392, 8084, 7112, 8697, 8256, 7410, 7672, 7556, 7631, 7167, 7910, 9410, 7096, 8202, 7456, 8572, 9579, 7090, 8820, 7159, 7754, 9152, 7451, 7451, 7154, 7174, 7708, 7492, 6045, 7063, 8597, 7176, 7779, 8611, 7679, 9043, 7034, 8627, 9529, 7210, 8603, 7399, 8232, 7146, 7307, 8053, 7441, 8108, 6703, 7399, 6392, 7381, 7424, 7257, 7739, 7230, 7420, 8406, 7355, 8022, 6911, 7532, 8015, 8712, 7744, 8408, 6346, 8032, 8129, 7472, 7811, 7773, 7817, 8619, 6601, 8199, 8149, 7792, 8624, 7306, 8296, 8835, 7750, 9002, 8177, 8117, 7269, 7670, 7963, 7384, 7886, 6290, 7969, 8395, 7497, 8103, 8732, 8056, 7083, 8007, 8035, 7513, 8805, 9457, 7777, 7209, 7501, 7889, 7330, 7706, 6385, 7015, 7992, 6487, 7759, 7940, 6775, 7345, 7361, 9718, 7470, 7818, 8441, 7965, 8369, 7778, 8836, 7550, 7144, 7316, 7090, 9644, 7051, 8962, 7826, 8766, 8299, 8208, 9160, 7937, 8343, 9096, 8616, 8593, 8601, 9133, 8470, 9654, 9111, 10250, 8775, 8971, 8985, 10378, 7937, 6939, 8011, 8595, 7711, 8259, 7354, 8523, 6531, 8167, 7587, 7610, 8241, 7565, 7819, 6535, 7808, 8068, 7558, 8171, 7884, 8395, 8338, 7763, 9756, 7513, 7692, 7424, 8416, 7324, 8477, 8124, 7309, 6635, 7525, 7924, 7483, 7732, 8953, 7679, 6925, 7452, 8542, 7369, 8038, 8722, 8170, 6683, 7580, 8185, 7235, 8383, 7630, 7653, 6535, 7432, 8304, 7510, 8407, 7795, 7317, 5879, 7100, 7896, 7633, 7345, 8026, 7231, 8987, 9347, 7722, 7683, 7480, 7441, 7300, 6813, 7819, 7716, 7187, 6268, 7306, 7960, 6867, 7834, 6827, 7755, 9177, 7451, 8038, 7325, 7661, 7066, 8039, 6881, 7487, 6970, 7531, 7703, 7248, 8226, 7318, 7427, 7889, 6822, 8239, 8483, 7281, 8028, 7560, 7962, 6719, 7199, 8921, 7662, 6545, 6886, 7984, 6772, 7653, 8842, 7729, 7185, 6651, 7646, 6751, 7727, 9734, 7441, 7172, 6828, 7526, 7185, 7744, 7438, 6762, 7674, 7333, 7645, 7490, 6807, 8013, 8286, 7497, 7392, 6722, 8023, 8896, 8013, 7440, 6540, 7964, 9075, 8079, 7148, 6649, 7737, 7023, 6672, 7705, 6731, 6626, 7956, 6421, 6940, 7885, 7085, 8004, 7721, 6625, 8072, 7804, 8042, 7734, 6621, 8185, 6990, 6983, 7609, 6744, 8289, 7719, 6824, 8160, 8267, 7834, 7641, 7361, 8221, 7987, 8222, 7663, 6480, 8333, 9033, 8391, 7862, 6517, 7889, 8471, 8311, 7822, 6702, 7870, 6967, 6597, 8333, 6909, 8302, 7201, 7055, 8019, 9293, 8525, 8196, 6437, 8081, 7955, 6647, 8581, 8661, 8310, 7795, 6667, 8521, 7180, 6868, 8236, 6766, 6701, 8084, 6995, 8552, 7899, 6739, 8191, 8124, 7206, 8546, 7803, 8427, 8068, 8297, 8434, 8224, 6676, 8225, 7209, 6815, 8256, 7648, 8312, 7466, 6608, 8086, 7747, 6831, 8117, 6546, 7523, 8263, 8354, 6716, 8010, 7266, 6461, 8235, 7753, 6763, 8034, 7397, 8080, 7996, 6755, 8256, 7160, 7614, 7657, 7252, 7992, 7562, 6703, 8020, 6770, 6820, 7766, 6670, 8200, 7119, 6535, 8197, 7960, 8306, 7668, 6527, 7818, 8608, 7482, 8281, 6988, 7843, 7551, 7245, 8182, 7052, 8172, 7419, 6830, 8249, 7526, 6851, 8252, 6768, 8131, 7634, 6700, 8248, 7583, 6604, 8128, 9318, 8228, 8029, 7476, 7706, 8064, 7447, 8144, 7330, 6852, 7537, 6668, 6662, 8059, 6929, 7065, 7629, 7406, 8291, 8472, 7667, 6758, 6567, 7935, 7727, 9953, 7841, 7536, 6755, 7407, 7169, 6763, 7121, 7443, 6721, 6893, 6966, 7317, 7331, 6787, 7316, 8073, 7522, 9979, 7554, 7442, 7148, 6929, 6599, 7378, 8157, 7269, 6747, 6490, 7064, 6776, 7475, 6447, 7069, 7231, 6485, 7575, 7682, 7152, 7436, 6628, 7216, 9103, 7421, 7095, 6572, 7423, 7966, 7451, 7171, 6607, 7250, 6716, 6781, 7209, 7261, 7338, 6651, 6669, 7122, 8689, 7258, 7428, 6735, 7294, 7677, 7246, 7470, 7636, 7068, 6575, 6508, 7469, 9354, 7482, 7306, 6738, 7209, 8718, 7698, 7288, 6993, 7140, 6798, 6618, 7368, 8704, 7443, 7208, 6706, 7146, 8720, 6729, 7593, 6921, 6995, 6593, 6406, 7401, 7079, 7040, 7619, 6802, 7242, 7330, 6657, 7187, 6763, 6518, 6570, 10491, 7794, 7424, 6922, 6590, 6894, 7732, 6575, 7157, 6851, 6869, 6565, 6593, 7152, 7129, 7300, 6768, 6423, 6882, 6812, 6722, 7172, 6847, 6793, 7161, 6481, 7084, 8060, 7311, 7402, 6833, 7259, 9240, 7378, 7418, 6716, 7248, 9063, 7128, 7045, 6541, 7052, 6738, 6687, 7198, 6722, 7670, 6878, 6912, 7371, 7077, 7436, 6546, 6508, 7282, 7037, 6959, 8272, 6718, 7317, 6701, 6955, 8832, 6915, 7184, 6710, 7517, 6782, 6880, 7206, 6339, 7326, 6405, 6420, 7008, 7120, 7088, 6798, 6571, 7346, 6507, 7109, 9402, 7106, 7566, 7010, 7847, 7531, 7636, 7364, 6449, 7535, 6758, 6818, 7107, 6696, 7628, 6344, 6682, 7324, 8280, 7048, 7541, 7538, 7150, 9266, 7753, 6955, 6610, 7763, 6636, 7318, 7184, 8190, 7189, 8179, 6905, 7592, 6984, 7007, 8059, 6978, 7462, 6137, 7187, 7982, 6704, 7818, 8304, 7121, 7290, 6837, 7876, 6453, 7251, 7821, 7415, 7173, 9660, 7000, 7275, 7491, 7549, 7182, 7615, 7673, 6925, 6122, 6489, 7310, 6688, 7144, 6170, 6813, 7443, 6658, 7004, 7933, 6795, 7627, 6572, 7691, 8434, 6793, 6961, 6694, 7487, 6984, 6790, 7472, 6725, 7709, 7410, 6803, 7211, 6618, 7685, 7901, 7045, 7164, 6795, 6888, 8556, 6966, 6468, 6788, 7224, 6611, 6989, 6174, 6738, 7493, 6431, 7193, 8716, 6844, 7188, 6685, 7440, 9030, 6817, 7680, 6634, 7167, 6202, 6932, 6809, 8710, 7684, 7942, 6930, 7653, 6431, 6799, 7688, 6866, 7363, 7565, 6917, 7865, 6903, 7595, 8041, 7110, 7683, 8034, 7482, 6930, 7125, 7175, 8788, 7172, 7236, 7039, 7897, 6963, 7284, 6207, 6736, 7191, 6742, 6577, 7288, 6150, 6731, 6881, 8653, 6581, 7097, 6737, 7902, 7137, 7209, 7278, 6891, 8392, 7639, 7758, 6979, 7270, 7616, 7744, 7626, 7028, 7453, 7107, 7124, 7789, 8123, 7679, 7361, 7302, 7071, 6951, 8166, 7123, 7740, 6092, 7482, 7829, 7067, 8088, 7674, 7514, 6946, 7314, 7890, 6978, 7781, 7720, 7201, 7659, 7269, 8249, 7324, 7396, 7708, 7755, 8008, 6787, 7929, 6858, 7699, 8598, 6952, 6948, 6595, 7691, 6948, 7566, 6507, 7127, 7771, 6873, 7737, 8553, 7250, 7587, 6938, 7585, 8281, 7249, 9059, 7725, 7543, 6842, 7851, 7038, 6906, 7462, 6831, 7456, 6538, 7173, 7383, 6609, 7523, 8350, 7235, 7016, 7010, 7272, 7173, 7086, 7001, 6908, 7488, 6626, 7343, 6678, 6956, 7456, 7152, 7011, 7498, 6838, 7362, 7120, 6859, 7258, 8079, 7684, 7911, 7265, 7879, 7449, 7315, 7218, 8179, 7208, 8247, 7576, 7637, 7257, 7409, 7592, 7115, 7862, 6329, 7623, 7802, 7513, 7733, 9518, 7829, 6671, 7525, 7975, 8221, 8047, 8252, 7539, 7911, 7179, 7287, 9200, 7088, 7219, 7062, 6947, 9689, 7084, 8864, 6855, 6905, 6760, 6896, 7537, 7398, 6387, 6954, 7809, 6792, 7343, 6546, 6921, 7707, 6688, 7605, 8386, 7092, 7246, 7076, 7677, 8756, 7555, 8468, 7218, 7683, 6830, 7893, 8703, 7110, 7438, 6423, 7632, 8360, 6951, 6478, 7815, 7507, 6674, 7079, 7293, 6647, 7107, 9495, 6760, 7469, 10098, 7898, 9283, 6669, 6998, 6682, 6977, 6366, 7175, 7120, 7155, 7291, 6710, 7065, 8231, 7331, 8566, 7207, 7994, 7562, 7281, 7337, 7577, 6793, 7285, 7102, 6679, 7428, 6667, 7359, 6821, 7437, 7626, 8118, 7876, 9289, 7491, 7502, 8030, 8037, 9243, 7875, 7113, 6826, 7573, 6769, 7914, 7863, 7718, 7512, 6682, 7722, 7076, 7233, 6717, 6577, 7485, 6652, 7774, 7994, 7249, 8236, 7636, 7285, 6648, 7409, 6716, 7492, 7484, 6902, 7708, 6703, 7306, 6511, 6705, 7728, 6963, 7817, 8188, 7886, 7755, 7163, 8185, 8466, 7916, 7775, 6837, 7967, 7932, 8164, 7207, 6896, 7838, 6856, 8071, 8065, 8036, 7692, 6937, 7842, 7016, 7996, 7359, 6922, 8272, 7955, 7676, 7353, 7427, 8040, 8723, 7403, 7785, 7013, 7434, 6663, 7390, 6832, 7609, 7066, 6443, 7512, 7442, 6753, 7813, 7452, 7736, 7392, 6721, 8105, 8124, 7838, 7387, 7169, 7847, 7467, 7771, 6726], 'WindowCenter': [3515.0, 3511.0, 3487.0, 3509.0, 3509.0, 3507.0, 3497.0, 3493.0, 3483.0, 3482.0, 3490.0, 3469.0, 3469.0, 3469.0, 3468.0, 3468.0, 3468.0, 3468.0, 3478.0, 3455.0, 3466.0, 3443.0, 3466.0, 3456.0, 3479.0, 3481.0, 3482.0, 3483.0, 3494.0, 3494.0, 3496.0, 3485.0, 3483.0, 3493.0, 3482.0, 3481.0, 3482.0, 3492.0, 3481.0, 3459.0, 3469.0, 3479.0, 3467.0, 3480.0, 3489.0, 3470.0, 3468.0, 3469.0, 3481.0, 3491.0, 3481.0, 3469.0, 3469.0, 3481.0, 3470.0, 3482.0, 3470.0, 3470.0, 3480.0, 3480.0, 3480.0, 3458.0, 3470.0, 3480.0, 3480.0, 3469.0, 3490.0, 3470.0, 3480.0, 3469.0, 3480.0, 3479.0, 3469.0, 3468.0, 3470.0, 3480.0, 3480.0, 3480.0, 3469.0, 3480.0, 3480.0, 3469.0, 3480.0, 3491.0, 3470.0, 3469.0, 3470.0, 3480.0, 3469.0, 3470.0, 3459.0, 3481.0, 3481.0, 3471.0, 3491.0, 3492.0, 3470.0, 3480.0, 3481.0, 3483.0, 3470.0, 3481.0, 3480.0, 3469.0, 3479.0, 3471.0, 3470.0, 3481.0, 3470.0, 3469.0, 3470.0, 3492.0, 3470.0, 3481.0, 3491.0, 3481.0, 3493.0, 3484.0, 3494.0, 3491.0, 3469.0, 3469.0, 3480.0, 3492.0, 3470.0, 3480.0, 3480.0, 3480.0, 3480.0, 3470.0, 3502.0, 3490.0, 3481.0, 3480.0, 3480.0, 3480.0, 3468.0, 3492.0, 3490.0, 3481.0, 3491.0, 3480.0, 3502.0, 3514.0, 3484.0, 3504.0, 3482.0, 3493.0, 3503.0, 3483.0, 3481.0, 3481.0, 3470.0, 3480.0, 3480.0, 3458.0, 3481.0, 3490.0, 3469.0, 3479.0, 3489.0, 3480.0, 3502.0, 3481.0, 3502.0, 3502.0, 3482.0, 3492.0, 3481.0, 3503.0, 3481.0, 3482.0, 3492.0, 3481.0, 3493.0, 3471.0, 3481.0, 3471.0, 3481.0, 3481.0, 3480.0, 3493.0, 3482.0, 3482.0, 3491.0, 3480.0, 3491.0, 3468.0, 3481.0, 3493.0, 3504.0, 3494.0, 3505.0, 3473.0, 3492.0, 3504.0, 3482.0, 3494.0, 3493.0, 3493.0, 3504.0, 3471.0, 3493.0, 3493.0, 3482.0, 3504.0, 3482.0, 3503.0, 3504.0, 3492.0, 3504.0, 3492.0, 3493.0, 3482.0, 3493.0, 3493.0, 3482.0, 3494.0, 3471.0, 3493.0, 3493.0, 3481.0, 3492.0, 3492.0, 3493.0, 3471.0, 3492.0, 3482.0, 3482.0, 3491.0, 3502.0, 3481.0, 3469.0, 3469.0, 3480.0, 3479.0, 3481.0, 3459.0, 3470.0, 3481.0, 3459.0, 3481.0, 3491.0, 3470.0, 3471.0, 3470.0, 3490.0, 3469.0, 3469.0, 3479.0, 3467.0, 3477.0, 3466.0, 3476.0, 3466.0, 3455.0, 3470.0, 3484.0, 3503.0, 3471.0, 3491.0, 3480.0, 3492.0, 3492.0, 3505.0, 3518.0, 3507.0, 3506.0, 3505.0, 3495.0, 3507.0, 3495.0, 3506.0, 3495.0, 3504.0, 3493.0, 3504.0, 3492.0, 3490.0, 3491.0, 3500.0, 3479.0, 3457.0, 3478.0, 3478.0, 3479.0, 3480.0, 3470.0, 3492.0, 3458.0, 3481.0, 3480.0, 3481.0, 3491.0, 3480.0, 3481.0, 3459.0, 3481.0, 3481.0, 3481.0, 3480.0, 3480.0, 3479.0, 3478.0, 3469.0, 3489.0, 3469.0, 3468.0, 3468.0, 3477.0, 3467.0, 3479.0, 3478.0, 3469.0, 3456.0, 3468.0, 3478.0, 3469.0, 3469.0, 3490.0, 3479.0, 3468.0, 3469.0, 3490.0, 3468.0, 3480.0, 3479.0, 3480.0, 3457.0, 3481.0, 3481.0, 3481.0, 3491.0, 3479.0, 3482.0, 3459.0, 3471.0, 3480.0, 3468.0, 3480.0, 3468.0, 3468.0, 3436.0, 3457.0, 3479.0, 3468.0, 3469.0, 3481.0, 3470.0, 3492.0, 3489.0, 3466.0, 3467.0, 3454.0, 3468.0, 3468.0, 3458.0, 3481.0, 3481.0, 3482.0, 3460.0, 3482.0, 3482.0, 3470.0, 3482.0, 3460.0, 3482.0, 3492.0, 3482.0, 3480.0, 3470.0, 3480.0, 3470.0, 3480.0, 3470.0, 3470.0, 3470.0, 3481.0, 3481.0, 3483.0, 3494.0, 3483.0, 3484.0, 3494.0, 3473.0, 3495.0, 3493.0, 3484.0, 3481.0, 3482.0, 3481.0, 3470.0, 3471.0, 3491.0, 3480.0, 3459.0, 3469.0, 3480.0, 3469.0, 3481.0, 3491.0, 3481.0, 3470.0, 3458.0, 3478.0, 3458.0, 3479.0, 3490.0, 3469.0, 3468.0, 3458.0, 3480.0, 3469.0, 3481.0, 3470.0, 3468.0, 3480.0, 3470.0, 3480.0, 3482.0, 3471.0, 3482.0, 3480.0, 3481.0, 3470.0, 3458.0, 3481.0, 3489.0, 3479.0, 3469.0, 3459.0, 3480.0, 3490.0, 3480.0, 3458.0, 3458.0, 3470.0, 3469.0, 3468.0, 3481.0, 3471.0, 3471.0, 3481.0, 3461.0, 3471.0, 3492.0, 3471.0, 3482.0, 3482.0, 3459.0, 3480.0, 3481.0, 3481.0, 3479.0, 3457.0, 3480.0, 3469.0, 3468.0, 3481.0, 3471.0, 3491.0, 3482.0, 3471.0, 3494.0, 3492.0, 3482.0, 3481.0, 3470.0, 3481.0, 3480.0, 3490.0, 3481.0, 3459.0, 3480.0, 3489.0, 3481.0, 3479.0, 3459.0, 3479.0, 3479.0, 3480.0, 3468.0, 3458.0, 3481.0, 3470.0, 3469.0, 3492.0, 3471.0, 3481.0, 3470.0, 3469.0, 3480.0, 3490.0, 3481.0, 3480.0, 3458.0, 3481.0, 3480.0, 3459.0, 3480.0, 3479.0, 3479.0, 3468.0, 3458.0, 3479.0, 3457.0, 3457.0, 3479.0, 3459.0, 3469.0, 3480.0, 3469.0, 3491.0, 3482.0, 3470.0, 3481.0, 3479.0, 3469.0, 3480.0, 3468.0, 3480.0, 3468.0, 3479.0, 3479.0, 3479.0, 3458.0, 3479.0, 3469.0, 3459.0, 3479.0, 3469.0, 3480.0, 3468.0, 3456.0, 3478.0, 3468.0, 3457.0, 3481.0, 3458.0, 3468.0, 3478.0, 3480.0, 3458.0, 3481.0, 3469.0, 3459.0, 3481.0, 3469.0, 3458.0, 3478.0, 3468.0, 3479.0, 3468.0, 3457.0, 3479.0, 3458.0, 3469.0, 3467.0, 3466.0, 3479.0, 3468.0, 3457.0, 3480.0, 3458.0, 3460.0, 3480.0, 3458.0, 3481.0, 3470.0, 3460.0, 3491.0, 3481.0, 3482.0, 3482.0, 3460.0, 3480.0, 3481.0, 3468.0, 3480.0, 3468.0, 3481.0, 3468.0, 3468.0, 3479.0, 3456.0, 3479.0, 3469.0, 3458.0, 3480.0, 3468.0, 3459.0, 3491.0, 3458.0, 3480.0, 3480.0, 3457.0, 3481.0, 3480.0, 3458.0, 3481.0, 3491.0, 3481.0, 3479.0, 3469.0, 3469.0, 3469.0, 3456.0, 3467.0, 3454.0, 3454.0, 3469.0, 3458.0, 3470.0, 3482.0, 3472.0, 3483.0, 3482.0, 3481.0, 3493.0, 3481.0, 3482.0, 3459.0, 3457.0, 3480.0, 3480.0, 3491.0, 3469.0, 3468.0, 3455.0, 3467.0, 3467.0, 3458.0, 3469.0, 3481.0, 3471.0, 3484.0, 3472.0, 3483.0, 3471.0, 3471.0, 3481.0, 3480.0, 3469.0, 3490.0, 3468.0, 3468.0, 3458.0, 3457.0, 3456.0, 3468.0, 3468.0, 3469.0, 3457.0, 3458.0, 3468.0, 3457.0, 3469.0, 3458.0, 3470.0, 3469.0, 3459.0, 3480.0, 3480.0, 3469.0, 3480.0, 3469.0, 3470.0, 3491.0, 3469.0, 3468.0, 3459.0, 3481.0, 3479.0, 3469.0, 3468.0, 3469.0, 3482.0, 3470.0, 3470.0, 3481.0, 3482.0, 3480.0, 3471.0, 3472.0, 3472.0, 3493.0, 3471.0, 3470.0, 3470.0, 3483.0, 3480.0, 3471.0, 3469.0, 3469.0, 3470.0, 3459.0, 3459.0, 3469.0, 3490.0, 3469.0, 3469.0, 3458.0, 3469.0, 3478.0, 3469.0, 3468.0, 3457.0, 3469.0, 3457.0, 3458.0, 3468.0, 3478.0, 3468.0, 3468.0, 3457.0, 3468.0, 3478.0, 3457.0, 3467.0, 3468.0, 3469.0, 3458.0, 3458.0, 3468.0, 3468.0, 3469.0, 3480.0, 3458.0, 3469.0, 3469.0, 3458.0, 3471.0, 3471.0, 3459.0, 3470.0, 3501.0, 3470.0, 3470.0, 3470.0, 3470.0, 3469.0, 3469.0, 3459.0, 3469.0, 3457.0, 3459.0, 3457.0, 3458.0, 3457.0, 3456.0, 3468.0, 3457.0, 3457.0, 3469.0, 3458.0, 3459.0, 3469.0, 3470.0, 3472.0, 3471.0, 3459.0, 3471.0, 3481.0, 3470.0, 3481.0, 3460.0, 3470.0, 3489.0, 3469.0, 3468.0, 3458.0, 3469.0, 3479.0, 3458.0, 3457.0, 3445.0, 3469.0, 3457.0, 3458.0, 3469.0, 3458.0, 3481.0, 3469.0, 3471.0, 3471.0, 3470.0, 3471.0, 3460.0, 3460.0, 3481.0, 3470.0, 3471.0, 3479.0, 3459.0, 3469.0, 3458.0, 3470.0, 3489.0, 3468.0, 3457.0, 3457.0, 3469.0, 3457.0, 3469.0, 3469.0, 3457.0, 3480.0, 3458.0, 3460.0, 3470.0, 3469.0, 3471.0, 3459.0, 3470.0, 3482.0, 3460.0, 3471.0, 3491.0, 3469.0, 3469.0, 3469.0, 3480.0, 3468.0, 3478.0, 3467.0, 3457.0, 3480.0, 3457.0, 3471.0, 3470.0, 3470.0, 3481.0, 3460.0, 3471.0, 3483.0, 3491.0, 3471.0, 3482.0, 3481.0, 3469.0, 3489.0, 3469.0, 3458.0, 3457.0, 3482.0, 3472.0, 3484.0, 3470.0, 3480.0, 3457.0, 3479.0, 3468.0, 3482.0, 3470.0, 3470.0, 3482.0, 3469.0, 3481.0, 3462.0, 3483.0, 3482.0, 3470.0, 3483.0, 3493.0, 3484.0, 3482.0, 3471.0, 3492.0, 3461.0, 3483.0, 3482.0, 3481.0, 3472.0, 3491.0, 3471.0, 3470.0, 3470.0, 3468.0, 3458.0, 3469.0, 3466.0, 3467.0, 3445.0, 3457.0, 3468.0, 3458.0, 3469.0, 3448.0, 3470.0, 3470.0, 3458.0, 3470.0, 3480.0, 3469.0, 3479.0, 3459.0, 3480.0, 3479.0, 3458.0, 3457.0, 3457.0, 3469.0, 3469.0, 3460.0, 3470.0, 3458.0, 3479.0, 3469.0, 3471.0, 3469.0, 3459.0, 3480.0, 3480.0, 3468.0, 3469.0, 3457.0, 3469.0, 3479.0, 3469.0, 3457.0, 3470.0, 3469.0, 3458.0, 3470.0, 3458.0, 3470.0, 3471.0, 3460.0, 3471.0, 3480.0, 3469.0, 3470.0, 3459.0, 3470.0, 3490.0, 3459.0, 3481.0, 3457.0, 3471.0, 3448.0, 3470.0, 3470.0, 3491.0, 3481.0, 3492.0, 3482.0, 3482.0, 3458.0, 3456.0, 3467.0, 3457.0, 3468.0, 3467.0, 3457.0, 3479.0, 3468.0, 3469.0, 3478.0, 3457.0, 3466.0, 3466.0, 3455.0, 3453.0, 3455.0, 3455.0, 3464.0, 3454.0, 3453.0, 3454.0, 3464.0, 3454.0, 3454.0, 3432.0, 3443.0, 3454.0, 3443.0, 3455.0, 3467.0, 3446.0, 3457.0, 3468.0, 3478.0, 3446.0, 3455.0, 3456.0, 3478.0, 3469.0, 3481.0, 3481.0, 3471.0, 3493.0, 3482.0, 3494.0, 3485.0, 3485.0, 3495.0, 3484.0, 3496.0, 3483.0, 3484.0, 3484.0, 3483.0, 3483.0, 3483.0, 3483.0, 3482.0, 3482.0, 3472.0, 3472.0, 3493.0, 3471.0, 3482.0, 3460.0, 3483.0, 3482.0, 3471.0, 3493.0, 3481.0, 3483.0, 3469.0, 3471.0, 3481.0, 3470.0, 3482.0, 3481.0, 3482.0, 3481.0, 3482.0, 3492.0, 3470.0, 3482.0, 3481.0, 3481.0, 3480.0, 3458.0, 3480.0, 3457.0, 3469.0, 3479.0, 3457.0, 3457.0, 3457.0, 3480.0, 3469.0, 3481.0, 3460.0, 3471.0, 3482.0, 3471.0, 3483.0, 3492.0, 3483.0, 3481.0, 3471.0, 3482.0, 3480.0, 3470.0, 3479.0, 3469.0, 3468.0, 3456.0, 3479.0, 3468.0, 3469.0, 3469.0, 3459.0, 3481.0, 3460.0, 3471.0, 3482.0, 3471.0, 3482.0, 3492.0, 3482.0, 3471.0, 3470.0, 3483.0, 3471.0, 3484.0, 3472.0, 3471.0, 3481.0, 3459.0, 3471.0, 3470.0, 3471.0, 3482.0, 3471.0, 3472.0, 3481.0, 3472.0, 3484.0, 3472.0, 3472.0, 3482.0, 3480.0, 3481.0, 3481.0, 3482.0, 3481.0, 3470.0, 3469.0, 3480.0, 3492.0, 3481.0, 3493.0, 3482.0, 3482.0, 3481.0, 3484.0, 3496.0, 3485.0, 3497.0, 3474.0, 3495.0, 3496.0, 3486.0, 3494.0, 3503.0, 3483.0, 3472.0, 3483.0, 3493.0, 3493.0, 3482.0, 3480.0, 3483.0, 3481.0, 3471.0, 3482.0, 3491.0, 3470.0, 3469.0, 3470.0, 3469.0, 3491.0, 3469.0, 3478.0, 3457.0, 3457.0, 3457.0, 3457.0, 3467.0, 3468.0, 3457.0, 3468.0, 3469.0, 3457.0, 3469.0, 3457.0, 3470.0, 3481.0, 3470.0, 3481.0, 3491.0, 3471.0, 3470.0, 3471.0, 3480.0, 3490.0, 3481.0, 3481.0, 3470.0, 3481.0, 3469.0, 3481.0, 3491.0, 3471.0, 3470.0, 3458.0, 3483.0, 3481.0, 3472.0, 3459.0, 3481.0, 3470.0, 3459.0, 3471.0, 3482.0, 3471.0, 3471.0, 3491.0, 3460.0, 3469.0, 3490.0, 3467.0, 3491.0, 3457.0, 3457.0, 3458.0, 3469.0, 3460.0, 3481.0, 3471.0, 3482.0, 3483.0, 3473.0, 3484.0, 3494.0, 3483.0, 3494.0, 3484.0, 3482.0, 3483.0, 3482.0, 3481.0, 3483.0, 3471.0, 3483.0, 3483.0, 3473.0, 3484.0, 3473.0, 3484.0, 3473.0, 3484.0, 3482.0, 3493.0, 3493.0, 3501.0, 3483.0, 3470.0, 3482.0, 3480.0, 3491.0, 3480.0, 3469.0, 3459.0, 3469.0, 3459.0, 3479.0, 3479.0, 3480.0, 3468.0, 3458.0, 3468.0, 3456.0, 3469.0, 3459.0, 3470.0, 3469.0, 3458.0, 3469.0, 3478.0, 3469.0, 3478.0, 3468.0, 3468.0, 3457.0, 3470.0, 3458.0, 3469.0, 3469.0, 3468.0, 3481.0, 3470.0, 3481.0, 3461.0, 3472.0, 3481.0, 3471.0, 3484.0, 3492.0, 3483.0, 3481.0, 3470.0, 3491.0, 3491.0, 3481.0, 3481.0, 3460.0, 3480.0, 3481.0, 3492.0, 3470.0, 3469.0, 3481.0, 3457.0, 3481.0, 3480.0, 3480.0, 3480.0, 3469.0, 3480.0, 3470.0, 3482.0, 3471.0, 3471.0, 3492.0, 3480.0, 3483.0, 3482.0, 3470.0, 3481.0, 3492.0, 3470.0, 3469.0, 3470.0, 3469.0, 3458.0, 3470.0, 3459.0, 3482.0, 3469.0, 3461.0, 3481.0, 3482.0, 3472.0, 3482.0, 3483.0, 3484.0, 3483.0, 3472.0, 3482.0, 3481.0, 3483.0, 3472.0, 3472.0, 3481.0, 3469.0, 3482.0, 3459.0], 'WindowWidth': [7994.0, 7979.0, 7939.0, 7974.0, 7970.0, 7967.0, 7953.0, 7939.0, 7926.0, 7921.0, 7927.0, 7898.0, 7897.0, 7898.0, 7896.0, 7893.0, 7894.0, 7895.0, 7909.0, 7873.0, 7885.0, 7854.0, 7889.0, 7878.0, 7914.0, 7920.0, 7923.0, 7927.0, 7942.0, 7943.0, 7948.0, 7934.0, 7926.0, 7937.0, 7921.0, 7917.0, 7921.0, 7932.0, 7918.0, 7885.0, 7898.0, 7910.0, 7894.0, 7916.0, 7926.0, 7902.0, 7896.0, 7898.0, 7917.0, 7933.0, 7920.0, 7900.0, 7901.0, 7917.0, 7901.0, 7922.0, 7903.0, 7903.0, 7915.0, 7914.0, 7915.0, 7886.0, 7902.0, 7915.0, 7915.0, 7899.0, 7927.0, 7902.0, 7916.0, 7900.0, 7916.0, 7913.0, 7900.0, 7898.0, 7903.0, 7916.0, 7915.0, 7915.0, 7899.0, 7915.0, 7915.0, 7900.0, 7915.0, 7931.0, 7901.0, 7899.0, 7903.0, 7917.0, 7900.0, 7903.0, 7887.0, 7918.0, 7919.0, 7905.0, 7933.0, 7933.0, 7904.0, 7916.0, 7920.0, 7925.0, 7904.0, 7921.0, 7914.0, 7900.0, 7913.0, 7905.0, 7904.0, 7917.0, 7903.0, 7900.0, 7903.0, 7936.0, 7905.0, 7919.0, 7932.0, 7919.0, 7939.0, 7930.0, 7942.0, 7933.0, 7903.0, 7901.0, 7914.0, 7935.0, 7902.0, 7918.0, 7915.0, 7915.0, 7915.0, 7903.0, 7948.0, 7929.0, 7917.0, 7914.0, 7915.0, 7916.0, 7898.0, 7935.0, 7929.0, 7919.0, 7931.0, 7917.0, 7950.0, 7967.0, 7928.0, 7954.0, 7924.0, 7939.0, 7951.0, 7926.0, 7920.0, 7919.0, 7902.0, 7915.0, 7915.0, 7886.0, 7918.0, 7927.0, 7901.0, 7913.0, 7926.0, 7916.0, 7950.0, 7919.0, 7948.0, 7948.0, 7922.0, 7934.0, 7921.0, 7952.0, 7921.0, 7923.0, 7935.0, 7920.0, 7939.0, 7906.0, 7922.0, 7906.0, 7919.0, 7919.0, 7918.0, 7937.0, 7920.0, 7921.0, 7931.0, 7917.0, 7933.0, 7897.0, 7920.0, 7937.0, 7954.0, 7942.0, 7957.0, 7913.0, 7937.0, 7956.0, 7924.0, 7942.0, 7938.0, 7937.0, 7953.0, 7906.0, 7937.0, 7936.0, 7923.0, 7955.0, 7925.0, 7952.0, 7954.0, 7937.0, 7955.0, 7936.0, 7937.0, 7921.0, 7936.0, 7938.0, 7921.0, 7939.0, 7906.0, 7935.0, 7935.0, 7919.0, 7936.0, 7933.0, 7936.0, 7904.0, 7935.0, 7919.0, 7919.0, 7932.0, 7945.0, 7916.0, 7899.0, 7899.0, 7915.0, 7912.0, 7917.0, 7885.0, 7899.0, 7917.0, 7886.0, 7917.0, 7932.0, 7900.0, 7903.0, 7900.0, 7925.0, 7898.0, 7896.0, 7909.0, 7889.0, 7901.0, 7887.0, 7899.0, 7887.0, 7873.0, 7899.0, 7926.0, 7947.0, 7904.0, 7927.0, 7913.0, 7928.0, 7932.0, 7958.0, 7976.0, 7960.0, 7958.0, 7957.0, 7941.0, 7960.0, 7940.0, 7958.0, 7941.0, 7952.0, 7936.0, 7949.0, 7931.0, 7925.0, 7928.0, 7939.0, 7911.0, 7878.0, 7907.0, 7907.0, 7909.0, 7914.0, 7901.0, 7930.0, 7881.0, 7915.0, 7913.0, 7916.0, 7930.0, 7912.0, 7917.0, 7884.0, 7917.0, 7917.0, 7916.0, 7913.0, 7912.0, 7909.0, 7906.0, 7896.0, 7921.0, 7896.0, 7892.0, 7892.0, 7904.0, 7891.0, 7908.0, 7906.0, 7895.0, 7877.0, 7893.0, 7908.0, 7896.0, 7897.0, 7925.0, 7910.0, 7895.0, 7897.0, 7926.0, 7896.0, 7913.0, 7909.0, 7912.0, 7880.0, 7915.0, 7915.0, 7917.0, 7931.0, 7913.0, 7919.0, 7885.0, 7903.0, 7912.0, 7895.0, 7912.0, 7893.0, 7894.0, 7847.0, 7878.0, 7909.0, 7893.0, 7897.0, 7916.0, 7900.0, 7932.0, 7923.0, 7886.0, 7888.0, 7870.0, 7893.0, 7895.0, 7881.0, 7915.0, 7915.0, 7920.0, 7887.0, 7920.0, 7918.0, 7900.0, 7917.0, 7886.0, 7919.0, 7930.0, 7919.0, 7913.0, 7899.0, 7913.0, 7899.0, 7911.0, 7898.0, 7900.0, 7901.0, 7918.0, 7918.0, 7923.0, 7941.0, 7924.0, 7928.0, 7940.0, 7910.0, 7940.0, 7936.0, 7925.0, 7916.0, 7918.0, 7915.0, 7900.0, 7904.0, 7930.0, 7913.0, 7885.0, 7897.0, 7913.0, 7899.0, 7917.0, 7927.0, 7914.0, 7898.0, 7881.0, 7908.0, 7881.0, 7911.0, 7925.0, 7894.0, 7894.0, 7880.0, 7915.0, 7898.0, 7916.0, 7901.0, 7896.0, 7915.0, 7902.0, 7915.0, 7918.0, 7903.0, 7920.0, 7913.0, 7917.0, 7899.0, 7883.0, 7916.0, 7924.0, 7909.0, 7896.0, 7882.0, 7913.0, 7924.0, 7911.0, 7878.0, 7878.0, 7897.0, 7897.0, 7896.0, 7916.0, 7902.0, 7904.0, 7917.0, 7890.0, 7903.0, 7933.0, 7903.0, 7918.0, 7918.0, 7885.0, 7913.0, 7916.0, 7916.0, 7910.0, 7879.0, 7911.0, 7895.0, 7896.0, 7917.0, 7902.0, 7931.0, 7918.0, 7902.0, 7936.0, 7933.0, 7919.0, 7915.0, 7901.0, 7916.0, 7912.0, 7927.0, 7916.0, 7884.0, 7912.0, 7924.0, 7913.0, 7908.0, 7882.0, 7908.0, 7909.0, 7910.0, 7894.0, 7881.0, 7915.0, 7899.0, 7899.0, 7931.0, 7901.0, 7915.0, 7900.0, 7897.0, 7912.0, 7927.0, 7913.0, 7912.0, 7881.0, 7914.0, 7913.0, 7883.0, 7912.0, 7908.0, 7910.0, 7894.0, 7879.0, 7907.0, 7878.0, 7877.0, 7911.0, 7884.0, 7899.0, 7913.0, 7899.0, 7929.0, 7917.0, 7901.0, 7916.0, 7911.0, 7897.0, 7911.0, 7893.0, 7910.0, 7891.0, 7907.0, 7907.0, 7907.0, 7879.0, 7910.0, 7894.0, 7882.0, 7908.0, 7894.0, 7912.0, 7893.0, 7874.0, 7906.0, 7893.0, 7876.0, 7914.0, 7879.0, 7892.0, 7907.0, 7910.0, 7880.0, 7915.0, 7896.0, 7883.0, 7914.0, 7895.0, 7878.0, 7906.0, 7893.0, 7909.0, 7893.0, 7876.0, 7907.0, 7878.0, 7895.0, 7890.0, 7888.0, 7908.0, 7893.0, 7878.0, 7912.0, 7881.0, 7886.0, 7912.0, 7882.0, 7915.0, 7901.0, 7886.0, 7930.0, 7916.0, 7918.0, 7918.0, 7887.0, 7912.0, 7914.0, 7894.0, 7911.0, 7893.0, 7914.0, 7893.0, 7894.0, 7907.0, 7874.0, 7909.0, 7896.0, 7880.0, 7912.0, 7893.0, 7882.0, 7929.0, 7883.0, 7913.0, 7912.0, 7879.0, 7915.0, 7912.0, 7882.0, 7913.0, 7927.0, 7913.0, 7910.0, 7897.0, 7897.0, 7894.0, 7873.0, 7888.0, 7867.0, 7868.0, 7896.0, 7881.0, 7900.0, 7919.0, 7905.0, 7923.0, 7919.0, 7917.0, 7934.0, 7914.0, 7916.0, 7881.0, 7877.0, 7910.0, 7912.0, 7926.0, 7894.0, 7893.0, 7873.0, 7891.0, 7892.0, 7880.0, 7898.0, 7915.0, 7903.0, 7926.0, 7907.0, 7922.0, 7903.0, 7902.0, 7916.0, 7912.0, 7897.0, 7924.0, 7894.0, 7890.0, 7878.0, 7875.0, 7873.0, 7892.0, 7892.0, 7895.0, 7879.0, 7882.0, 7894.0, 7879.0, 7897.0, 7881.0, 7899.0, 7898.0, 7883.0, 7913.0, 7913.0, 7898.0, 7914.0, 7898.0, 7900.0, 7928.0, 7898.0, 7895.0, 7884.0, 7916.0, 7910.0, 7898.0, 7894.0, 7898.0, 7919.0, 7902.0, 7903.0, 7917.0, 7918.0, 7915.0, 7904.0, 7906.0, 7905.0, 7933.0, 7903.0, 7900.0, 7901.0, 7921.0, 7913.0, 7902.0, 7898.0, 7897.0, 7899.0, 7883.0, 7883.0, 7896.0, 7925.0, 7895.0, 7897.0, 7881.0, 7897.0, 7907.0, 7895.0, 7892.0, 7876.0, 7897.0, 7877.0, 7880.0, 7893.0, 7905.0, 7893.0, 7893.0, 7878.0, 7891.0, 7905.0, 7877.0, 7890.0, 7894.0, 7896.0, 7879.0, 7879.0, 7894.0, 7893.0, 7898.0, 7911.0, 7881.0, 7898.0, 7897.0, 7881.0, 7902.0, 7902.0, 7886.0, 7898.0, 7941.0, 7899.0, 7900.0, 7898.0, 7900.0, 7896.0, 7896.0, 7883.0, 7895.0, 7877.0, 7884.0, 7877.0, 7879.0, 7875.0, 7874.0, 7892.0, 7879.0, 7879.0, 7897.0, 7880.0, 7883.0, 7897.0, 7900.0, 7905.0, 7902.0, 7885.0, 7902.0, 7914.0, 7898.0, 7915.0, 7885.0, 7899.0, 7922.0, 7895.0, 7892.0, 7879.0, 7895.0, 7907.0, 7881.0, 7876.0, 7859.0, 7895.0, 7879.0, 7881.0, 7896.0, 7880.0, 7915.0, 7899.0, 7903.0, 7901.0, 7899.0, 7903.0, 7886.0, 7886.0, 7916.0, 7899.0, 7902.0, 7909.0, 7882.0, 7896.0, 7881.0, 7899.0, 7922.0, 7894.0, 7876.0, 7877.0, 7896.0, 7879.0, 7896.0, 7897.0, 7878.0, 7914.0, 7883.0, 7888.0, 7900.0, 7898.0, 7904.0, 7883.0, 7899.0, 7917.0, 7887.0, 7901.0, 7928.0, 7899.0, 7896.0, 7895.0, 7913.0, 7893.0, 7909.0, 7892.0, 7877.0, 7910.0, 7879.0, 7900.0, 7898.0, 7901.0, 7916.0, 7887.0, 7904.0, 7921.0, 7929.0, 7903.0, 7916.0, 7914.0, 7897.0, 7921.0, 7895.0, 7877.0, 7877.0, 7918.0, 7906.0, 7925.0, 7899.0, 7911.0, 7876.0, 7907.0, 7893.0, 7920.0, 7901.0, 7901.0, 7917.0, 7897.0, 7916.0, 7896.0, 7925.0, 7919.0, 7900.0, 7921.0, 7936.0, 7925.0, 7921.0, 7905.0, 7935.0, 7891.0, 7921.0, 7919.0, 7917.0, 7906.0, 7929.0, 7902.0, 7898.0, 7900.0, 7894.0, 7880.0, 7894.0, 7887.0, 7890.0, 7860.0, 7878.0, 7893.0, 7881.0, 7898.0, 7868.0, 7899.0, 7900.0, 7883.0, 7900.0, 7911.0, 7898.0, 7910.0, 7884.0, 7914.0, 7909.0, 7882.0, 7878.0, 7877.0, 7896.0, 7895.0, 7886.0, 7900.0, 7881.0, 7911.0, 7898.0, 7902.0, 7898.0, 7883.0, 7911.0, 7911.0, 7894.0, 7897.0, 7880.0, 7896.0, 7909.0, 7895.0, 7878.0, 7899.0, 7896.0, 7882.0, 7901.0, 7882.0, 7900.0, 7901.0, 7886.0, 7902.0, 7912.0, 7896.0, 7899.0, 7883.0, 7900.0, 7926.0, 7882.0, 7913.0, 7879.0, 7903.0, 7868.0, 7901.0, 7901.0, 7930.0, 7915.0, 7933.0, 7919.0, 7919.0, 7880.0, 7876.0, 7890.0, 7877.0, 7892.0, 7888.0, 7878.0, 7910.0, 7893.0, 7897.0, 7907.0, 7876.0, 7887.0, 7885.0, 7871.0, 7866.0, 7871.0, 7869.0, 7881.0, 7868.0, 7864.0, 7865.0, 7880.0, 7866.0, 7866.0, 7834.0, 7851.0, 7866.0, 7853.0, 7871.0, 7891.0, 7860.0, 7879.0, 7894.0, 7905.0, 7859.0, 7869.0, 7871.0, 7905.0, 7896.0, 7914.0, 7915.0, 7903.0, 7936.0, 7922.0, 7940.0, 7929.0, 7931.0, 7942.0, 7927.0, 7943.0, 7923.0, 7925.0, 7925.0, 7924.0, 7922.0, 7921.0, 7922.0, 7920.0, 7921.0, 7906.0, 7907.0, 7935.0, 7904.0, 7921.0, 7889.0, 7922.0, 7920.0, 7906.0, 7936.0, 7916.0, 7921.0, 7899.0, 7903.0, 7914.0, 7900.0, 7918.0, 7915.0, 7920.0, 7917.0, 7919.0, 7932.0, 7900.0, 7918.0, 7915.0, 7916.0, 7912.0, 7882.0, 7911.0, 7877.0, 7897.0, 7909.0, 7878.0, 7877.0, 7877.0, 7911.0, 7897.0, 7915.0, 7887.0, 7904.0, 7920.0, 7904.0, 7922.0, 7933.0, 7922.0, 7916.0, 7902.0, 7917.0, 7913.0, 7900.0, 7909.0, 7897.0, 7893.0, 7875.0, 7910.0, 7895.0, 7897.0, 7896.0, 7883.0, 7916.0, 7888.0, 7905.0, 7919.0, 7905.0, 7919.0, 7933.0, 7919.0, 7903.0, 7903.0, 7922.0, 7904.0, 7925.0, 7906.0, 7903.0, 7917.0, 7884.0, 7902.0, 7900.0, 7905.0, 7921.0, 7904.0, 7906.0, 7918.0, 7907.0, 7925.0, 7907.0, 7906.0, 7918.0, 7913.0, 7915.0, 7916.0, 7919.0, 7917.0, 7901.0, 7897.0, 7914.0, 7932.0, 7917.0, 7935.0, 7918.0, 7920.0, 7919.0, 7928.0, 7945.0, 7931.0, 7948.0, 7915.0, 7944.0, 7945.0, 7933.0, 7939.0, 7950.0, 7922.0, 7906.0, 7922.0, 7936.0, 7935.0, 7919.0, 7913.0, 7921.0, 7918.0, 7904.0, 7918.0, 7928.0, 7901.0, 7897.0, 7899.0, 7897.0, 7927.0, 7897.0, 7905.0, 7878.0, 7878.0, 7876.0, 7878.0, 7891.0, 7893.0, 7877.0, 7893.0, 7895.0, 7880.0, 7897.0, 7879.0, 7901.0, 7916.0, 7901.0, 7918.0, 7930.0, 7903.0, 7900.0, 7902.0, 7913.0, 7927.0, 7917.0, 7915.0, 7900.0, 7914.0, 7897.0, 7915.0, 7930.0, 7901.0, 7899.0, 7884.0, 7921.0, 7916.0, 7907.0, 7883.0, 7914.0, 7898.0, 7884.0, 7904.0, 7919.0, 7902.0, 7902.0, 7929.0, 7886.0, 7896.0, 7925.0, 7891.0, 7929.0, 7876.0, 7876.0, 7880.0, 7899.0, 7886.0, 7918.0, 7903.0, 7921.0, 7924.0, 7911.0, 7926.0, 7938.0, 7924.0, 7937.0, 7925.0, 7919.0, 7924.0, 7918.0, 7917.0, 7923.0, 7906.0, 7924.0, 7923.0, 7911.0, 7927.0, 7912.0, 7927.0, 7910.0, 7927.0, 7922.0, 7936.0, 7937.0, 7944.0, 7922.0, 7902.0, 7918.0, 7914.0, 7929.0, 7914.0, 7897.0, 7884.0, 7897.0, 7883.0, 7910.0, 7911.0, 7912.0, 7894.0, 7880.0, 7893.0, 7875.0, 7897.0, 7883.0, 7900.0, 7897.0, 7882.0, 7896.0, 7907.0, 7896.0, 7907.0, 7894.0, 7892.0, 7877.0, 7899.0, 7881.0, 7898.0, 7897.0, 7894.0, 7915.0, 7899.0, 7918.0, 7890.0, 7909.0, 7917.0, 7905.0, 7925.0, 7933.0, 7923.0, 7917.0, 7900.0, 7931.0, 7930.0, 7917.0, 7917.0, 7888.0, 7914.0, 7914.0, 7931.0, 7900.0, 7898.0, 7914.0, 7880.0, 7915.0, 7914.0, 7913.0, 7913.0, 7897.0, 7914.0, 7901.0, 7919.0, 7903.0, 7902.0, 7932.0, 7914.0, 7923.0, 7921.0, 7901.0, 7916.0, 7930.0, 7899.0, 7896.0, 7898.0, 7894.0, 7881.0, 7899.0, 7883.0, 7917.0, 7899.0, 7889.0, 7918.0, 7919.0, 7906.0, 7922.0, 7923.0, 7926.0, 7922.0, 7906.0, 7921.0, 7918.0, 7923.0, 7905.0, 7905.0, 7915.0, 7899.0, 7917.0, 7885.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.0013938834216502647</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03464470605601817</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.79114611672733</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1883879734999991</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0064443639469696</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4463</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5320.0171</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08353013618126225</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>15</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.1355034065102196</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.531226952411275</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4547109414751307</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.773854933866145</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.365114981892549</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00767184</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016310976818203926</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.027523428201675415</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1321</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.718515678894894</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.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>34.5334</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.0886</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>128.3334</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>309950.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>559.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>247.9953</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.104</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>394.6567</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2745.1865</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>2957.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>66594.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>771.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3598.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>795.2038</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>35.66020088724326</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> |