=== 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-0122 --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-0122",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
144 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
144 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-0122_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-0122_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-0122_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-0122/figures/sub-0122_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0122/figures/sub-0122_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-0122/figures/sub-0122_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122/ses-04/func/sub-0122_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>fa59fa8689f742a32316c6a1e4276467</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>18:27:45.110000</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.999228, 0.0349686, -0.0178879, -0.0336716, 0.997097, 0.068286]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0848647</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>[4223, -7659, -7103, 778, -68, 199, -270, 59]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 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>233.418</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>0bf3d6fa-569d-4c4e-bc32-d2ef38775067||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.680856466293335, -0.0903383418917656, -0.0546044185757637, 118.17657470703125], [-0.09381812810897827, 2.6751394271850586, 0.18260374665260315, -101.6076889038086], [-0.04799196869134903, -0.18320642411708832, 2.6932644844055176, -47.46393966674805], [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': ['182745.110000', '182745.570000', '182746.030000', '182746.490000', '182746.950000', '182747.410000', '182747.870000', '182748.330000', '182748.790000', '182749.250000', '182749.710000', '182750.170000', '182750.630000', '182751.090000', '182751.550000', '182752.010000', '182752.470000', '182752.930000', '182753.390000', '182753.850000', '182754.310000', '182754.770000', '182755.230000', '182755.690000', '182756.150000', '182756.610000', '182757.070000', '182757.530000', '182757.990000', '182758.450000', '182758.910000', '182759.370000', '182759.830000', '182800.290000', '182800.750000', '182801.210000', '182801.670000', '182802.130000', '182802.590000', '182803.050000', '182803.510000', '182803.970000', '182804.430000', '182804.890000', '182805.350000', '182805.810000', '182806.270000', '182806.730000', '182807.190000', '182807.650000', '182808.110000', '182808.570000', '182809.030000', '182809.490000', '182809.950000', '182810.410000', '182810.870000', '182811.330000', '182811.790000', '182812.250000', '182812.710000', '182813.170000', '182813.630000', '182814.090000', '182814.550000', '182815.010000', '182815.470000', '182815.930000', '182816.390000', '182816.850000', '182817.310000', '182817.770000', '182818.230000', '182818.690000', '182819.150000', '182819.610000', '182820.070000', '182820.530000', '182820.990000', '182821.450000', '182821.910000', '182822.370000', '182822.830000', '182823.290000', '182823.750000', '182824.210000', '182824.670000', '182825.130000', '182825.590000', '182826.050000', '182826.510000', '182826.970000', '182827.430000', '182827.890000', '182828.350000', '182828.810000', '182829.270000', '182829.730000', '182830.190000', '182830.650000', '182831.110000', '182831.570000', '182832.030000', '182832.490000', '182832.950000', '182833.410000', '182833.870000', '182834.330000', '182834.790000', '182835.250000', '182835.710000', '182836.170000', '182836.630000', '182837.090000', '182837.550000', '182838.010000', '182838.470000', '182838.930000', '182839.390000', '182839.850000', '182840.310000', '182840.770000', '182841.230000', '182841.690000', '182842.150000', '182842.610000', '182843.070000', '182843.530000', '182843.990000', '182844.450000', '182844.910000', '182845.370000', '182845.830000', '182846.290000', '182846.750000', '182847.210000', '182847.670000', '182848.130000', '182848.590000', '182849.050000', '182849.510000', '182849.970000', '182850.430000', '182850.890000', '182851.350000', '182851.810000', '182852.270000', '182852.730000', '182853.190000', '182853.650000', '182854.110000', '182854.570000', '182855.030000', '182855.490000', '182855.950000', '182856.410000', '182856.870000', '182857.330000', '182857.790000', '182858.250000', '182858.710000', '182859.170000', '182859.630000', '182900.090000', '182900.550000', '182901.010000', '182901.470000', '182901.930000', '182902.390000', '182902.850000', '182903.310000', '182903.770000', '182904.230000', '182904.690000', '182905.150000', '182905.610000', '182906.070000', '182906.530000', '182906.990000', '182907.450000', '182907.910000', '182908.370000', '182908.830000', '182909.290000', '182909.750000', '182910.210000', '182910.670000', '182911.130000', '182911.590000', '182912.050000', '182912.510000', '182912.970000', '182913.430000', '182913.890000', '182914.350000', '182914.810000', '182915.270000', '182915.730000', '182916.190000', '182916.650000', '182917.110000', '182917.570000', '182918.030000', '182918.490000', '182918.950000', '182919.410000', '182919.870000', '182920.330000', '182920.790000', '182921.250000', '182921.710000', '182922.170000', '182922.630000', '182923.090000', '182923.550000', '182924.010000', '182924.470000', '182924.930000', '182925.390000', '182925.850000', '182926.310000', '182926.770000', '182927.230000', '182927.690000', '182928.150000', '182928.610000', '182929.070000', '182929.530000', '182929.990000', '182930.450000', '182930.910000', '182931.370000', '182931.830000', '182932.290000', '182932.750000', '182933.210000', '182933.670000', '182934.130000', '182934.590000', '182935.050000', '182935.510000', '182935.970000', '182936.430000', '182936.890000', '182937.350000', '182937.810000', '182938.270000', '182938.730000', '182939.190000', '182939.650000', '182940.110000', '182940.570000', '182941.030000', '182941.490000', '182941.950000', '182942.410000', '182942.870000', '182943.330000', '182943.790000', '182944.250000', '182944.710000', '182945.170000', '182945.630000', '182946.090000', '182946.550000', '182947.010000', '182947.470000', '182947.930000', '182948.390000', '182948.850000', '182949.310000', '182949.770000', '182950.230000', '182950.690000', '182951.150000', '182951.610000', '182952.070000', '182952.530000', '182952.990000', '182953.450000', '182953.910000', '182954.370000', '182954.830000', '182955.290000', '182955.750000', '182956.210000', '182956.670000', '182957.130000', '182957.590000', '182958.050000', '182958.510000', '182958.970000', '182959.430000', '182959.890000', '183000.350000', '183000.810000', '183001.270000', '183001.730000', '183002.190000', '183002.650000', '183003.110000', '183003.570000', '183004.030000', '183004.490000', '183004.950000', '183005.410000', '183005.870000', '183006.330000', '183006.790000', '183007.250000', '183007.710000', '183008.170000', '183008.630000', '183009.090000', '183009.550000', '183010.010000', '183010.470000', '183010.930000', '183011.390000', '183011.850000', '183012.310000', '183012.770000', '183013.230000', '183013.690000', '183014.150000', '183014.610000', '183015.070000', '183015.530000', '183015.990000', '183016.450000', '183016.910000', '183017.370000', '183017.830000', '183018.290000', '183018.750000', '183019.210000', '183019.670000', '183020.130000', '183020.590000', '183021.050000', '183021.510000', '183021.970000', '183022.430000', '183022.890000', '183023.350000', '183023.810000', '183024.270000', '183024.730000', '183025.190000', '183025.650000', '183026.110000', '183026.570000', '183027.030000', '183027.490000', '183027.950000', '183028.410000', '183028.870000', '183029.330000', '183029.790000', '183030.250000', '183030.710000', '183031.170000', '183031.630000', '183032.090000', '183032.550000', '183033.010000', '183033.470000', '183033.930000', '183034.390000', '183034.850000', '183035.310000', '183035.770000', '183036.230000', '183036.690000', '183037.150000', '183037.610000', '183038.070000', '183038.530000', '183038.990000', '183039.450000', '183039.910000', '183040.370000', '183040.830000', '183041.290000', '183041.750000', '183042.210000', '183042.670000', '183043.130000', '183043.590000', '183044.050000', '183044.510000', '183044.970000', '183045.430000', '183045.890000', '183046.350000', '183046.810000', '183047.270000', '183047.730000', '183048.190000', '183048.650000', '183049.110000', '183049.570000', '183050.030000', '183050.490000', '183050.950000', '183051.410000', '183051.870000', '183052.330000', '183052.790000', '183053.250000', '183053.710000', '183054.170000', '183054.630000', '183055.090000', '183055.550000', '183056.010000', '183056.470000', '183056.930000', '183057.390000', '183057.850000', '183058.310000', '183058.770000', '183059.230000', '183059.690000', '183100.150000', '183100.610000', '183101.070000', '183101.530000', '183101.990000', '183102.450000', '183102.910000', '183103.370000', '183103.830000', '183104.290000', '183104.750000', '183105.210000', '183105.670000', '183106.130000', '183106.590000', '183107.050000', '183107.510000', '183107.970000', '183108.430000', '183108.890000', '183109.350000', '183109.810000', '183110.270000', '183110.730000', '183111.190000', '183111.650000', '183112.110000', '183112.570000', '183113.030000', '183113.490000', '183113.950000', '183114.410000', '183114.870000', '183115.330000', '183115.790000', '183116.250000', '183116.710000', '183117.170000', '183117.630000', '183118.090000', '183118.550000', '183119.010000', '183119.470000', '183119.930000', '183120.390000', '183120.850000', '183121.310000', '183121.770000', '183122.230000', '183122.690000', '183123.150000', '183123.610000', '183124.070000', '183124.530000', '183124.990000', '183125.450000', '183125.910000', '183126.370000', '183126.830000', '183127.290000', '183127.750000', '183128.210000', '183128.670000', '183129.130000', '183129.590000', '183130.050000', '183130.510000', '183130.970000', '183131.430000', '183131.890000', '183132.350000', '183132.810000', '183133.270000', '183133.730000', '183134.190000', '183134.650000', '183135.110000', '183135.570000', '183136.030000', '183136.490000', '183136.950000', '183137.410000', '183137.870000', '183138.330000', '183138.790000', '183139.250000', '183139.710000', '183140.170000', '183140.630000', '183141.090000', '183141.550000', '183142.010000', '183142.470000', '183142.930000', '183143.390000', '183143.850000', '183144.310000', '183144.770000', '183145.230000', '183145.690000', '183146.150000', '183146.610000', '183147.070000', '183147.530000', '183147.990000', '183148.450000', '183148.910000', '183149.370000', '183149.830000', '183150.290000', '183150.750000', '183151.210000', '183151.670000', '183152.130000', '183152.590000', '183153.050000', '183153.510000', '183153.970000', '183154.430000', '183154.890000', '183155.350000', '183155.810000', '183156.270000', '183156.730000', '183157.190000', '183157.650000', '183158.110000', '183158.570000', '183159.030000', '183159.490000', '183159.950000', '183200.410000', '183200.870000', '183201.330000', '183201.790000', '183202.250000', '183202.710000', '183203.170000', '183203.630000', '183204.090000', '183204.550000', '183205.010000', '183205.470000', '183205.930000', '183206.390000', '183206.850000', '183207.310000', '183207.770000', '183208.230000', '183208.690000', '183209.150000', '183209.610000', '183210.070000', '183210.530000', '183210.990000', '183211.450000', '183211.910000', '183212.370000', '183212.830000', '183213.290000', '183213.750000', '183214.210000', '183214.670000', '183215.130000', '183215.590000', '183216.050000', '183216.510000', '183216.970000', '183217.430000', '183217.890000', '183218.350000', '183218.810000', '183219.270000', '183219.730000', '183220.190000', '183220.650000', '183221.110000', '183221.570000', '183222.030000', '183222.490000', '183222.950000', '183223.410000', '183223.870000', '183224.330000', '183224.790000', '183225.250000', '183225.710000', '183226.170000', '183226.630000', '183227.090000', '183227.550000', '183228.010000', '183228.470000', '183228.930000', '183229.390000', '183229.850000', '183230.310000', '183230.770000', '183231.230000', '183231.690000', '183232.150000', '183232.610000', '183233.070000', '183233.530000', '183233.990000', '183234.450000', '183234.910000', '183235.370000', '183235.830000', '183236.290000', '183236.750000', '183237.210000', '183237.670000', '183238.130000', '183238.590000', '183239.050000', '183239.510000', '183239.970000', '183240.430000', '183240.890000', '183241.350000', '183241.810000', '183242.270000', '183242.730000', '183243.190000', '183243.650000', '183244.110000', '183244.570000', '183245.030000', '183245.490000', '183245.950000', '183246.410000', '183246.870000', '183247.330000', '183247.790000', '183248.250000', '183248.710000', '183249.170000', '183249.630000', '183250.090000', '183250.550000', '183251.010000', '183251.470000', '183251.930000', '183252.390000', '183252.850000', '183253.310000', '183253.770000', '183254.230000', '183254.690000', '183255.150000', '183255.610000', '183256.070000', '183256.530000', '183256.990000', '183257.450000', '183257.910000', '183258.370000', '183258.830000', '183259.290000', '183259.750000', '183300.210000', '183300.670000', '183301.130000', '183301.590000', '183302.050000', '183302.510000', '183302.970000', '183303.430000', '183303.890000', '183304.350000', '183304.810000', '183305.270000', '183305.730000', '183306.190000', '183306.650000', '183307.110000', '183307.570000', '183308.030000', '183308.490000', '183308.950000', '183309.410000', '183309.870000', '183310.330000', '183310.790000', '183311.250000', '183311.710000', '183312.170000', '183312.630000', '183313.090000', '183313.550000', '183314.010000', '183314.470000', '183314.930000', '183315.390000', '183315.850000', '183316.310000', '183316.770000', '183317.230000', '183317.690000', '183318.150000', '183318.610000', '183319.070000', '183319.530000', '183319.990000', '183320.450000', '183320.910000', '183321.370000', '183321.830000', '183322.290000', '183322.750000', '183323.210000', '183323.670000', '183324.130000', '183324.590000', '183325.050000', '183325.510000', '183325.970000', '183326.430000', '183326.890000', '183327.350000', '183327.810000', '183328.270000', '183328.730000', '183329.190000', '183329.650000', '183330.110000', '183330.570000', '183331.030000', '183331.490000', '183331.950000', '183332.410000', '183332.870000', '183333.330000', '183333.790000', '183334.250000', '183334.710000', '183335.170000', '183335.630000', '183336.090000', '183336.550000', '183337.010000', '183337.470000', '183337.930000', '183338.390000', '183338.850000', '183339.310000', '183339.770000', '183340.230000', '183340.690000', '183341.150000', '183341.610000', '183342.070000', '183342.530000', '183342.990000', '183343.450000', '183343.910000', '183344.370000', '183344.830000', '183345.290000', '183345.750000', '183346.210000', '183346.670000', '183347.130000', '183347.590000', '183348.050000', '183348.510000', '183348.970000', '183349.430000', '183349.890000', '183350.350000', '183350.810000', '183351.270000', '183351.730000', '183352.190000', '183352.650000', '183353.110000', '183353.570000', '183354.030000', '183354.490000', '183354.950000', '183355.410000', '183355.870000', '183356.330000', '183356.790000', '183357.250000', '183357.710000', '183358.170000', '183358.630000', '183359.090000', '183359.550000', '183400.010000', '183400.470000', '183400.930000', '183401.390000', '183401.850000', '183402.310000', '183402.770000', '183403.230000', '183403.690000', '183404.150000', '183404.610000', '183405.070000', '183405.530000', '183405.990000', '183406.450000', '183406.910000', '183407.370000', '183407.830000', '183408.290000', '183408.750000', '183409.210000', '183409.670000', '183410.130000', '183410.590000', '183411.050000', '183411.510000', '183411.970000', '183412.430000', '183412.890000', '183413.350000', '183413.810000', '183414.270000', '183414.730000', '183415.190000', '183415.650000', '183416.110000', '183416.570000', '183417.030000', '183417.490000', '183417.950000', '183418.410000', '183418.870000', '183419.330000', '183419.790000', '183420.250000', '183420.710000', '183421.170000', '183421.630000', '183422.090000', '183422.550000', '183423.010000', '183423.470000', '183423.930000', '183424.390000', '183424.850000', '183425.310000', '183425.770000', '183426.230000', '183426.690000', '183427.150000', '183427.610000', '183428.070000', '183428.530000', '183428.990000', '183429.450000', '183429.910000', '183430.370000', '183430.830000', '183431.290000', '183431.750000', '183432.210000', '183432.670000', '183433.130000', '183433.590000', '183434.050000', '183434.510000', '183434.970000', '183435.430000', '183435.890000', '183436.350000', '183436.810000', '183437.270000', '183437.730000', '183438.190000', '183438.650000', '183439.110000', '183439.570000', '183440.030000', '183440.490000', '183440.950000', '183441.410000', '183441.870000', '183442.330000', '183442.790000', '183443.250000', '183443.710000', '183444.170000', '183444.630000', '183445.090000', '183445.550000', '183446.010000', '183446.470000', '183446.930000', '183447.390000', '183447.850000', '183448.310000', '183448.770000', '183449.230000', '183449.690000', '183450.150000', '183450.610000', '183451.070000', '183451.530000', '183451.990000', '183452.450000', '183452.910000', '183453.370000', '183453.830000', '183454.290000', '183454.750000', '183455.210000', '183455.670000', '183456.130000', '183456.590000', '183457.050000', '183457.510000', '183457.970000', '183458.430000', '183458.890000', '183459.350000', '183459.810000', '183500.270000', '183500.730000', '183501.190000', '183501.650000', '183502.110000', '183502.570000', '183503.030000', '183503.490000', '183503.950000', '183504.410000', '183504.870000', '183505.330000', '183505.790000', '183506.250000', '183506.710000', '183507.170000', '183507.630000', '183508.090000', '183508.550000', '183509.010000', '183509.470000', '183509.930000', '183510.390000', '183510.850000', '183511.310000', '183511.770000', '183512.230000', '183512.690000', '183513.150000', '183513.610000', '183514.070000', '183514.530000', '183514.990000', '183515.450000', '183515.910000', '183516.370000', '183516.830000', '183517.290000', '183517.750000', '183518.210000', '183518.670000', '183519.130000', '183519.590000', '183520.050000', '183520.510000', '183520.970000', '183521.430000', '183521.890000', '183522.350000', '183522.810000', '183523.270000', '183523.730000', '183524.190000', '183524.650000', '183525.110000', '183525.570000', '183526.030000', '183526.490000', '183526.950000', '183527.410000', '183527.870000', '183528.330000', '183528.790000', '183529.250000', '183529.710000', '183530.170000', '183530.630000', '183531.090000', '183531.550000', '183532.010000', '183532.470000', '183532.930000', '183533.390000', '183533.850000', '183534.310000', '183534.770000', '183535.230000', '183535.690000', '183536.150000', '183536.610000', '183537.070000', '183537.530000', '183537.990000', '183538.450000', '183538.910000', '183539.370000', '183539.830000', '183540.290000', '183540.750000', '183541.210000', '183541.670000', '183542.130000', '183542.590000', '183543.050000', '183543.510000', '183543.970000', '183544.430000', '183544.890000', '183545.350000', '183545.810000', '183546.270000', '183546.730000', '183547.190000', '183547.650000', '183548.110000', '183548.570000', '183549.030000', '183549.490000', '183549.950000', '183550.410000', '183550.870000', '183551.330000', '183551.790000', '183552.250000', '183552.710000', '183553.170000', '183553.630000', '183554.090000', '183554.550000', '183555.010000', '183555.470000', '183555.930000', '183556.390000', '183556.850000', '183557.310000', '183557.770000', '183558.230000', '183558.690000', '183559.150000', '183559.610000', '183600.070000', '183600.530000', '183600.990000', '183601.450000', '183601.910000', '183602.370000', '183602.830000', '183603.290000', '183603.750000', '183604.210000', '183604.670000', '183605.130000', '183605.590000', '183606.050000', '183606.510000', '183606.970000', '183607.430000', '183607.890000', '183608.350000', '183608.810000', '183609.270000', '183609.730000', '183610.190000', '183610.650000', '183611.110000', '183611.570000', '183612.030000', '183612.490000', '183612.950000', '183613.410000', '183613.870000', '183614.330000', '183614.790000', '183615.250000', '183615.710000', '183616.170000', '183616.630000', '183617.090000', '183617.550000', '183618.010000', '183618.470000', '183618.930000', '183619.390000', '183619.850000', '183620.310000', '183620.770000', '183621.230000', '183621.690000', '183622.150000', '183622.610000', '183623.070000', '183623.530000', '183623.990000', '183624.450000', '183624.910000', '183625.370000', '183625.830000', '183626.290000', '183626.750000', '183627.210000', '183627.670000', '183628.130000', '183628.590000', '183629.050000', '183629.510000', '183629.970000', '183630.430000', '183630.890000', '183631.350000', '183631.810000', '183632.270000', '183632.730000', '183633.190000', '183633.650000', '183634.110000', '183634.570000', '183635.030000', '183635.490000', '183635.950000', '183636.410000', '183636.870000', '183637.330000', '183637.790000', '183638.250000', '183638.710000', '183639.170000', '183639.630000', '183640.090000', '183640.550000', '183641.010000', '183641.470000', '183641.930000', '183642.390000', '183642.850000', '183643.310000', '183643.770000', '183644.230000', '183644.690000', '183645.150000', '183645.610000', '183646.070000', '183646.530000', '183646.990000', '183647.450000', '183647.910000', '183648.370000', '183648.830000', '183649.290000', '183649.750000', '183650.210000', '183650.670000', '183651.130000', '183651.590000', '183652.050000', '183652.510000', '183652.970000', '183653.430000', '183653.890000', '183654.350000', '183654.810000', '183655.270000', '183655.730000', '183656.190000', '183656.650000', '183657.110000', '183657.570000', '183658.030000', '183658.490000', '183658.950000', '183659.410000', '183659.870000', '183700.330000', '183700.790000', '183701.250000', '183701.710000', '183702.170000', '183702.630000', '183703.090000', '183703.550000', '183704.010000', '183704.470000', '183704.930000', '183705.390000', '183705.850000', '183706.310000', '183706.770000', '183707.230000', '183707.690000', '183708.150000', '183708.610000', '183709.070000', '183709.530000', '183709.990000', '183710.450000', '183710.910000', '183711.370000', '183711.830000', '183712.290000', '183712.750000', '183713.210000', '183713.670000', '183714.130000', '183714.590000', '183715.050000', '183715.510000', '183715.970000', '183716.430000', '183716.890000', '183717.350000', '183717.810000', '183718.270000', '183718.730000', '183719.190000', '183719.650000', '183720.110000', '183720.570000', '183721.030000', '183721.490000', '183721.950000', '183722.410000', '183722.870000', '183723.330000', '183723.790000', '183724.250000', '183724.710000', '183725.170000', '183725.630000', '183726.090000', '183726.550000', '183727.010000', '183727.470000', '183727.930000', '183728.390000', '183728.850000', '183729.310000', '183729.770000', '183730.230000', '183730.690000', '183731.150000', '183731.610000', '183732.070000', '183732.530000', '183732.990000', '183733.450000', '183733.910000', '183734.370000', '183734.830000', '183735.290000', '183735.750000', '183736.210000', '183736.670000', '183737.130000', '183737.590000', '183738.050000', '183738.510000', '183738.970000', '183739.430000', '183739.890000', '183740.350000', '183740.810000', '183741.270000', '183741.730000', '183742.190000', '183742.650000', '183743.110000', '183743.570000', '183744.030000', '183744.490000', '183744.950000', '183745.410000', '183745.870000', '183746.330000', '183746.790000', '183747.250000', '183747.710000', '183748.170000', '183748.630000', '183749.090000', '183749.550000', '183750.010000', '183750.470000', '183750.930000', '183751.390000', '183751.850000', '183752.310000', '183752.770000'], 'ContentTime': ['182808.688000', '182808.692000', '182808.698000', '182808.701000', '182808.704000', '182808.706000', '182808.709000', '182808.711000', '182808.714000', '182808.716000', '182808.719000', '182808.722000', '182808.724000', '182808.727000', '182808.729000', '182808.732000', '182808.735000', '182808.737000', '182808.740000', '182808.742000', '182808.745000', '182808.747000', '182808.750000', '182808.752000', '182808.755000', '182808.758000', '182808.766000', '182808.769000', '182808.771000', '182808.774000', '182808.776000', '182808.783000', '182808.786000', '182808.788000', '182808.791000', '182808.794000', '182808.796000', '182808.799000', '182808.801000', '182808.804000', '182808.806000', '182808.809000', '182808.812000', '182808.814000', '182808.817000', '182808.819000', '182808.822000', '182808.824000', '182808.827000', '182808.852000', '182828.662000', '182828.665000', '182828.668000', '182828.670000', '182828.673000', '182828.676000', '182828.678000', '182828.681000', '182828.683000', '182828.686000', '182828.689000', '182828.691000', '182828.694000', '182828.696000', '182828.699000', '182828.701000', '182828.704000', '182828.707000', '182828.709000', '182828.712000', '182828.721000', '182828.724000', '182828.727000', '182828.729000', '182828.732000', '182828.735000', '182828.737000', '182828.740000', '182828.742000', '182828.745000', '182828.748000', '182828.750000', '182828.753000', '182828.755000', '182828.770000', '182828.772000', '182828.775000', '182828.778000', '182828.780000', '182828.783000', '182828.785000', '182828.788000', '182828.791000', '182848.662000', '182848.665000', '182848.668000', '182848.671000', '182848.673000', '182848.676000', '182848.679000', '182848.681000', '182848.684000', '182848.686000', '182848.689000', '182848.691000', '182848.694000', '182848.697000', '182848.699000', '182848.702000', '182848.704000', '182848.707000', '182848.709000', '182848.712000', '182848.715000', '182848.717000', '182848.720000', '182848.722000', '182848.725000', '182848.727000', '182848.734000', '182848.736000', '182848.739000', '182848.741000', '182848.744000', '182848.747000', '182848.749000', '182848.752000', '182848.754000', '182848.757000', '182848.759000', '182848.762000', '182848.765000', '182848.767000', '182848.770000', '182848.772000', '182848.775000', '182848.777000', '182908.662000', '182908.665000', '182908.668000', '182908.670000', '182908.673000', '182908.676000', '182908.678000', '182908.681000', '182908.683000', '182908.686000', '182908.689000', '182908.691000', '182908.694000', '182908.696000', '182908.699000', '182908.702000', '182908.704000', '182908.707000', '182908.709000', '182908.712000', '182908.715000', '182908.717000', '182908.720000', '182908.722000', '182908.725000', '182908.727000', '182908.730000', '182908.732000', '182908.735000', '182908.738000', '182908.740000', '182908.743000', '182908.746000', '182908.748000', '182908.751000', '182908.753000', '182908.756000', '182908.759000', '182908.761000', '182908.764000', '182908.767000', '182908.769000', '182908.772000', '182928.662000', '182928.665000', '182928.668000', '182928.671000', '182928.673000', '182928.676000', '182928.678000', '182928.687000', '182928.690000', '182928.693000', '182928.696000', '182928.698000', '182928.701000', '182928.704000', '182928.706000', '182928.709000', '182928.711000', '182928.714000', '182928.717000', '182928.719000', '182928.722000', '182928.724000', '182928.727000', '182928.729000', '182928.732000', '182928.735000', '182928.737000', '182928.740000', '182928.742000', '182928.745000', '182928.748000', '182928.750000', '182928.753000', '182928.755000', '182928.758000', '182928.761000', '182928.763000', '182928.766000', '182928.769000', '182928.771000', '182928.774000', '182928.776000', '182928.779000', '182928.781000', '182948.663000', '182948.665000', '182948.668000', '182948.671000', '182948.674000', '182948.677000', '182948.679000', '182948.682000', '182948.685000', '182948.687000', '182948.690000', '182948.692000', '182948.695000', '182948.698000', '182948.700000', '182948.703000', '182948.705000', '182948.708000', '182948.711000', '182948.721000', '182948.724000', '182948.726000', '182948.729000', '182948.731000', '182948.734000', '182948.737000', '182948.739000', '182948.742000', '182948.744000', '182948.747000', '182948.749000', '182948.752000', '182948.755000', '182948.757000', '182948.760000', '182948.763000', '182948.765000', '182948.768000', '182948.770000', '182948.773000', '182948.776000', '182948.778000', '182948.781000', '183008.663000', '183008.666000', '183008.669000', '183008.671000', '183008.674000', '183008.677000', '183008.679000', '183008.682000', '183008.685000', '183008.687000', '183008.690000', '183008.692000', '183008.695000', '183008.698000', '183008.700000', '183008.703000', '183008.705000', '183008.708000', '183008.711000', '183008.713000', '183008.716000', '183008.718000', '183008.721000', '183008.724000', '183008.726000', '183008.729000', '183008.731000', '183008.734000', '183008.737000', '183008.739000', '183008.750000', '183008.752000', '183008.755000', '183008.758000', '183008.760000', '183008.763000', '183008.765000', '183008.768000', '183008.771000', '183008.773000', '183008.776000', '183008.778000', '183008.781000', '183008.784000', '183028.663000', '183028.666000', '183028.669000', '183028.671000', '183028.674000', '183028.677000', '183028.680000', '183028.682000', '183028.685000', '183028.687000', '183028.690000', '183028.693000', '183028.695000', '183028.698000', '183028.701000', '183028.703000', '183028.706000', '183028.708000', '183028.711000', '183028.714000', '183028.716000', '183028.719000', '183028.721000', '183028.724000', '183028.727000', '183028.729000', '183028.732000', '183028.734000', '183028.737000', '183028.739000', '183028.742000', '183028.745000', '183028.747000', '183028.750000', '183028.752000', '183028.755000', '183028.758000', '183028.760000', '183028.763000', '183028.765000', '183028.768000', '183028.770000', '183028.773000', '183048.662000', '183048.665000', '183048.668000', '183048.671000', '183048.673000', '183048.676000', '183048.678000', '183048.682000', '183048.685000', '183048.688000', '183048.690000', '183048.693000', '183048.696000', '183048.698000', '183048.701000', '183048.703000', '183048.706000', '183048.709000', '183048.711000', '183048.714000', '183048.716000', '183048.719000', '183048.722000', '183048.724000', '183048.727000', '183048.729000', '183048.732000', '183048.735000', '183048.738000', '183048.740000', '183048.743000', '183048.746000', '183048.748000', '183048.751000', '183048.753000', '183048.756000', '183048.759000', '183048.761000', '183048.764000', '183048.766000', '183048.769000', '183048.772000', '183048.774000', '183048.777000', '183108.663000', '183108.666000', '183108.668000', '183108.671000', '183108.673000', '183108.676000', '183108.679000', '183108.681000', '183108.684000', '183108.686000', '183108.689000', '183108.691000', '183108.694000', '183108.697000', '183108.699000', '183108.702000', '183108.704000', '183108.707000', '183108.710000', '183108.712000', '183108.715000', '183108.717000', '183108.720000', '183108.722000', '183108.725000', '183108.728000', '183108.730000', '183108.733000', '183108.735000', '183108.738000', '183108.741000', '183108.743000', '183108.746000', '183108.749000', '183108.751000', '183108.754000', '183108.756000', '183108.759000', '183108.761000', '183108.764000', '183108.767000', '183108.769000', '183108.772000', '183128.662000', '183128.665000', '183128.668000', '183128.671000', '183128.673000', '183128.676000', '183128.678000', '183128.681000', '183128.684000', '183128.686000', '183128.689000', '183128.691000', '183128.694000', '183128.697000', '183128.699000', '183128.702000', '183128.704000', '183128.707000', '183128.710000', '183128.712000', '183128.715000', '183128.718000', '183128.720000', '183128.723000', '183128.725000', '183128.728000', '183128.731000', '183128.733000', '183128.736000', '183128.738000', '183128.741000', '183128.743000', '183128.746000', '183128.749000', '183128.751000', '183128.754000', '183128.757000', '183128.759000', '183128.762000', '183128.764000', '183128.767000', '183128.770000', '183128.772000', '183128.775000', '183148.662000', '183148.665000', '183148.668000', '183148.670000', '183148.673000', '183148.676000', '183148.678000', '183148.681000', '183148.684000', '183148.686000', '183148.689000', '183148.701000', '183148.704000', '183148.707000', '183148.709000', '183148.712000', '183148.714000', '183148.717000', '183148.720000', '183148.722000', '183148.725000', '183148.728000', '183148.730000', '183148.733000', '183148.735000', '183148.738000', '183148.741000', '183148.743000', '183148.746000', '183148.748000', '183148.751000', '183148.753000', '183148.756000', '183148.759000', '183148.761000', '183148.764000', '183148.766000', '183148.769000', '183148.772000', '183148.774000', '183148.777000', '183148.780000', '183148.782000', '183208.682000', '183208.685000', '183208.688000', '183208.690000', '183208.693000', '183208.696000', '183208.698000', '183208.701000', '183208.704000', '183208.706000', '183208.709000', '183208.712000', '183208.714000', '183208.717000', '183208.722000', '183208.725000', '183208.727000', '183208.730000', '183208.732000', '183208.735000', '183208.738000', '183208.741000', '183208.743000', '183208.746000', '183208.748000', '183208.751000', '183208.754000', '183208.756000', '183208.759000', '183208.762000', '183208.764000', '183208.767000', '183208.769000', '183208.772000', '183208.775000', '183208.778000', '183208.780000', '183208.783000', '183208.785000', '183208.788000', '183208.791000', '183208.793000', '183208.796000', '183228.663000', '183228.666000', '183228.669000', '183228.671000', '183228.674000', '183228.677000', '183228.679000', '183228.682000', '183228.685000', '183228.687000', '183228.690000', '183228.693000', '183228.695000', '183228.698000', '183228.700000', '183228.703000', '183228.706000', '183228.708000', '183228.711000', '183228.713000', '183228.716000', '183228.719000', '183228.721000', '183228.724000', '183228.726000', '183228.729000', '183228.732000', '183228.734000', '183228.737000', '183228.739000', '183228.742000', '183228.745000', '183228.747000', '183228.750000', '183228.752000', '183228.755000', '183228.758000', '183228.761000', '183228.763000', '183228.766000', '183228.768000', '183228.771000', '183228.774000', '183228.776000', '183248.664000', '183248.667000', '183248.669000', '183248.672000', '183248.675000', '183248.677000', '183248.680000', '183248.682000', '183248.685000', '183248.688000', '183248.690000', '183248.693000', '183248.696000', '183248.700000', '183248.703000', '183248.705000', '183248.708000', '183248.711000', '183248.713000', '183248.716000', '183248.719000', '183248.721000', '183248.724000', '183248.726000', '183248.729000', '183248.732000', '183248.734000', '183248.737000', '183248.739000', '183248.742000', '183248.745000', '183248.747000', '183248.750000', '183248.753000', '183248.755000', '183248.758000', '183248.760000', '183248.763000', '183248.766000', '183248.768000', '183248.771000', '183248.773000', '183248.776000', '183308.663000', '183308.665000', '183308.668000', '183308.671000', '183308.673000', '183308.676000', '183308.679000', '183308.681000', '183308.684000', '183308.686000', '183308.689000', '183308.692000', '183308.694000', '183308.697000', '183308.699000', '183308.702000', '183308.705000', '183308.707000', '183308.710000', '183308.712000', '183308.715000', '183308.717000', '183308.738000', '183308.740000', '183308.743000', '183308.746000', '183308.748000', '183308.751000', '183308.754000', '183308.756000', '183308.759000', '183308.761000', '183308.764000', '183308.766000', '183308.769000', '183308.772000', '183308.774000', '183308.777000', '183308.780000', '183308.782000', '183308.785000', '183308.787000', '183308.790000', '183308.793000', '183328.662000', '183328.665000', '183328.668000', '183328.671000', '183328.673000', '183328.676000', '183328.679000', '183328.681000', '183328.684000', '183328.687000', '183328.689000', '183328.692000', '183328.694000', '183328.697000', '183328.700000', '183328.702000', '183328.705000', '183328.708000', '183328.711000', '183328.713000', '183328.716000', '183328.719000', '183328.721000', '183328.724000', '183328.727000', '183328.729000', '183328.732000', '183328.734000', '183328.737000', '183328.740000', '183328.742000', '183328.745000', '183328.747000', '183328.750000', '183328.753000', '183328.755000', '183328.758000', '183328.762000', '183328.765000', '183328.773000', '183328.775000', '183328.778000', '183328.780000', '183348.662000', '183348.665000', '183348.668000', '183348.671000', '183348.674000', '183348.676000', '183348.679000', '183348.682000', '183348.684000', '183348.687000', '183348.690000', '183348.692000', '183348.695000', '183348.697000', '183348.700000', '183348.703000', '183348.705000', '183348.708000', '183348.711000', '183348.713000', '183348.716000', '183348.719000', '183348.721000', '183348.724000', '183348.727000', '183348.729000', '183348.732000', '183348.735000', '183348.737000', '183348.740000', '183348.743000', '183348.745000', '183348.748000', '183348.751000', '183348.753000', '183348.756000', '183348.760000', '183348.763000', '183348.765000', '183348.768000', '183348.771000', '183348.774000', '183348.776000', '183348.779000', '183408.662000', '183408.665000', '183408.668000', '183408.670000', '183408.673000', '183408.676000', '183408.679000', '183408.681000', '183408.684000', '183408.687000', '183408.689000', '183408.692000', '183408.694000', '183408.697000', '183408.699000', '183408.702000', '183408.705000', '183408.707000', '183408.710000', '183408.713000', '183408.715000', '183408.718000', '183408.720000', '183408.723000', '183408.726000', '183408.728000', '183408.731000', '183408.733000', '183408.736000', '183408.739000', '183408.741000', '183408.744000', '183408.747000', '183408.750000', '183408.752000', '183408.755000', '183408.758000', '183408.760000', '183408.763000', '183408.766000', '183408.768000', '183408.771000', '183408.773000', '183428.663000', '183428.666000', '183428.668000', '183428.671000', '183428.673000', '183428.676000', '183428.679000', '183428.681000', '183428.684000', '183428.686000', '183428.689000', '183428.692000', '183428.694000', '183428.697000', '183428.700000', '183428.702000', '183428.705000', '183428.707000', '183428.710000', '183428.713000', '183428.715000', '183428.718000', '183428.720000', '183428.723000', '183428.726000', '183428.728000', '183428.731000', '183428.734000', '183428.736000', '183428.739000', '183428.742000', '183428.744000', '183428.747000', '183428.764000', '183428.766000', '183428.769000', '183428.772000', '183428.774000', '183428.777000', '183428.780000', '183428.782000', '183428.785000', '183428.788000', '183428.790000', '183448.663000', '183448.666000', '183448.669000', '183448.672000', '183448.675000', '183448.677000', '183448.680000', '183448.683000', '183448.685000', '183448.688000', '183448.690000', '183448.693000', '183448.696000', '183448.698000', '183448.701000', '183448.704000', '183448.706000', '183448.709000', '183448.711000', '183448.714000', '183448.717000', '183448.719000', '183448.722000', '183448.724000', '183448.727000', '183448.730000', '183448.732000', '183448.735000', '183448.738000', '183448.740000', '183448.743000', '183448.745000', '183448.748000', '183448.751000', '183448.753000', '183448.756000', '183448.758000', '183448.761000', '183448.763000', '183448.766000', '183448.769000', '183448.772000', '183448.775000', '183508.664000', '183508.666000', '183508.669000', '183508.672000', '183508.675000', '183508.678000', '183508.680000', '183508.683000', '183508.686000', '183508.688000', '183508.691000', '183508.693000', '183508.696000', '183508.699000', '183508.701000', '183508.704000', '183508.706000', '183508.709000', '183508.712000', '183508.714000', '183508.717000', '183508.719000', '183508.722000', '183508.725000', '183508.727000', '183508.730000', '183508.732000', '183508.735000', '183508.738000', '183508.740000', '183508.743000', '183508.754000', '183508.757000', '183508.760000', '183508.762000', '183508.765000', '183508.768000', '183508.770000', '183508.773000', '183508.776000', '183508.785000', '183508.787000', '183508.790000', '183508.793000', '183528.662000', '183528.665000', '183528.668000', '183528.671000', '183528.673000', '183528.676000', '183528.679000', '183528.681000', '183528.684000', '183528.686000', '183528.689000', '183528.692000', '183528.694000', '183528.697000', '183528.699000', '183528.702000', '183528.705000', '183528.707000', '183528.710000', '183528.712000', '183528.715000', '183528.718000', '183528.720000', '183528.723000', '183528.725000', '183528.728000', '183528.731000', '183528.733000', '183528.736000', '183528.738000', '183528.741000', '183528.744000', '183528.746000', '183528.749000', '183528.751000', '183528.754000', '183528.757000', '183528.759000', '183528.762000', '183528.764000', '183528.767000', '183528.769000', '183528.772000', '183548.663000', '183548.665000', '183548.668000', '183548.671000', '183548.674000', '183548.676000', '183548.679000', '183548.682000', '183548.684000', '183548.687000', '183548.689000', '183548.692000', '183548.695000', '183548.697000', '183548.700000', '183548.703000', '183548.705000', '183548.708000', '183548.710000', '183548.713000', '183548.716000', '183548.718000', '183548.721000', '183548.723000', '183548.726000', '183548.729000', '183548.731000', '183548.734000', '183548.737000', '183548.739000', '183548.753000', '183548.756000', '183548.758000', '183548.761000', '183548.763000', '183548.766000', '183548.769000', '183548.771000', '183548.774000', '183548.777000', '183548.780000', '183548.782000', '183548.785000', '183548.787000', '183608.663000', '183608.666000', '183608.668000', '183608.671000', '183608.674000', '183608.676000', '183608.679000', '183608.682000', '183608.684000', '183608.687000', '183608.689000', '183608.692000', '183608.695000', '183608.697000', '183608.700000', '183608.702000', '183608.705000', '183608.708000', '183608.710000', '183608.713000', '183608.715000', '183608.718000', '183608.721000', '183608.723000', '183608.726000', '183608.729000', '183608.731000', '183608.734000', '183608.737000', '183608.739000', '183608.742000', '183608.744000', '183608.747000', '183608.750000', '183608.752000', '183608.755000', '183608.757000', '183608.760000', '183608.763000', '183608.765000', '183608.768000', '183608.771000', '183608.773000', '183628.662000', '183628.665000', '183628.668000', '183628.671000', '183628.673000', '183628.676000', '183628.678000', '183628.681000', '183628.684000', '183628.686000', '183628.689000', '183628.691000', '183628.694000', '183628.697000', '183628.699000', '183628.702000', '183628.704000', '183628.707000', '183628.710000', '183628.712000', '183628.715000', '183628.717000', '183628.720000', '183628.723000', '183628.725000', '183628.728000', '183628.730000', '183628.733000', '183628.736000', '183628.738000', '183628.741000', '183628.744000', '183628.746000', '183628.749000', '183628.751000', '183628.754000', '183628.757000', '183628.759000', '183628.762000', '183628.764000', '183628.767000', '183628.770000', '183628.772000', '183628.775000', '183648.663000', '183648.665000', '183648.668000', '183648.671000', '183648.673000', '183648.676000', '183648.678000', '183648.681000', '183648.684000', '183648.686000', '183648.689000', '183648.691000', '183648.695000', '183648.697000', '183648.700000', '183648.702000', '183648.705000', '183648.708000', '183648.710000', '183648.713000', '183648.716000', '183648.718000', '183648.721000', '183648.723000', '183648.726000', '183648.729000', '183648.731000', '183648.734000', '183648.737000', '183648.739000', '183648.742000', '183648.744000', '183648.747000', '183648.750000', '183648.752000', '183648.755000', '183648.758000', '183648.760000', '183648.763000', '183648.765000', '183648.768000', '183648.771000', '183648.773000', '183708.664000', '183708.667000', '183708.669000', '183708.672000', '183708.674000', '183708.677000', '183708.680000', '183708.682000', '183708.685000', '183708.688000', '183708.690000', '183708.693000', '183708.696000', '183708.699000', '183708.702000', '183708.704000', '183708.707000', '183708.710000', '183708.712000', '183708.715000', '183708.717000', '183708.720000', '183708.723000', '183708.725000', '183708.728000', '183708.731000', '183708.742000', '183708.744000', '183708.747000', '183708.750000', '183708.752000', '183708.755000', '183708.757000', '183708.760000', '183708.763000', '183708.765000', '183708.768000', '183708.771000', '183708.773000', '183708.776000', '183708.779000', '183708.781000', '183708.784000', '183708.786000', '183728.664000', '183728.666000', '183728.669000', '183728.672000', '183728.674000', '183728.677000', '183728.680000', '183728.683000', '183728.685000', '183728.688000', '183728.690000', '183728.693000', '183728.696000', '183728.698000', '183728.701000', '183728.703000', '183728.706000', '183728.709000', '183728.711000', '183728.714000', '183728.716000', '183728.719000', '183728.722000', '183728.725000', '183728.727000', '183728.730000', '183728.732000', '183728.735000', '183728.738000', '183728.740000', '183728.743000', '183728.745000', '183728.748000', '183728.750000', '183728.753000', '183728.755000', '183728.758000', '183728.761000', '183728.763000', '183728.766000', '183728.768000', '183728.771000', '183728.774000', '183748.663000', '183748.665000', '183748.668000', '183748.671000', '183748.673000', '183748.676000', '183748.679000', '183748.681000', '183748.684000', '183748.687000', '183748.689000', '183748.692000', '183748.695000', '183748.697000', '183748.700000', '183748.702000', '183748.705000', '183748.708000', '183748.710000', '183748.713000', '183748.715000', '183748.718000', '183748.721000', '183748.723000', '183748.726000', '183748.728000', '183748.731000', '183748.734000', '183748.736000', '183748.739000', '183748.741000', '183748.744000', '183748.747000', '183748.749000', '183748.752000', '183748.754000', '183748.757000', '183748.760000', '183748.762000', '183748.765000', '183748.768000', '183748.770000', '183748.773000', '183748.776000', '183753.684000', '183753.687000', '183753.689000', '183753.692000', '183753.694000', '183753.697000', '183753.699000', '183753.702000', '183753.705000', '183753.707000', '183753.710000'], 'InstanceCreationTime': ['182808.688000', '182808.692000', '182808.698000', '182808.701000', '182808.704000', '182808.706000', '182808.709000', '182808.711000', '182808.714000', '182808.716000', '182808.719000', '182808.722000', '182808.724000', '182808.727000', '182808.729000', '182808.732000', '182808.735000', '182808.737000', '182808.740000', '182808.742000', '182808.745000', '182808.747000', '182808.750000', '182808.752000', '182808.755000', '182808.758000', '182808.766000', '182808.769000', '182808.771000', '182808.774000', '182808.776000', '182808.783000', '182808.786000', '182808.788000', '182808.791000', '182808.794000', '182808.796000', '182808.799000', '182808.801000', '182808.804000', '182808.806000', '182808.809000', '182808.812000', '182808.814000', '182808.817000', '182808.819000', '182808.822000', '182808.824000', '182808.827000', '182808.852000', '182828.662000', '182828.665000', '182828.668000', '182828.670000', '182828.673000', '182828.676000', '182828.678000', '182828.681000', '182828.683000', '182828.686000', '182828.689000', '182828.691000', '182828.694000', '182828.696000', '182828.699000', '182828.701000', '182828.704000', '182828.707000', '182828.709000', '182828.712000', '182828.721000', '182828.724000', '182828.727000', '182828.729000', '182828.732000', '182828.735000', '182828.737000', '182828.740000', '182828.742000', '182828.745000', '182828.748000', '182828.750000', '182828.753000', '182828.755000', '182828.770000', '182828.772000', '182828.775000', '182828.778000', '182828.780000', '182828.783000', '182828.785000', '182828.788000', '182828.791000', '182848.662000', '182848.665000', '182848.668000', '182848.671000', '182848.673000', '182848.676000', '182848.679000', '182848.681000', '182848.684000', '182848.686000', '182848.689000', '182848.691000', '182848.694000', '182848.697000', '182848.699000', '182848.702000', '182848.704000', '182848.707000', '182848.709000', '182848.712000', '182848.715000', '182848.717000', '182848.720000', '182848.722000', '182848.725000', '182848.727000', '182848.734000', '182848.736000', '182848.739000', '182848.741000', '182848.744000', '182848.747000', '182848.749000', '182848.752000', '182848.754000', '182848.757000', '182848.759000', '182848.762000', '182848.765000', '182848.767000', '182848.770000', '182848.772000', '182848.775000', '182848.777000', '182908.662000', '182908.665000', '182908.668000', '182908.670000', '182908.673000', '182908.676000', '182908.678000', '182908.681000', '182908.683000', '182908.686000', '182908.689000', '182908.691000', '182908.694000', '182908.696000', '182908.699000', '182908.702000', '182908.704000', '182908.707000', '182908.709000', '182908.712000', '182908.715000', '182908.717000', '182908.720000', '182908.722000', '182908.725000', '182908.727000', '182908.730000', '182908.732000', '182908.735000', '182908.738000', '182908.740000', '182908.743000', '182908.746000', '182908.748000', '182908.751000', '182908.753000', '182908.756000', '182908.759000', '182908.761000', '182908.764000', '182908.767000', '182908.769000', '182908.772000', '182928.662000', '182928.665000', '182928.668000', '182928.671000', '182928.673000', '182928.676000', '182928.678000', '182928.687000', '182928.690000', '182928.693000', '182928.696000', '182928.698000', '182928.701000', '182928.704000', '182928.706000', '182928.709000', '182928.711000', '182928.714000', '182928.717000', '182928.719000', '182928.722000', '182928.724000', '182928.727000', '182928.729000', '182928.732000', '182928.735000', '182928.737000', '182928.740000', '182928.742000', '182928.745000', '182928.748000', '182928.750000', '182928.753000', '182928.755000', '182928.758000', '182928.761000', '182928.763000', '182928.766000', '182928.769000', '182928.771000', '182928.774000', '182928.776000', '182928.779000', '182928.781000', '182948.663000', '182948.665000', '182948.668000', '182948.671000', '182948.674000', '182948.677000', '182948.679000', '182948.682000', '182948.685000', '182948.687000', '182948.690000', '182948.692000', '182948.695000', '182948.698000', '182948.700000', '182948.703000', '182948.705000', '182948.708000', '182948.711000', '182948.721000', '182948.724000', '182948.726000', '182948.729000', '182948.731000', '182948.734000', '182948.737000', '182948.739000', '182948.742000', '182948.744000', '182948.747000', '182948.749000', '182948.752000', '182948.755000', '182948.757000', '182948.760000', '182948.763000', '182948.765000', '182948.768000', '182948.770000', '182948.773000', '182948.776000', '182948.778000', '182948.781000', '183008.663000', '183008.666000', '183008.669000', '183008.671000', '183008.674000', '183008.677000', '183008.679000', '183008.682000', '183008.685000', '183008.687000', '183008.690000', '183008.692000', '183008.695000', '183008.698000', '183008.700000', '183008.703000', '183008.705000', '183008.708000', '183008.711000', '183008.713000', '183008.716000', '183008.718000', '183008.721000', '183008.724000', '183008.726000', '183008.729000', '183008.731000', '183008.734000', '183008.737000', '183008.739000', '183008.750000', '183008.752000', '183008.755000', '183008.758000', '183008.760000', '183008.763000', '183008.765000', '183008.768000', '183008.771000', '183008.773000', '183008.776000', '183008.778000', '183008.781000', '183008.784000', '183028.663000', '183028.666000', '183028.669000', '183028.671000', '183028.674000', '183028.677000', '183028.680000', '183028.682000', '183028.685000', '183028.687000', '183028.690000', '183028.693000', '183028.695000', '183028.698000', '183028.701000', '183028.703000', '183028.706000', '183028.708000', '183028.711000', '183028.714000', '183028.716000', '183028.719000', '183028.721000', '183028.724000', '183028.727000', '183028.729000', '183028.732000', '183028.734000', '183028.737000', '183028.739000', '183028.742000', '183028.745000', '183028.747000', '183028.750000', '183028.752000', '183028.755000', '183028.758000', '183028.760000', '183028.763000', '183028.765000', '183028.768000', '183028.770000', '183028.773000', '183048.662000', '183048.665000', '183048.668000', '183048.671000', '183048.673000', '183048.676000', '183048.678000', '183048.682000', '183048.685000', '183048.688000', '183048.690000', '183048.693000', '183048.696000', '183048.698000', '183048.701000', '183048.703000', '183048.706000', '183048.709000', '183048.711000', '183048.714000', '183048.716000', '183048.719000', '183048.722000', '183048.724000', '183048.727000', '183048.729000', '183048.732000', '183048.735000', '183048.738000', '183048.740000', '183048.743000', '183048.746000', '183048.748000', '183048.751000', '183048.753000', '183048.756000', '183048.759000', '183048.761000', '183048.764000', '183048.766000', '183048.769000', '183048.772000', '183048.774000', '183048.777000', '183108.663000', '183108.666000', '183108.668000', '183108.671000', '183108.673000', '183108.676000', '183108.679000', '183108.681000', '183108.684000', '183108.686000', '183108.689000', '183108.691000', '183108.694000', '183108.697000', '183108.699000', '183108.702000', '183108.704000', '183108.707000', '183108.710000', '183108.712000', '183108.715000', '183108.717000', '183108.720000', '183108.722000', '183108.725000', '183108.728000', '183108.730000', '183108.733000', '183108.735000', '183108.738000', '183108.741000', '183108.743000', '183108.746000', '183108.749000', '183108.751000', '183108.754000', '183108.756000', '183108.759000', '183108.761000', '183108.764000', '183108.767000', '183108.769000', '183108.772000', '183128.662000', '183128.665000', '183128.668000', '183128.671000', '183128.673000', '183128.676000', '183128.678000', '183128.681000', '183128.684000', '183128.686000', '183128.689000', '183128.691000', '183128.694000', '183128.697000', '183128.699000', '183128.702000', '183128.704000', '183128.707000', '183128.710000', '183128.712000', '183128.715000', '183128.718000', '183128.720000', '183128.723000', '183128.725000', '183128.728000', '183128.731000', '183128.733000', '183128.736000', '183128.738000', '183128.741000', '183128.743000', '183128.746000', '183128.749000', '183128.751000', '183128.754000', '183128.757000', '183128.759000', '183128.762000', '183128.764000', '183128.767000', '183128.770000', '183128.772000', '183128.775000', '183148.662000', '183148.665000', '183148.668000', '183148.670000', '183148.673000', '183148.676000', '183148.678000', '183148.681000', '183148.684000', '183148.686000', '183148.689000', '183148.701000', '183148.704000', '183148.707000', '183148.709000', '183148.712000', '183148.714000', '183148.717000', '183148.720000', '183148.722000', '183148.725000', '183148.728000', '183148.730000', '183148.733000', '183148.735000', '183148.738000', '183148.741000', '183148.743000', '183148.746000', '183148.748000', '183148.751000', '183148.753000', '183148.756000', '183148.759000', '183148.761000', '183148.764000', '183148.766000', '183148.769000', '183148.772000', '183148.774000', '183148.777000', '183148.780000', '183148.782000', '183208.682000', '183208.685000', '183208.688000', '183208.690000', '183208.693000', '183208.696000', '183208.698000', '183208.701000', '183208.704000', '183208.706000', '183208.709000', '183208.712000', '183208.714000', '183208.717000', '183208.722000', '183208.725000', '183208.727000', '183208.730000', '183208.732000', '183208.735000', '183208.738000', '183208.741000', '183208.743000', '183208.746000', '183208.748000', '183208.751000', '183208.754000', '183208.756000', '183208.759000', '183208.762000', '183208.764000', '183208.767000', '183208.769000', '183208.772000', '183208.775000', '183208.778000', '183208.780000', '183208.783000', '183208.785000', '183208.788000', '183208.791000', '183208.793000', '183208.796000', '183228.663000', '183228.666000', '183228.669000', '183228.671000', '183228.674000', '183228.677000', '183228.679000', '183228.682000', '183228.685000', '183228.687000', '183228.690000', '183228.693000', '183228.695000', '183228.698000', '183228.700000', '183228.703000', '183228.706000', '183228.708000', '183228.711000', '183228.713000', '183228.716000', '183228.719000', '183228.721000', '183228.724000', '183228.726000', '183228.729000', '183228.732000', '183228.734000', '183228.737000', '183228.739000', '183228.742000', '183228.745000', '183228.747000', '183228.750000', '183228.752000', '183228.755000', '183228.758000', '183228.761000', '183228.763000', '183228.766000', '183228.768000', '183228.771000', '183228.774000', '183228.776000', '183248.664000', '183248.667000', '183248.669000', '183248.672000', '183248.675000', '183248.677000', '183248.680000', '183248.682000', '183248.685000', '183248.688000', '183248.690000', '183248.693000', '183248.696000', '183248.700000', '183248.703000', '183248.705000', '183248.708000', '183248.711000', '183248.713000', '183248.716000', '183248.719000', '183248.721000', '183248.724000', '183248.726000', '183248.729000', '183248.732000', '183248.734000', '183248.737000', '183248.739000', '183248.742000', '183248.745000', '183248.747000', '183248.750000', '183248.753000', '183248.755000', '183248.758000', '183248.760000', '183248.763000', '183248.766000', '183248.768000', '183248.771000', '183248.773000', '183248.776000', '183308.663000', '183308.665000', '183308.668000', '183308.671000', '183308.673000', '183308.676000', '183308.679000', '183308.681000', '183308.684000', '183308.686000', '183308.689000', '183308.692000', '183308.694000', '183308.697000', '183308.699000', '183308.702000', '183308.705000', '183308.707000', '183308.710000', '183308.712000', '183308.715000', '183308.717000', '183308.738000', '183308.740000', '183308.743000', '183308.746000', '183308.748000', '183308.751000', '183308.754000', '183308.756000', '183308.759000', '183308.761000', '183308.764000', '183308.766000', '183308.769000', '183308.772000', '183308.774000', '183308.777000', '183308.780000', '183308.782000', '183308.785000', '183308.787000', '183308.790000', '183308.793000', '183328.662000', '183328.665000', '183328.668000', '183328.671000', '183328.673000', '183328.676000', '183328.679000', '183328.681000', '183328.684000', '183328.687000', '183328.689000', '183328.692000', '183328.694000', '183328.697000', '183328.700000', '183328.702000', '183328.705000', '183328.708000', '183328.711000', '183328.713000', '183328.716000', '183328.719000', '183328.721000', '183328.724000', '183328.727000', '183328.729000', '183328.732000', '183328.734000', '183328.737000', '183328.740000', '183328.742000', '183328.745000', '183328.747000', '183328.750000', '183328.753000', '183328.755000', '183328.758000', '183328.762000', '183328.765000', '183328.773000', '183328.775000', '183328.778000', '183328.780000', '183348.662000', '183348.665000', '183348.668000', '183348.671000', '183348.674000', '183348.676000', '183348.679000', '183348.682000', '183348.684000', '183348.687000', '183348.690000', '183348.692000', '183348.695000', '183348.697000', '183348.700000', '183348.703000', '183348.705000', '183348.708000', '183348.711000', '183348.713000', '183348.716000', '183348.719000', '183348.721000', '183348.724000', '183348.727000', '183348.729000', '183348.732000', '183348.735000', '183348.737000', '183348.740000', '183348.743000', '183348.745000', '183348.748000', '183348.751000', '183348.753000', '183348.756000', '183348.760000', '183348.763000', '183348.765000', '183348.768000', '183348.771000', '183348.774000', '183348.776000', '183348.779000', '183408.662000', '183408.665000', '183408.668000', '183408.670000', '183408.673000', '183408.676000', '183408.679000', '183408.681000', '183408.684000', '183408.687000', '183408.689000', '183408.692000', '183408.694000', '183408.697000', '183408.699000', '183408.702000', '183408.705000', '183408.707000', '183408.710000', '183408.713000', '183408.715000', '183408.718000', '183408.720000', '183408.723000', '183408.726000', '183408.728000', '183408.731000', '183408.733000', '183408.736000', '183408.739000', '183408.741000', '183408.744000', '183408.747000', '183408.750000', '183408.752000', '183408.755000', '183408.758000', '183408.760000', '183408.763000', '183408.766000', '183408.768000', '183408.771000', '183408.773000', '183428.663000', '183428.666000', '183428.668000', '183428.671000', '183428.673000', '183428.676000', '183428.679000', '183428.681000', '183428.684000', '183428.686000', '183428.689000', '183428.692000', '183428.694000', '183428.697000', '183428.700000', '183428.702000', '183428.705000', '183428.707000', '183428.710000', '183428.713000', '183428.715000', '183428.718000', '183428.720000', '183428.723000', '183428.726000', '183428.728000', '183428.731000', '183428.734000', '183428.736000', '183428.739000', '183428.742000', '183428.744000', '183428.747000', '183428.764000', '183428.766000', '183428.769000', '183428.772000', '183428.774000', '183428.777000', '183428.780000', '183428.782000', '183428.785000', '183428.788000', '183428.790000', '183448.663000', '183448.666000', '183448.669000', '183448.672000', '183448.675000', '183448.677000', '183448.680000', '183448.683000', '183448.685000', '183448.688000', '183448.690000', '183448.693000', '183448.696000', '183448.698000', '183448.701000', '183448.704000', '183448.706000', '183448.709000', '183448.711000', '183448.714000', '183448.717000', '183448.719000', '183448.722000', '183448.724000', '183448.727000', '183448.730000', '183448.732000', '183448.735000', '183448.738000', '183448.740000', '183448.743000', '183448.745000', '183448.748000', '183448.751000', '183448.753000', '183448.756000', '183448.758000', '183448.761000', '183448.763000', '183448.766000', '183448.769000', '183448.772000', '183448.775000', '183508.664000', '183508.666000', '183508.669000', '183508.672000', '183508.675000', '183508.678000', '183508.680000', '183508.683000', '183508.686000', '183508.688000', '183508.691000', '183508.693000', '183508.696000', '183508.699000', '183508.701000', '183508.704000', '183508.706000', '183508.709000', '183508.712000', '183508.714000', '183508.717000', '183508.719000', '183508.722000', '183508.725000', '183508.727000', '183508.730000', '183508.732000', '183508.735000', '183508.738000', '183508.740000', '183508.743000', '183508.754000', '183508.757000', '183508.760000', '183508.762000', '183508.765000', '183508.768000', '183508.770000', '183508.773000', '183508.776000', '183508.785000', '183508.787000', '183508.790000', '183508.793000', '183528.662000', '183528.665000', '183528.668000', '183528.671000', '183528.673000', '183528.676000', '183528.679000', '183528.681000', '183528.684000', '183528.686000', '183528.689000', '183528.692000', '183528.694000', '183528.697000', '183528.699000', '183528.702000', '183528.705000', '183528.707000', '183528.710000', '183528.712000', '183528.715000', '183528.718000', '183528.720000', '183528.723000', '183528.725000', '183528.728000', '183528.731000', '183528.733000', '183528.736000', '183528.738000', '183528.741000', '183528.744000', '183528.746000', '183528.749000', '183528.751000', '183528.754000', '183528.757000', '183528.759000', '183528.762000', '183528.764000', '183528.767000', '183528.769000', '183528.772000', '183548.663000', '183548.665000', '183548.668000', '183548.671000', '183548.674000', '183548.676000', '183548.679000', '183548.682000', '183548.684000', '183548.687000', '183548.689000', '183548.692000', '183548.695000', '183548.697000', '183548.700000', '183548.703000', '183548.705000', '183548.708000', '183548.710000', '183548.713000', '183548.716000', '183548.718000', '183548.721000', '183548.723000', '183548.726000', '183548.729000', '183548.731000', '183548.734000', '183548.737000', '183548.739000', '183548.753000', '183548.756000', '183548.758000', '183548.761000', '183548.763000', '183548.766000', '183548.769000', '183548.771000', '183548.774000', '183548.777000', '183548.780000', '183548.782000', '183548.785000', '183548.787000', '183608.663000', '183608.666000', '183608.668000', '183608.671000', '183608.674000', '183608.676000', '183608.679000', '183608.682000', '183608.684000', '183608.687000', '183608.689000', '183608.692000', '183608.695000', '183608.697000', '183608.700000', '183608.702000', '183608.705000', '183608.708000', '183608.710000', '183608.713000', '183608.715000', '183608.718000', '183608.721000', '183608.723000', '183608.726000', '183608.729000', '183608.731000', '183608.734000', '183608.737000', '183608.739000', '183608.742000', '183608.744000', '183608.747000', '183608.750000', '183608.752000', '183608.755000', '183608.757000', '183608.760000', '183608.763000', '183608.765000', '183608.768000', '183608.771000', '183608.773000', '183628.662000', '183628.665000', '183628.668000', '183628.671000', '183628.673000', '183628.676000', '183628.678000', '183628.681000', '183628.684000', '183628.686000', '183628.689000', '183628.691000', '183628.694000', '183628.697000', '183628.699000', '183628.702000', '183628.704000', '183628.707000', '183628.710000', '183628.712000', '183628.715000', '183628.717000', '183628.720000', '183628.723000', '183628.725000', '183628.728000', '183628.730000', '183628.733000', '183628.736000', '183628.738000', '183628.741000', '183628.744000', '183628.746000', '183628.749000', '183628.751000', '183628.754000', '183628.757000', '183628.759000', '183628.762000', '183628.764000', '183628.767000', '183628.770000', '183628.772000', '183628.775000', '183648.663000', '183648.665000', '183648.668000', '183648.671000', '183648.673000', '183648.676000', '183648.678000', '183648.681000', '183648.684000', '183648.686000', '183648.689000', '183648.691000', '183648.695000', '183648.697000', '183648.700000', '183648.702000', '183648.705000', '183648.708000', '183648.710000', '183648.713000', '183648.716000', '183648.718000', '183648.721000', '183648.723000', '183648.726000', '183648.729000', '183648.731000', '183648.734000', '183648.737000', '183648.739000', '183648.742000', '183648.744000', '183648.747000', '183648.750000', '183648.752000', '183648.755000', '183648.758000', '183648.760000', '183648.763000', '183648.765000', '183648.768000', '183648.771000', '183648.773000', '183708.664000', '183708.667000', '183708.669000', '183708.672000', '183708.674000', '183708.677000', '183708.680000', '183708.682000', '183708.685000', '183708.688000', '183708.690000', '183708.693000', '183708.696000', '183708.699000', '183708.702000', '183708.704000', '183708.707000', '183708.710000', '183708.712000', '183708.715000', '183708.717000', '183708.720000', '183708.723000', '183708.725000', '183708.728000', '183708.731000', '183708.742000', '183708.744000', '183708.747000', '183708.750000', '183708.752000', '183708.755000', '183708.757000', '183708.760000', '183708.763000', '183708.765000', '183708.768000', '183708.771000', '183708.773000', '183708.776000', '183708.779000', '183708.781000', '183708.784000', '183708.786000', '183728.664000', '183728.666000', '183728.669000', '183728.672000', '183728.674000', '183728.677000', '183728.680000', '183728.683000', '183728.685000', '183728.688000', '183728.690000', '183728.693000', '183728.696000', '183728.698000', '183728.701000', '183728.703000', '183728.706000', '183728.709000', '183728.711000', '183728.714000', '183728.716000', '183728.719000', '183728.722000', '183728.725000', '183728.727000', '183728.730000', '183728.732000', '183728.735000', '183728.738000', '183728.740000', '183728.743000', '183728.745000', '183728.748000', '183728.750000', '183728.753000', '183728.755000', '183728.758000', '183728.761000', '183728.763000', '183728.766000', '183728.768000', '183728.771000', '183728.774000', '183748.663000', '183748.665000', '183748.668000', '183748.671000', '183748.673000', '183748.676000', '183748.679000', '183748.681000', '183748.684000', '183748.687000', '183748.689000', '183748.692000', '183748.695000', '183748.697000', '183748.700000', '183748.702000', '183748.705000', '183748.708000', '183748.710000', '183748.713000', '183748.715000', '183748.718000', '183748.721000', '183748.723000', '183748.726000', '183748.728000', '183748.731000', '183748.734000', '183748.736000', '183748.739000', '183748.741000', '183748.744000', '183748.747000', '183748.749000', '183748.752000', '183748.754000', '183748.757000', '183748.760000', '183748.762000', '183748.765000', '183748.768000', '183748.770000', '183748.773000', '183748.776000', '183753.684000', '183753.687000', '183753.689000', '183753.692000', '183753.694000', '183753.697000', '183753.699000', '183753.702000', '183753.705000', '183753.707000', '183753.710000'], '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': [15971, 10839, 11564, 16664, 10331, 11017, 16580, 8502, 12426, 10061, 8330, 12328, 8725, 9280, 11347, 8433, 11179, 8292, 8860, 12294, 8130, 9222, 14672, 8195, 10243, 9195, 8550, 12439, 7866, 9857, 15401, 8574, 11301, 8253, 8880, 13621, 8117, 10086, 14876, 8259, 11414, 7997, 9134, 14547, 8159, 10668, 15533, 8670, 13863, 8189, 9317, 15574, 8745, 10813, 15125, 8385, 12583, 9868, 9245, 12531, 8459, 10146, 14035, 8325, 10997, 8277, 8935, 13083, 8568, 10174, 14502, 8345, 11295, 8251, 9452, 12997, 8081, 11029, 8501, 8627, 13201, 8647, 10512, 7798, 9403, 16536, 10160, 10414, 16728, 9007, 14904, 9033, 10685, 8967, 9356, 16816, 8803, 10719, 16887, 9493, 14297, 8451, 9003, 15269, 10718, 10634, 15782, 8660, 11729, 8311, 8539, 13841, 8583, 9815, 7832, 8929, 13703, 9557, 10377, 16384, 9878, 10655, 8198, 8693, 14331, 9212, 10170, 16236, 8603, 11151, 7959, 8712, 13890, 9180, 10201, 16416, 8686, 10397, 13906, 8651, 14461, 9124, 9237, 15551, 8378, 10820, 12560, 8846, 13603, 8503, 9461, 15694, 8582, 9855, 9622, 9008, 13318, 8308, 9833, 14085, 8733, 14457, 8753, 9904, 15003, 8396, 13661, 9782, 10658, 15866, 8407, 13180, 12177, 9417, 13604, 9480, 10354, 11133, 8664, 11843, 8504, 9194, 12129, 8372, 9139, 13859, 8411, 9907, 10401, 8631, 12627, 8265, 9421, 9586, 8500, 12156, 8886, 9996, 9441, 8786, 12988, 9145, 9886, 15480, 8806, 13943, 8138, 9421, 16168, 8454, 13167, 9763, 10234, 13240, 9021, 14068, 9342, 10299, 16282, 9243, 14829, 8137, 9110, 15634, 8320, 12651, 9859, 9083, 13815, 8642, 8959, 14668, 8430, 9928, 7960, 8641, 12637, 8657, 9093, 14576, 8635, 10554, 7859, 8592, 12161, 8756, 9220, 7972, 8917, 13386, 8477, 9731, 15547, 9076, 14548, 8362, 9394, 15500, 8876, 12632, 11624, 9138, 13986, 8473, 9225, 15361, 8538, 13815, 8115, 9342, 15106, 8555, 10574, 13796, 8919, 12774, 8054, 9139, 14403, 8535, 12202, 8147, 9239, 8017, 8601, 13174, 8712, 10587, 8304, 9171, 8185, 8574, 12862, 8833, 9858, 16541, 11801, 14059, 9934, 10944, 16261, 11066, 11776, 14847, 8791, 10507, 16074, 9682, 11944, 14805, 8550, 11468, 12593, 8638, 10607, 9592, 8797, 11652, 8108, 9131, 13018, 8714, 10031, 8147, 9052, 7864, 8700, 8235, 10070, 8455, 10352, 15621, 11961, 13440, 15637, 9555, 13763, 12695, 10208, 13681, 8512, 11097, 16039, 8558, 12366, 12543, 8833, 13270, 8383, 9522, 14882, 8485, 10106, 10381, 8760, 11734, 8281, 8984, 12272, 8668, 9285, 7807, 8679, 11968, 8372, 9708, 13910, 8982, 11367, 8195, 8878, 13907, 9315, 10109, 15192, 9768, 11159, 10355, 8768, 12381, 8375, 9869, 13634, 8332, 9723, 8705, 8817, 11935, 8527, 9356, 8056, 8747, 12033, 8543, 9260, 14477, 8762, 12251, 8187, 9060, 14020, 8602, 12029, 8309, 9210, 14934, 8514, 12240, 11367, 9228, 14598, 8625, 12300, 8166, 8896, 14029, 8532, 11230, 8415, 8777, 12505, 8283, 9714, 13958, 8703, 9710, 10079, 8685, 11506, 8442, 9601, 11216, 8651, 11051, 8037, 8936, 12945, 8845, 9463, 8534, 8654, 12062, 8539, 9317, 13429, 8976, 9820, 7829, 8877, 12575, 8919, 9593, 15425, 8627, 11187, 8116, 9219, 13621, 8573, 9765, 9778, 8887, 12300, 7997, 9260, 13706, 8675, 9331, 9160, 8568, 12235, 10420, 9056, 12973, 8594, 9769, 14527, 8504, 11148, 8965, 9327, 12591, 8799, 11885, 8740, 9246, 14048, 9316, 10104, 8184, 8984, 15430, 10111, 10604, 16224, 10721, 14438, 9120, 9705, 14253, 9249, 10283, 12933, 8668, 11778, 8474, 9363, 14142, 8899, 9668, 14231, 8641, 9976, 9616, 9109, 11978, 8679, 9282, 8932, 8879, 12046, 8627, 9665, 12747, 8970, 12688, 8501, 9748, 15124, 9481, 12742, 8632, 9276, 14314, 8629, 10359, 11390, 8978, 12784, 8604, 9293, 12411, 8854, 13287, 8831, 10327, 14009, 8501, 9427, 13261, 8964, 11742, 8249, 9180, 12523, 8625, 9606, 8339, 9354, 8042, 9016, 12461, 8354, 9680, 15038, 8883, 13584, 8690, 9261, 15056, 8773, 13233, 9123, 10236, 15097, 8620, 10592, 11561, 9193, 13825, 8754, 10479, 11958, 8925, 12427, 8653, 9805, 11241, 8825, 10659, 8436, 9450, 13458, 8847, 9795, 8617, 8873, 12311, 8624, 9825, 8143, 8945, 12620, 8778, 9677, 15196, 8800, 12365, 8435, 9157, 14004, 8609, 10407, 14011, 8768, 14059, 8469, 9222, 14866, 8860, 13163, 8246, 9182, 13724, 8508, 9579, 14903, 8782, 12656, 8496, 9263, 12584, 8601, 9543, 13730, 9010, 10707, 8191, 9145, 11836, 8626, 9385, 8242, 8997, 12094, 8507, 9370, 14338, 9029, 11321, 8445, 9250, 12858, 9101, 10477, 8490, 9337, 14166, 8817, 10779, 13718, 9167, 14203, 9531, 10525, 7987, 9022, 13761, 8951, 10018, 14914, 8985, 13825, 8214, 9347, 14872, 8772, 12740, 8280, 9532, 14935, 8821, 13268, 10036, 10006, 14497, 8710, 9865, 12197, 9117, 13278, 9112, 10681, 13700, 8863, 12168, 8633, 9906, 14478, 8858, 11327, 8723, 9466, 12646, 8746, 9954, 8535, 9163, 12016, 8256, 9377, 12817, 8754, 10341, 8441, 9207, 12156, 9055, 9789, 8305, 9150, 11944, 8219, 9449, 14472, 9130, 11185, 8538, 9558, 13563, 8799, 10156, 8917, 9393, 8423, 9113, 12581, 8903, 10066, 15245, 10631, 13184, 8834, 9906, 13550, 8744, 9939, 11192, 9090, 11651, 8676, 9639, 13811, 9074, 10302, 8395, 9405, 12130, 8465, 9672, 12777, 9170, 10789, 8587, 9525, 12053, 8970, 10323, 8466, 9334, 12548, 8760, 10091, 9511, 9342, 12783, 8967, 10684, 8505, 9402, 13963, 9433, 10000, 8183, 9361, 12604, 8995, 9863, 14893, 9359, 12524, 8529, 9362, 12277, 8802, 9772, 8144, 9296, 11670, 8568, 9503, 12684, 9046, 10151, 8457, 9532, 13099, 9091, 9894, 10834, 9507, 12579, 9173, 9683, 11273, 9378, 12366, 9185, 9969, 8295, 10132, 8225, 9270, 8240, 11806, 12608, 11265, 12229, 9508, 12503, 9210, 12186, 9631, 16103, 12822, 11707, 14575, 9081, 11332, 10162, 9568, 12596, 9638, 9922, 8469, 9056, 11406, 8742, 9509, 10592, 9260, 11713, 8830, 9617, 14100, 9154, 11989, 9063, 9505, 12913, 8889, 10100, 9359, 9375, 13036, 9375, 9938, 8788, 9501, 12003, 8761, 9844, 9550, 9571, 12398, 8801, 10814, 12712, 9405, 12999, 8852, 9870, 10573, 9257, 11283, 8760, 9850, 13723, 8907, 9848, 10012, 9428, 13211, 9401, 10272, 8548, 9183, 12302, 9252, 9959, 8538, 9291, 13782, 9188, 10785, 14321, 9414, 13657, 10029, 10790, 15164, 8989, 10658, 10202, 9472, 12895, 8795, 9663, 13018, 9111, 10584, 8951, 9547, 12101, 8890, 9655, 13174, 9161, 10708, 8336, 9546, 13767, 9132, 10078, 10351, 9403, 12493, 9127, 9645, 13879, 9073, 11741, 8999, 9649, 13717, 9032, 10127, 9530, 9550, 12837, 9153, 10929, 9891, 9384, 12416, 8726, 9941, 13438, 8944, 11442, 9557, 9466, 13031, 8890, 10279, 10591, 9435, 11423, 8637, 9825, 13622, 8941, 11087, 9111, 9485, 12151, 8856, 9774, 14416, 9102, 11207, 12412, 9429, 12946, 9381, 9967, 15063, 9352, 10143, 12163, 9580, 11805, 9485, 9884, 13329, 9228, 9679, 12158, 9565, 11294, 9297, 9919, 12349, 9309, 9767, 8451, 9615, 11115, 9553, 9757, 10197, 9378, 11353, 9083, 9702, 13959, 9422, 11634, 12167, 9581, 13959, 9437, 11002, 14781, 9466, 11225, 10498, 9874, 12947, 9594, 10074, 8648, 9604, 12587, 9354, 9843, 13634, 9453, 11917, 9456, 9994, 14628, 9162, 12913, 11257, 9821, 15476, 9702, 10073, 15269, 9658, 13233, 9417, 9875, 13906, 9664, 10392, 9983, 9766, 12385, 9918, 9912, 14808, 9302, 12681, 9490, 9929, 14943, 9316, 9985, 9364, 9824, 12296, 9558, 10198, 14908, 9495, 12167, 9304, 9878, 12288, 9337, 9937, 13236, 9659, 11314, 9386, 10112, 12746, 9434, 9971, 9125, 9710, 11226, 9523, 9968, 11034, 9544, 12373, 9298, 10070, 15111, 9753, 10015, 14890, 9600, 13298, 9948, 10246, 12154, 9436, 10144, 9034, 9967, 10361, 9446, 10726, 8846, 9992, 13384, 9651, 10051, 8701, 9757, 12419, 9042, 9979, 14340, 9919, 10154, 8558, 9882, 11937, 9815, 10158, 8456, 9887, 12548, 9884, 10003, 15298, 9431, 12045, 9356, 10007, 14186, 10010, 10917, 12357, 9867, 13575, 9261, 10097, 14758, 9833, 9956, 9954, 9854, 11386, 8934, 9965, 12690, 9835, 9822, 8864, 9838, 11686, 9882, 9959, 8831, 9925, 11372, 9744, 9786, 10549, 9868, 11988, 9934, 10458, 8580, 9971, 13120, 9296, 10379, 15715, 9848, 14067, 9268, 10019, 14600, 9759, 10252, 13247, 9821, 12902, 9139, 10080, 11976, 9923, 10134, 8599, 9812, 12109, 9174, 10190, 14722, 9735, 11202, 8922, 9960, 13293, 9365, 11071, 9606, 10160, 8258, 9770, 12524, 9427, 10045, 13207, 9926, 12869, 9020, 10166, 15063, 9852, 13738, 9560, 9804, 9816, 9894, 14422, 10384, 10140, 12338, 9760, 10151, 12140, 10025, 9825, 14442, 9766, 10163, 12576, 9925, 12766, 10147, 10685, 15123, 10092, 10388, 16200, 9743, 13163, 8997, 10126, 11355, 9962, 10165, 11340, 9893, 9878, 8848, 9844, 10992, 9615, 10052, 12159, 9478, 10344, 9570, 9940, 12057, 9690, 9617, 10448, 9700, 11837, 9930, 9962, 15337, 9870, 9605, 8805, 9936, 10918, 9644, 9714, 12457, 9674, 10488, 9006, 10074, 11448, 9760, 10099, 8647, 9911, 11354, 9939, 9885, 8393, 9867, 11428, 9626, 9984, 12923, 9752, 11319, 9350, 9961, 15149, 10280, 10778, 16130, 12206, 14287, 9504, 10169, 14498, 9664], 'WindowCenter': [4924.0, 4864.0, 4863.0, 4889.0, 4839.0, 4835.0, 4859.0, 4802.0, 4831.0, 4795.0, 4787.0, 4842.0, 4816.0, 4812.0, 4829.0, 4791.0, 4818.0, 4801.0, 4825.0, 4842.0, 4790.0, 4810.0, 4847.0, 4791.0, 4822.0, 4811.0, 4802.0, 4839.0, 4816.0, 4824.0, 4863.0, 4818.0, 4845.0, 4800.0, 4813.0, 4851.0, 4791.0, 4825.0, 4862.0, 4815.0, 4842.0, 4802.0, 4814.0, 4850.0, 4794.0, 4836.0, 4876.0, 4812.0, 4854.0, 4802.0, 4812.0, 4863.0, 4813.0, 4834.0, 4850.0, 4803.0, 4842.0, 4821.0, 4825.0, 4867.0, 4817.0, 4861.0, 4876.0, 4830.0, 4848.0, 4816.0, 4842.0, 4869.0, 4816.0, 4835.0, 4863.0, 4806.0, 4857.0, 4817.0, 4837.0, 4853.0, 4807.0, 4846.0, 4815.0, 4828.0, 4879.0, 4830.0, 4844.0, 4805.0, 4826.0, 4874.0, 4836.0, 4863.0, 4874.0, 4830.0, 4851.0, 4813.0, 4834.0, 4813.0, 4823.0, 4871.0, 4815.0, 4837.0, 4872.0, 4825.0, 4867.0, 4801.0, 4814.0, 4862.0, 4835.0, 4834.0, 4859.0, 4815.0, 4832.0, 4792.0, 4800.0, 4851.0, 4802.0, 4812.0, 4791.0, 4813.0, 4851.0, 4810.0, 4820.0, 4863.0, 4812.0, 4821.0, 4790.0, 4801.0, 4851.0, 4799.0, 4820.0, 4859.0, 4799.0, 4820.0, 4789.0, 4800.0, 4853.0, 4812.0, 4823.0, 4860.0, 4802.0, 4821.0, 4839.0, 4789.0, 4849.0, 4801.0, 4800.0, 4846.0, 4791.0, 4831.0, 4827.0, 4811.0, 4836.0, 4789.0, 4813.0, 4847.0, 4790.0, 4810.0, 4799.0, 4800.0, 4835.0, 4790.0, 4823.0, 4852.0, 4800.0, 4849.0, 4800.0, 4811.0, 4849.0, 4790.0, 4851.0, 4811.0, 4822.0, 4848.0, 4792.0, 4837.0, 4818.0, 4797.0, 4838.0, 4810.0, 4811.0, 4817.0, 4801.0, 4828.0, 4789.0, 4810.0, 4830.0, 4790.0, 4813.0, 4837.0, 4790.0, 4812.0, 4821.0, 4801.0, 4829.0, 4802.0, 4811.0, 4808.0, 4803.0, 4842.0, 4803.0, 4822.0, 4810.0, 4802.0, 4842.0, 4800.0, 4823.0, 4863.0, 4802.0, 4840.0, 4793.0, 4812.0, 4849.0, 4792.0, 4844.0, 4810.0, 4820.0, 4841.0, 4802.0, 4849.0, 4799.0, 4823.0, 4859.0, 4811.0, 4849.0, 4779.0, 4801.0, 4860.0, 4793.0, 4840.0, 4809.0, 4802.0, 4837.0, 4787.0, 4800.0, 4849.0, 4791.0, 4809.0, 4788.0, 4800.0, 4830.0, 4802.0, 4803.0, 4850.0, 4801.0, 4821.0, 4777.0, 4802.0, 4841.0, 4801.0, 4810.0, 4790.0, 4814.0, 4840.0, 4803.0, 4825.0, 4850.0, 4803.0, 4850.0, 4791.0, 4803.0, 4849.0, 4803.0, 4831.0, 4819.0, 4801.0, 4840.0, 4788.0, 4813.0, 4850.0, 4802.0, 4851.0, 4789.0, 4812.0, 4850.0, 4803.0, 4822.0, 4836.0, 4804.0, 4829.0, 4778.0, 4813.0, 4852.0, 4803.0, 4829.0, 4792.0, 4812.0, 4791.0, 4814.0, 4854.0, 4814.0, 4834.0, 4806.0, 4824.0, 4802.0, 4815.0, 4856.0, 4829.0, 4839.0, 4873.0, 4844.0, 4853.0, 4824.0, 4834.0, 4864.0, 4822.0, 4834.0, 4865.0, 4803.0, 4822.0, 4850.0, 4814.0, 4832.0, 4837.0, 4790.0, 4820.0, 4816.0, 4790.0, 4819.0, 4797.0, 4791.0, 4817.0, 4778.0, 4801.0, 4839.0, 4792.0, 4810.0, 4790.0, 4818.0, 4806.0, 4814.0, 4819.0, 4837.0, 4819.0, 4839.0, 4864.0, 4835.0, 4843.0, 4837.0, 4798.0, 4839.0, 4830.0, 4798.0, 4829.0, 4789.0, 4809.0, 4836.0, 4775.0, 4819.0, 4813.0, 4786.0, 4825.0, 4777.0, 4799.0, 4836.0, 4789.0, 4797.0, 4798.0, 4789.0, 4816.0, 4778.0, 4789.0, 4817.0, 4788.0, 4799.0, 4769.0, 4790.0, 4820.0, 4781.0, 4800.0, 4826.0, 4789.0, 4819.0, 4777.0, 4792.0, 4828.0, 4791.0, 4799.0, 4837.0, 4798.0, 4807.0, 4794.0, 4788.0, 4818.0, 4778.0, 4798.0, 4826.0, 4780.0, 4798.0, 4775.0, 4788.0, 4819.0, 4790.0, 4813.0, 4778.0, 4800.0, 4829.0, 4802.0, 4800.0, 4840.0, 4790.0, 4830.0, 4789.0, 4800.0, 4851.0, 4792.0, 4834.0, 4791.0, 4801.0, 4849.0, 4791.0, 4833.0, 4819.0, 4800.0, 4838.0, 4793.0, 4829.0, 4792.0, 4799.0, 4850.0, 4806.0, 4832.0, 4790.0, 4803.0, 4830.0, 4792.0, 4813.0, 4838.0, 4803.0, 4812.0, 4810.0, 4793.0, 4832.0, 4790.0, 4813.0, 4818.0, 4801.0, 4830.0, 4793.0, 4814.0, 4841.0, 4803.0, 4813.0, 4788.0, 4802.0, 4831.0, 4790.0, 4815.0, 4842.0, 4800.0, 4812.0, 4779.0, 4802.0, 4829.0, 4804.0, 4814.0, 4851.0, 4793.0, 4821.0, 4781.0, 4814.0, 4850.0, 4803.0, 4814.0, 4812.0, 4802.0, 4831.0, 4789.0, 4814.0, 4840.0, 4802.0, 4816.0, 4801.0, 4805.0, 4843.0, 4823.0, 4815.0, 4841.0, 4801.0, 4813.0, 4839.0, 4802.0, 4833.0, 4801.0, 4812.0, 4841.0, 4804.0, 4832.0, 4803.0, 4816.0, 4852.0, 4812.0, 4823.0, 4803.0, 4815.0, 4861.0, 4825.0, 4823.0, 4862.0, 4820.0, 4853.0, 4799.0, 4800.0, 4840.0, 4799.0, 4813.0, 4829.0, 4791.0, 4819.0, 4789.0, 4801.0, 4837.0, 4788.0, 4798.0, 4826.0, 4787.0, 4808.0, 4800.0, 4789.0, 4819.0, 4791.0, 4801.0, 4787.0, 4801.0, 4829.0, 4791.0, 4810.0, 4829.0, 4802.0, 4839.0, 4792.0, 4813.0, 4853.0, 4801.0, 4832.0, 4788.0, 4799.0, 4836.0, 4788.0, 4811.0, 4817.0, 4801.0, 4827.0, 4790.0, 4803.0, 4831.0, 4801.0, 4839.0, 4799.0, 4810.0, 4840.0, 4791.0, 4799.0, 4841.0, 4802.0, 4820.0, 4791.0, 4802.0, 4831.0, 4801.0, 4810.0, 4791.0, 4803.0, 4791.0, 4813.0, 4843.0, 4804.0, 4826.0, 4861.0, 4814.0, 4844.0, 4801.0, 4812.0, 4861.0, 4802.0, 4842.0, 4800.0, 4811.0, 4851.0, 4793.0, 4824.0, 4822.0, 4802.0, 4841.0, 4791.0, 4821.0, 4818.0, 4800.0, 4832.0, 4790.0, 4813.0, 4819.0, 4801.0, 4823.0, 4804.0, 4814.0, 4839.0, 4803.0, 4811.0, 4791.0, 4803.0, 4830.0, 4792.0, 4813.0, 4794.0, 4803.0, 4842.0, 4803.0, 4815.0, 4853.0, 4804.0, 4832.0, 4791.0, 4804.0, 4842.0, 4790.0, 4822.0, 4840.0, 4792.0, 4841.0, 4781.0, 4802.0, 4850.0, 4800.0, 4842.0, 4790.0, 4801.0, 4839.0, 4800.0, 4814.0, 4851.0, 4804.0, 4832.0, 4789.0, 4802.0, 4829.0, 4802.0, 4811.0, 4835.0, 4804.0, 4810.0, 4779.0, 4801.0, 4830.0, 4793.0, 4802.0, 4788.0, 4802.0, 4831.0, 4802.0, 4815.0, 4840.0, 4802.0, 4824.0, 4791.0, 4801.0, 4842.0, 4802.0, 4822.0, 4794.0, 4804.0, 4843.0, 4801.0, 4824.0, 4842.0, 4803.0, 4839.0, 4812.0, 4823.0, 4790.0, 4803.0, 4843.0, 4816.0, 4814.0, 4851.0, 4801.0, 4842.0, 4791.0, 4813.0, 4850.0, 4804.0, 4842.0, 4792.0, 4812.0, 4852.0, 4803.0, 4842.0, 4811.0, 4810.0, 4839.0, 4791.0, 4812.0, 4832.0, 4802.0, 4832.0, 4793.0, 4822.0, 4839.0, 4789.0, 4831.0, 4791.0, 4810.0, 4837.0, 4792.0, 4818.0, 4779.0, 4798.0, 4828.0, 4790.0, 4801.0, 4790.0, 4802.0, 4820.0, 4780.0, 4803.0, 4827.0, 4790.0, 4810.0, 4780.0, 4802.0, 4842.0, 4803.0, 4810.0, 4791.0, 4805.0, 4832.0, 4789.0, 4813.0, 4840.0, 4803.0, 4822.0, 4793.0, 4814.0, 4840.0, 4803.0, 4813.0, 4800.0, 4804.0, 4791.0, 4804.0, 4832.0, 4803.0, 4813.0, 4852.0, 4823.0, 4833.0, 4790.0, 4810.0, 4842.0, 4790.0, 4799.0, 4810.0, 4792.0, 4819.0, 4789.0, 4811.0, 4839.0, 4790.0, 4809.0, 4778.0, 4800.0, 4820.0, 4793.0, 4803.0, 4829.0, 4802.0, 4807.0, 4789.0, 4801.0, 4834.0, 4802.0, 4811.0, 4791.0, 4803.0, 4829.0, 4792.0, 4825.0, 4814.0, 4804.0, 4841.0, 4804.0, 4822.0, 4803.0, 4816.0, 4842.0, 4802.0, 4816.0, 4791.0, 4802.0, 4831.0, 4802.0, 4812.0, 4839.0, 4803.0, 4831.0, 4780.0, 4801.0, 4829.0, 4790.0, 4801.0, 4779.0, 4802.0, 4822.0, 4791.0, 4814.0, 4831.0, 4802.0, 4812.0, 4792.0, 4813.0, 4841.0, 4803.0, 4814.0, 4820.0, 4803.0, 4831.0, 4804.0, 4814.0, 4832.0, 4815.0, 4842.0, 4817.0, 4828.0, 4824.0, 4837.0, 4807.0, 4831.0, 4822.0, 4859.0, 4845.0, 4836.0, 4835.0, 4830.0, 4858.0, 4829.0, 4845.0, 4832.0, 4881.0, 4834.0, 4822.0, 4827.0, 4792.0, 4810.0, 4800.0, 4791.0, 4807.0, 4789.0, 4789.0, 4766.0, 4788.0, 4810.0, 4791.0, 4804.0, 4800.0, 4791.0, 4818.0, 4790.0, 4800.0, 4831.0, 4803.0, 4823.0, 4791.0, 4804.0, 4819.0, 4791.0, 4815.0, 4802.0, 4804.0, 4829.0, 4791.0, 4801.0, 4782.0, 4801.0, 4821.0, 4795.0, 4814.0, 4800.0, 4815.0, 4830.0, 4805.0, 4824.0, 4832.0, 4804.0, 4832.0, 4793.0, 4815.0, 4811.0, 4803.0, 4823.0, 4792.0, 4813.0, 4840.0, 4793.0, 4814.0, 4815.0, 4815.0, 4832.0, 4804.0, 4813.0, 4791.0, 4805.0, 4835.0, 4817.0, 4815.0, 4793.0, 4814.0, 4844.0, 4803.0, 4825.0, 4852.0, 4802.0, 4843.0, 4801.0, 4823.0, 4840.0, 4791.0, 4815.0, 4800.0, 4802.0, 4828.0, 4790.0, 4803.0, 4830.0, 4793.0, 4813.0, 4789.0, 4804.0, 4820.0, 4790.0, 4813.0, 4832.0, 4803.0, 4813.0, 4792.0, 4815.0, 4841.0, 4814.0, 4815.0, 4810.0, 4804.0, 4831.0, 4801.0, 4806.0, 4841.0, 4807.0, 4833.0, 4792.0, 4816.0, 4840.0, 4801.0, 4814.0, 4816.0, 4816.0, 4841.0, 4804.0, 4825.0, 4811.0, 4817.0, 4844.0, 4793.0, 4813.0, 4843.0, 4805.0, 4834.0, 4804.0, 4816.0, 4831.0, 4794.0, 4814.0, 4811.0, 4801.0, 4835.0, 4804.0, 4815.0, 4844.0, 4804.0, 4835.0, 4804.0, 4816.0, 4837.0, 4804.0, 4812.0, 4842.0, 4803.0, 4823.0, 4832.0, 4804.0, 4833.0, 4790.0, 4803.0, 4841.0, 4802.0, 4812.0, 4832.0, 4801.0, 4823.0, 4801.0, 4812.0, 4828.0, 4801.0, 4804.0, 4830.0, 4813.0, 4821.0, 4792.0, 4814.0, 4820.0, 4802.0, 4813.0, 4792.0, 4815.0, 4824.0, 4814.0, 4815.0, 4813.0, 4803.0, 4837.0, 4805.0, 4816.0, 4841.0, 4804.0, 4834.0, 4821.0, 4816.0, 4856.0, 4804.0, 4824.0, 4841.0, 4803.0, 4824.0, 4812.0, 4814.0, 4833.0, 4802.0, 4804.0, 4793.0, 4813.0, 4832.0, 4802.0, 4826.0, 4844.0, 4814.0, 4836.0, 4816.0, 4827.0, 4855.0, 4818.0, 4846.0, 4823.0, 4815.0, 4853.0, 4802.0, 4815.0, 4854.0, 4803.0, 4833.0, 4803.0, 4814.0, 4831.0, 4803.0, 4825.0, 4801.0, 4815.0, 4832.0, 4812.0, 4813.0, 4852.0, 4804.0, 4832.0, 4802.0, 4812.0, 4839.0, 4802.0, 4812.0, 4801.0, 4812.0, 4822.0, 4801.0, 4813.0, 4841.0, 4805.0, 4822.0, 4788.0, 4799.0, 4819.0, 4788.0, 4806.0, 4828.0, 4801.0, 4811.0, 4800.0, 4813.0, 4821.0, 4802.0, 4815.0, 4805.0, 4804.0, 4823.0, 4804.0, 4815.0, 4812.0, 4814.0, 4833.0, 4791.0, 4812.0, 4843.0, 4801.0, 4803.0, 4852.0, 4801.0, 4832.0, 4800.0, 4813.0, 4820.0, 4802.0, 4815.0, 4801.0, 4813.0, 4815.0, 4814.0, 4823.0, 4803.0, 4826.0, 4845.0, 4804.0, 4817.0, 4794.0, 4814.0, 4833.0, 4792.0, 4817.0, 4842.0, 4805.0, 4815.0, 4791.0, 4815.0, 4834.0, 4824.0, 4824.0, 4794.0, 4815.0, 4835.0, 4814.0, 4825.0, 4864.0, 4806.0, 4834.0, 4804.0, 4814.0, 4841.0, 4816.0, 4827.0, 4831.0, 4812.0, 4832.0, 4803.0, 4812.0, 4843.0, 4802.0, 4803.0, 4800.0, 4813.0, 4820.0, 4790.0, 4813.0, 4843.0, 4813.0, 4802.0, 4803.0, 4815.0, 4833.0, 4814.0, 4814.0, 4793.0, 4814.0, 4823.0, 4815.0, 4816.0, 4824.0, 4826.0, 4834.0, 4816.0, 4825.0, 4793.0, 4817.0, 4842.0, 4818.0, 4827.0, 4852.0, 4815.0, 4846.0, 4802.0, 4815.0, 4854.0, 4803.0, 4815.0, 4831.0, 4816.0, 4831.0, 4791.0, 4812.0, 4834.0, 4813.0, 4815.0, 4793.0, 4816.0, 4832.0, 4805.0, 4827.0, 4843.0, 4804.0, 4823.0, 4818.0, 4831.0, 4843.0, 4807.0, 4848.0, 4816.0, 4825.0, 4793.0, 4827.0, 4858.0, 4816.0, 4815.0, 4843.0, 4814.0, 4843.0, 4805.0, 4827.0, 4855.0, 4816.0, 4856.0, 4815.0, 4814.0, 4814.0, 4814.0, 4843.0, 4801.0, 4812.0, 4822.0, 4800.0, 4812.0, 4833.0, 4813.0, 4813.0, 4839.0, 4800.0, 4811.0, 4831.0, 4802.0, 4831.0, 4800.0, 4809.0, 4828.0, 4798.0, 4802.0, 4851.0, 4789.0, 4817.0, 4775.0, 4788.0, 4797.0, 4785.0, 4799.0, 4809.0, 4799.0, 4799.0, 4778.0, 4799.0, 4809.0, 4789.0, 4801.0, 4820.0, 4802.0, 4801.0, 4799.0, 4812.0, 4818.0, 4800.0, 4804.0, 4824.0, 4804.0, 4823.0, 4801.0, 4804.0, 4839.0, 4803.0, 4804.0, 4792.0, 4813.0, 4812.0, 4804.0, 4815.0, 4831.0, 4802.0, 4827.0, 4806.0, 4815.0, 4822.0, 4814.0, 4824.0, 4805.0, 4828.0, 4836.0, 4817.0, 4815.0, 4796.0, 4827.0, 4836.0, 4826.0, 4840.0, 4846.0, 4819.0, 4839.0, 4816.0, 4829.0, 4866.0, 4829.0, 4839.0, 4864.0, 4836.0, 4855.0, 4803.0, 4815.0, 4854.0, 4815.0], 'WindowWidth': [10718.0, 10614.0, 10605.0, 10638.0, 10563.0, 10547.0, 10574.0, 10496.0, 10533.0, 10477.0, 10468.0, 10552.0, 10522.0, 10511.0, 10529.0, 10480.0, 10514.0, 10495.0, 10539.0, 10552.0, 10478.0, 10503.0, 10551.0, 10478.0, 10523.0, 10507.0, 10497.0, 10543.0, 10524.0, 10529.0, 10581.0, 10529.0, 10561.0, 10492.0, 10512.0, 10561.0, 10479.0, 10530.0, 10582.0, 10520.0, 10552.0, 10496.0, 10516.0, 10560.0, 10487.0, 10549.0, 10605.0, 10512.0, 10570.0, 10499.0, 10512.0, 10580.0, 10517.0, 10543.0, 10560.0, 10498.0, 10551.0, 10520.0, 10532.0, 10598.0, 10526.0, 10595.0, 10606.0, 10548.0, 10567.0, 10523.0, 10569.0, 10601.0, 10524.0, 10547.0, 10582.0, 10508.0, 10583.0, 10529.0, 10553.0, 10571.0, 10511.0, 10563.0, 10518.0, 10542.0, 10618.0, 10548.0, 10561.0, 10506.0, 10537.0, 10601.0, 10551.0, 10602.0, 10601.0, 10547.0, 10561.0, 10516.0, 10545.0, 10513.0, 10529.0, 10594.0, 10517.0, 10552.0, 10598.0, 10535.0, 10593.0, 10495.0, 10518.0, 10580.0, 10547.0, 10541.0, 10572.0, 10519.0, 10536.0, 10480.0, 10493.0, 10562.0, 10498.0, 10510.0, 10479.0, 10513.0, 10562.0, 10502.0, 10519.0, 10582.0, 10509.0, 10518.0, 10476.0, 10495.0, 10560.0, 10489.0, 10518.0, 10569.0, 10487.0, 10517.0, 10473.0, 10492.0, 10569.0, 10512.0, 10527.0, 10573.0, 10495.0, 10521.0, 10544.0, 10474.0, 10555.0, 10491.0, 10491.0, 10550.0, 10481.0, 10535.0, 10522.0, 10508.0, 10535.0, 10473.0, 10512.0, 10550.0, 10477.0, 10502.0, 10485.0, 10488.0, 10533.0, 10475.0, 10526.0, 10566.0, 10492.0, 10557.0, 10491.0, 10508.0, 10554.0, 10475.0, 10562.0, 10505.0, 10523.0, 10552.0, 10480.0, 10538.0, 10509.0, 10482.0, 10540.0, 10504.0, 10503.0, 10507.0, 10492.0, 10525.0, 10473.0, 10505.0, 10528.0, 10475.0, 10514.0, 10535.0, 10477.0, 10508.0, 10520.0, 10493.0, 10529.0, 10495.0, 10508.0, 10498.0, 10497.0, 10552.0, 10499.0, 10523.0, 10503.0, 10497.0, 10549.0, 10489.0, 10527.0, 10581.0, 10494.0, 10545.0, 10482.0, 10509.0, 10555.0, 10479.0, 10552.0, 10504.0, 10518.0, 10544.0, 10495.0, 10556.0, 10488.0, 10527.0, 10569.0, 10506.0, 10556.0, 10460.0, 10493.0, 10572.0, 10484.0, 10545.0, 10500.0, 10493.0, 10535.0, 10469.0, 10491.0, 10556.0, 10477.0, 10500.0, 10473.0, 10490.0, 10531.0, 10496.0, 10496.0, 10556.0, 10491.0, 10518.0, 10455.0, 10495.0, 10549.0, 10495.0, 10504.0, 10477.0, 10515.0, 10545.0, 10499.0, 10534.0, 10558.0, 10496.0, 10558.0, 10477.0, 10497.0, 10557.0, 10497.0, 10533.0, 10514.0, 10490.0, 10541.0, 10471.0, 10512.0, 10560.0, 10493.0, 10561.0, 10474.0, 10509.0, 10558.0, 10499.0, 10524.0, 10533.0, 10500.0, 10526.0, 10458.0, 10510.0, 10563.0, 10498.0, 10530.0, 10482.0, 10510.0, 10481.0, 10516.0, 10572.0, 10516.0, 10544.0, 10507.0, 10530.0, 10499.0, 10519.0, 10575.0, 10547.0, 10556.0, 10597.0, 10556.0, 10568.0, 10527.0, 10542.0, 10588.0, 10522.0, 10538.0, 10585.0, 10496.0, 10524.0, 10561.0, 10514.0, 10534.0, 10535.0, 10472.0, 10514.0, 10501.0, 10473.0, 10515.0, 10481.0, 10478.0, 10506.0, 10455.0, 10489.0, 10540.0, 10478.0, 10502.0, 10476.0, 10524.0, 10508.0, 10517.0, 10532.0, 10551.0, 10533.0, 10556.0, 10583.0, 10540.0, 10550.0, 10534.0, 10480.0, 10539.0, 10525.0, 10480.0, 10522.0, 10468.0, 10496.0, 10528.0, 10445.0, 10510.0, 10495.0, 10462.0, 10512.0, 10450.0, 10484.0, 10529.0, 10469.0, 10479.0, 10478.0, 10469.0, 10503.0, 10451.0, 10469.0, 10507.0, 10468.0, 10483.0, 10443.0, 10474.0, 10512.0, 10461.0, 10488.0, 10518.0, 10470.0, 10511.0, 10452.0, 10477.0, 10524.0, 10474.0, 10483.0, 10531.0, 10479.0, 10491.0, 10469.0, 10466.0, 10508.0, 10456.0, 10481.0, 10516.0, 10459.0, 10479.0, 10444.0, 10469.0, 10511.0, 10472.0, 10510.0, 10455.0, 10489.0, 10525.0, 10495.0, 10490.0, 10540.0, 10473.0, 10528.0, 10471.0, 10488.0, 10559.0, 10479.0, 10536.0, 10476.0, 10492.0, 10552.0, 10475.0, 10533.0, 10510.0, 10488.0, 10538.0, 10481.0, 10528.0, 10479.0, 10488.0, 10559.0, 10505.0, 10535.0, 10476.0, 10496.0, 10530.0, 10481.0, 10509.0, 10540.0, 10495.0, 10507.0, 10500.0, 10481.0, 10533.0, 10477.0, 10511.0, 10511.0, 10492.0, 10530.0, 10481.0, 10513.0, 10545.0, 10494.0, 10509.0, 10470.0, 10493.0, 10533.0, 10474.0, 10516.0, 10549.0, 10489.0, 10506.0, 10458.0, 10494.0, 10527.0, 10498.0, 10512.0, 10557.0, 10481.0, 10516.0, 10462.0, 10513.0, 10558.0, 10497.0, 10510.0, 10504.0, 10495.0, 10532.0, 10473.0, 10514.0, 10544.0, 10496.0, 10519.0, 10491.0, 10501.0, 10551.0, 10526.0, 10516.0, 10547.0, 10494.0, 10511.0, 10540.0, 10492.0, 10538.0, 10491.0, 10509.0, 10545.0, 10500.0, 10536.0, 10495.0, 10520.0, 10562.0, 10507.0, 10523.0, 10496.0, 10517.0, 10576.0, 10530.0, 10522.0, 10578.0, 10517.0, 10563.0, 10484.0, 10488.0, 10544.0, 10485.0, 10508.0, 10525.0, 10475.0, 10513.0, 10471.0, 10491.0, 10534.0, 10468.0, 10482.0, 10517.0, 10466.0, 10497.0, 10487.0, 10470.0, 10510.0, 10476.0, 10490.0, 10467.0, 10489.0, 10527.0, 10477.0, 10503.0, 10527.0, 10493.0, 10540.0, 10476.0, 10508.0, 10565.0, 10490.0, 10534.0, 10468.0, 10486.0, 10531.0, 10469.0, 10506.0, 10510.0, 10488.0, 10521.0, 10474.0, 10493.0, 10530.0, 10492.0, 10539.0, 10486.0, 10502.0, 10539.0, 10473.0, 10485.0, 10544.0, 10491.0, 10514.0, 10476.0, 10493.0, 10529.0, 10492.0, 10502.0, 10475.0, 10496.0, 10478.0, 10512.0, 10550.0, 10502.0, 10534.0, 10574.0, 10514.0, 10554.0, 10492.0, 10508.0, 10577.0, 10496.0, 10549.0, 10488.0, 10505.0, 10557.0, 10479.0, 10525.0, 10520.0, 10492.0, 10543.0, 10477.0, 10518.0, 10509.0, 10488.0, 10535.0, 10476.0, 10509.0, 10513.0, 10492.0, 10525.0, 10500.0, 10512.0, 10541.0, 10496.0, 10507.0, 10475.0, 10495.0, 10532.0, 10479.0, 10510.0, 10483.0, 10498.0, 10548.0, 10497.0, 10516.0, 10562.0, 10497.0, 10533.0, 10476.0, 10496.0, 10546.0, 10476.0, 10519.0, 10540.0, 10478.0, 10544.0, 10461.0, 10493.0, 10557.0, 10489.0, 10548.0, 10474.0, 10491.0, 10539.0, 10488.0, 10513.0, 10558.0, 10498.0, 10531.0, 10470.0, 10491.0, 10524.0, 10495.0, 10504.0, 10530.0, 10495.0, 10499.0, 10455.0, 10491.0, 10530.0, 10480.0, 10493.0, 10472.0, 10494.0, 10531.0, 10494.0, 10514.0, 10541.0, 10492.0, 10524.0, 10476.0, 10491.0, 10547.0, 10493.0, 10521.0, 10482.0, 10497.0, 10547.0, 10491.0, 10524.0, 10547.0, 10495.0, 10541.0, 10507.0, 10522.0, 10475.0, 10497.0, 10551.0, 10519.0, 10511.0, 10558.0, 10490.0, 10546.0, 10477.0, 10511.0, 10559.0, 10499.0, 10546.0, 10481.0, 10508.0, 10563.0, 10496.0, 10547.0, 10503.0, 10500.0, 10539.0, 10475.0, 10506.0, 10533.0, 10491.0, 10531.0, 10479.0, 10519.0, 10538.0, 10469.0, 10530.0, 10477.0, 10499.0, 10535.0, 10476.0, 10509.0, 10454.0, 10481.0, 10522.0, 10472.0, 10487.0, 10470.0, 10489.0, 10511.0, 10458.0, 10494.0, 10520.0, 10473.0, 10500.0, 10459.0, 10493.0, 10549.0, 10496.0, 10502.0, 10475.0, 10498.0, 10530.0, 10471.0, 10509.0, 10543.0, 10493.0, 10519.0, 10480.0, 10509.0, 10541.0, 10497.0, 10509.0, 10487.0, 10497.0, 10478.0, 10499.0, 10535.0, 10499.0, 10511.0, 10562.0, 10521.0, 10535.0, 10472.0, 10499.0, 10547.0, 10474.0, 10483.0, 10498.0, 10475.0, 10508.0, 10469.0, 10504.0, 10539.0, 10470.0, 10496.0, 10453.0, 10486.0, 10511.0, 10481.0, 10492.0, 10523.0, 10490.0, 10494.0, 10468.0, 10488.0, 10536.0, 10491.0, 10504.0, 10474.0, 10494.0, 10524.0, 10478.0, 10526.0, 10510.0, 10496.0, 10543.0, 10497.0, 10521.0, 10495.0, 10516.0, 10546.0, 10491.0, 10513.0, 10475.0, 10492.0, 10530.0, 10495.0, 10504.0, 10539.0, 10492.0, 10529.0, 10456.0, 10487.0, 10526.0, 10472.0, 10486.0, 10456.0, 10491.0, 10516.0, 10474.0, 10510.0, 10530.0, 10491.0, 10503.0, 10477.0, 10507.0, 10546.0, 10497.0, 10510.0, 10514.0, 10494.0, 10528.0, 10495.0, 10512.0, 10536.0, 10512.0, 10547.0, 10519.0, 10538.0, 10539.0, 10550.0, 10508.0, 10547.0, 10539.0, 10583.0, 10554.0, 10542.0, 10540.0, 10542.0, 10579.0, 10539.0, 10555.0, 10547.0, 10619.0, 10538.0, 10516.0, 10516.0, 10472.0, 10494.0, 10484.0, 10471.0, 10488.0, 10465.0, 10466.0, 10430.0, 10464.0, 10495.0, 10475.0, 10491.0, 10482.0, 10472.0, 10505.0, 10470.0, 10485.0, 10526.0, 10492.0, 10517.0, 10473.0, 10492.0, 10507.0, 10471.0, 10508.0, 10493.0, 10494.0, 10523.0, 10472.0, 10486.0, 10459.0, 10488.0, 10514.0, 10485.0, 10508.0, 10485.0, 10512.0, 10525.0, 10498.0, 10524.0, 10531.0, 10496.0, 10530.0, 10480.0, 10511.0, 10500.0, 10492.0, 10524.0, 10479.0, 10508.0, 10540.0, 10479.0, 10508.0, 10513.0, 10513.0, 10530.0, 10494.0, 10506.0, 10473.0, 10497.0, 10541.0, 10518.0, 10512.0, 10481.0, 10511.0, 10549.0, 10492.0, 10526.0, 10563.0, 10491.0, 10547.0, 10488.0, 10519.0, 10538.0, 10473.0, 10512.0, 10484.0, 10488.0, 10520.0, 10471.0, 10490.0, 10527.0, 10478.0, 10503.0, 10469.0, 10495.0, 10510.0, 10472.0, 10508.0, 10531.0, 10492.0, 10506.0, 10477.0, 10511.0, 10542.0, 10513.0, 10514.0, 10499.0, 10495.0, 10528.0, 10487.0, 10499.0, 10543.0, 10503.0, 10536.0, 10477.0, 10514.0, 10540.0, 10488.0, 10510.0, 10514.0, 10515.0, 10544.0, 10496.0, 10529.0, 10502.0, 10518.0, 10554.0, 10480.0, 10508.0, 10549.0, 10498.0, 10538.0, 10496.0, 10515.0, 10530.0, 10482.0, 10509.0, 10502.0, 10489.0, 10540.0, 10499.0, 10512.0, 10551.0, 10497.0, 10540.0, 10495.0, 10516.0, 10546.0, 10496.0, 10506.0, 10545.0, 10493.0, 10522.0, 10533.0, 10497.0, 10535.0, 10472.0, 10492.0, 10542.0, 10490.0, 10504.0, 10534.0, 10489.0, 10518.0, 10487.0, 10504.0, 10521.0, 10487.0, 10494.0, 10529.0, 10507.0, 10514.0, 10474.0, 10510.0, 10512.0, 10490.0, 10509.0, 10478.0, 10510.0, 10522.0, 10511.0, 10513.0, 10505.0, 10494.0, 10548.0, 10503.0, 10516.0, 10544.0, 10498.0, 10539.0, 10514.0, 10514.0, 10572.0, 10494.0, 10523.0, 10542.0, 10494.0, 10523.0, 10503.0, 10511.0, 10536.0, 10492.0, 10494.0, 10478.0, 10509.0, 10532.0, 10492.0, 10531.0, 10551.0, 10510.0, 10542.0, 10516.0, 10534.0, 10570.0, 10521.0, 10557.0, 10521.0, 10513.0, 10561.0, 10489.0, 10513.0, 10565.0, 10493.0, 10535.0, 10491.0, 10508.0, 10528.0, 10491.0, 10527.0, 10490.0, 10511.0, 10530.0, 10505.0, 10508.0, 10560.0, 10497.0, 10532.0, 10489.0, 10504.0, 10537.0, 10490.0, 10505.0, 10489.0, 10505.0, 10516.0, 10486.0, 10506.0, 10544.0, 10499.0, 10516.0, 10465.0, 10482.0, 10508.0, 10464.0, 10497.0, 10521.0, 10486.0, 10498.0, 10484.0, 10505.0, 10513.0, 10490.0, 10514.0, 10497.0, 10495.0, 10519.0, 10495.0, 10511.0, 10503.0, 10510.0, 10536.0, 10474.0, 10505.0, 10545.0, 10487.0, 10493.0, 10559.0, 10489.0, 10530.0, 10485.0, 10506.0, 10511.0, 10491.0, 10514.0, 10490.0, 10509.0, 10511.0, 10512.0, 10522.0, 10493.0, 10532.0, 10555.0, 10496.0, 10515.0, 10481.0, 10510.0, 10534.0, 10478.0, 10516.0, 10544.0, 10496.0, 10510.0, 10473.0, 10510.0, 10538.0, 10526.0, 10524.0, 10483.0, 10515.0, 10539.0, 10509.0, 10529.0, 10581.0, 10501.0, 10539.0, 10496.0, 10511.0, 10544.0, 10516.0, 10533.0, 10529.0, 10503.0, 10531.0, 10490.0, 10503.0, 10546.0, 10490.0, 10492.0, 10484.0, 10506.0, 10511.0, 10471.0, 10508.0, 10549.0, 10505.0, 10489.0, 10491.0, 10511.0, 10533.0, 10512.0, 10509.0, 10480.0, 10510.0, 10520.0, 10512.0, 10515.0, 10524.0, 10529.0, 10535.0, 10514.0, 10526.0, 10481.0, 10517.0, 10547.0, 10522.0, 10533.0, 10562.0, 10512.0, 10554.0, 10489.0, 10510.0, 10564.0, 10495.0, 10510.0, 10528.0, 10514.0, 10530.0, 10473.0, 10505.0, 10538.0, 10507.0, 10511.0, 10479.0, 10513.0, 10533.0, 10499.0, 10530.0, 10546.0, 10494.0, 10519.0, 10523.0, 10542.0, 10546.0, 10499.0, 10565.0, 10516.0, 10527.0, 10482.0, 10531.0, 10580.0, 10519.0, 10514.0, 10548.0, 10510.0, 10550.0, 10497.0, 10535.0, 10570.0, 10516.0, 10572.0, 10514.0, 10508.0, 10510.0, 10511.0, 10549.0, 10484.0, 10503.0, 10517.0, 10485.0, 10505.0, 10532.0, 10507.0, 10506.0, 10537.0, 10484.0, 10502.0, 10527.0, 10487.0, 10527.0, 10482.0, 10495.0, 10518.0, 10479.0, 10488.0, 10556.0, 10465.0, 10501.0, 10442.0, 10461.0, 10474.0, 10455.0, 10478.0, 10495.0, 10480.0, 10480.0, 10450.0, 10481.0, 10494.0, 10465.0, 10485.0, 10513.0, 10490.0, 10486.0, 10483.0, 10503.0, 10506.0, 10485.0, 10494.0, 10524.0, 10496.0, 10517.0, 10486.0, 10494.0, 10536.0, 10488.0, 10494.0, 10479.0, 10507.0, 10504.0, 10496.0, 10512.0, 10528.0, 10492.0, 10533.0, 10501.0, 10513.0, 10520.0, 10511.0, 10524.0, 10500.0, 10537.0, 10544.0, 10516.0, 10514.0, 10488.0, 10532.0, 10544.0, 10533.0, 10557.0, 10561.0, 10524.0, 10551.0, 10519.0, 10539.0, 10585.0, 10539.0, 10552.0, 10580.0, 10542.0, 10567.0, 10493.0, 10512.0, 10565.0, 10513.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.0007146019711902958</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02570138460955269</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.28150320836875</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.209306953808801</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9652508368361141</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4781</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7625.5898</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08755004639057061</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>38</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.8809704321455647</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3766050231156783</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.359583489197691</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5464242120157885</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.223807368133556</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00872663</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012503940612077713</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.022087985649704933</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1319</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.236270143172687</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>21.69</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.5264</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>193.1549</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>297121.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>953.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>398.9763</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9273</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>615.9857</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>4042.9338</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4210.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79423.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1696.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5255.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>993.7925</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>39.758191182045266</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> |