=== 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-0014 --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-0014",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
143 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
143 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0014_ses-04_task-fractional_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0014_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-04_subject-0014_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-0014/figures/sub-0014_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0014_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-0014/figures/sub-0014_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0014_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-0014/figures/sub-0014_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0014_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-0014/figures/sub-0014_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-04_subject-0014_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-0014/figures/sub-0014_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-04_subject-0014_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-0014/figures/sub-0014_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0014_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-0014/figures/sub-0014_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0014/figures/sub-0014_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0014/ses-04/func/sub-0014_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>a6ea945c9bd57e0e7a1fb77b1bb36edf</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>15:29:21.865000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998139, 0.0506942, 0.0339003, -0.0489917, 0.997582, -0.0492936]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0939481</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4151, -7758, -7264, 525, -85, -68, 56, 47]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>250.826</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>29a39783-f511-433d-a94d-2f88cc417d46||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6779332160949707, -0.1314411610364914, 0.09805664420127869, 115.45708465576172], [-0.13600872457027435, 2.6764397621154785, -0.1283607929944992, -81.21988677978516], [0.09095215052366257, 0.13225118815898895, 2.6951637268066406, -81.46595001220703], [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': ['152921.865000', '152922.325000', '152922.785000', '152923.245000', '152923.705000', '152924.165000', '152924.625000', '152925.085000', '152925.545000', '152926.005000', '152926.465000', '152926.925000', '152927.385000', '152927.845000', '152928.305000', '152928.765000', '152929.225000', '152929.685000', '152930.145000', '152930.605000', '152931.065000', '152931.525000', '152931.985000', '152932.445000', '152932.905000', '152933.365000', '152933.825000', '152934.285000', '152934.745000', '152935.205000', '152935.665000', '152936.125000', '152936.585000', '152937.045000', '152937.505000', '152937.965000', '152938.425000', '152938.885000', '152939.345000', '152939.805000', '152940.265000', '152940.725000', '152941.185000', '152941.645000', '152942.105000', '152942.565000', '152943.025000', '152943.485000', '152943.945000', '152944.405000', '152944.865000', '152945.325000', '152945.785000', '152946.245000', '152946.705000', '152947.165000', '152947.625000', '152948.085000', '152948.545000', '152949.005000', '152949.465000', '152949.925000', '152950.385000', '152950.845000', '152951.305000', '152951.765000', '152952.225000', '152952.685000', '152953.145000', '152953.605000', '152954.065000', '152954.525000', '152954.985000', '152955.445000', '152955.905000', '152956.365000', '152956.825000', '152957.285000', '152957.745000', '152958.205000', '152958.665000', '152959.125000', '152959.585000', '153000.045000', '153000.505000', '153000.965000', '153001.425000', '153001.885000', '153002.345000', '153002.805000', '153003.265000', '153003.725000', '153004.185000', '153004.645000', '153005.105000', '153005.565000', '153006.025000', '153006.485000', '153006.945000', '153007.405000', '153007.865000', '153008.325000', '153008.785000', '153009.245000', '153009.705000', '153010.165000', '153010.625000', '153011.085000', '153011.545000', '153012.005000', '153012.465000', '153012.925000', '153013.385000', '153013.845000', '153014.305000', '153014.765000', '153015.225000', '153015.685000', '153016.145000', '153016.605000', '153017.065000', '153017.525000', '153017.985000', '153018.445000', '153018.905000', '153019.365000', '153019.825000', '153020.285000', '153020.745000', '153021.205000', '153021.665000', '153022.125000', '153022.585000', '153023.045000', '153023.505000', '153023.965000', '153024.425000', '153024.885000', '153025.345000', '153025.805000', '153026.265000', '153026.725000', '153027.185000', '153027.645000', '153028.105000', '153028.565000', '153029.025000', '153029.485000', '153029.945000', '153030.405000', '153030.865000', '153031.325000', '153031.785000', '153032.245000', '153032.705000', '153033.165000', '153033.625000', '153034.085000', '153034.545000', '153035.005000', '153035.465000', '153035.925000', '153036.385000', '153036.845000', '153037.305000', '153037.765000', '153038.225000', '153038.685000', '153039.145000', '153039.605000', '153040.065000', '153040.525000', '153040.985000', '153041.445000', '153041.905000', '153042.365000', '153042.825000', '153043.285000', '153043.745000', '153044.205000', '153044.665000', '153045.125000', '153045.585000', '153046.045000', '153046.505000', '153046.965000', '153047.425000', '153047.885000', '153048.345000', '153048.805000', '153049.265000', '153049.725000', '153050.185000', '153050.645000', '153051.105000', '153051.565000', '153052.025000', '153052.485000', '153052.945000', '153053.405000', '153053.865000', '153054.325000', '153054.785000', '153055.245000', '153055.705000', '153056.165000', '153056.625000', '153057.085000', '153057.545000', '153058.005000', '153058.465000', '153058.925000', '153059.385000', '153059.845000', '153100.305000', '153100.765000', '153101.225000', '153101.685000', '153102.145000', '153102.605000', '153103.065000', '153103.525000', '153103.985000', '153104.445000', '153104.905000', '153105.365000', '153105.825000', '153106.285000', '153106.745000', '153107.205000', '153107.665000', '153108.125000', '153108.585000', '153109.045000', '153109.505000', '153109.965000', '153110.425000', '153110.885000', '153111.345000', '153111.805000', '153112.265000', '153112.725000', '153113.185000', '153113.645000', '153114.105000', '153114.565000', '153115.025000', '153115.485000', '153115.945000', '153116.405000', '153116.865000', '153117.325000', '153117.785000', '153118.245000', '153118.705000', '153119.165000', '153119.625000', '153120.085000', '153120.545000', '153121.005000', '153121.465000', '153121.925000', '153122.385000', '153122.845000', '153123.305000', '153123.765000', '153124.225000', '153124.685000', '153125.145000', '153125.605000', '153126.065000', '153126.525000', '153126.985000', '153127.445000', '153127.905000', '153128.365000', '153128.825000', '153129.285000', '153129.745000', '153130.205000', '153130.665000', '153131.125000', '153131.585000', '153132.045000', '153132.505000', '153132.965000', '153133.425000', '153133.885000', '153134.345000', '153134.805000', '153135.265000', '153135.725000', '153136.185000', '153136.645000', '153137.105000', '153137.565000', '153138.025000', '153138.485000', '153138.945000', '153139.405000', '153139.865000', '153140.325000', '153140.785000', '153141.245000', '153141.705000', '153142.165000', '153142.625000', '153143.085000', '153143.545000', '153144.005000', '153144.465000', '153144.925000', '153145.385000', '153145.845000', '153146.305000', '153146.765000', '153147.225000', '153147.685000', '153148.145000', '153148.605000', '153149.065000', '153149.525000', '153149.985000', '153150.445000', '153150.905000', '153151.365000', '153151.825000', '153152.285000', '153152.745000', '153153.205000', '153153.665000', '153154.125000', '153154.585000', '153155.045000', '153155.505000', '153155.965000', '153156.425000', '153156.885000', '153157.345000', '153157.805000', '153158.265000', '153158.725000', '153159.185000', '153159.645000', '153200.105000', '153200.565000', '153201.025000', '153201.485000', '153201.945000', '153202.405000', '153202.865000', '153203.325000', '153203.785000', '153204.245000', '153204.705000', '153205.165000', '153205.625000', '153206.085000', '153206.545000', '153207.005000', '153207.465000', '153207.925000', '153208.385000', '153208.845000', '153209.305000', '153209.765000', '153210.225000', '153210.685000', '153211.145000', '153211.605000', '153212.065000', '153212.525000', '153212.985000', '153213.445000', '153213.905000', '153214.365000', '153214.825000', '153215.285000', '153215.745000', '153216.205000', '153216.665000', '153217.125000', '153217.585000', '153218.045000', '153218.505000', '153218.965000', '153219.425000', '153219.885000', '153220.345000', '153220.805000', '153221.265000', '153221.725000', '153222.185000', '153222.645000', '153223.105000', '153223.565000', '153224.025000', '153224.485000', '153224.945000', '153225.405000', '153225.865000', '153226.325000', '153226.785000', '153227.245000', '153227.705000', '153228.165000', '153228.625000', '153229.085000', '153229.545000', '153230.005000', '153230.465000', '153230.925000', '153231.385000', '153231.845000', '153232.305000', '153232.765000', '153233.225000', '153233.685000', '153234.145000', '153234.605000', '153235.065000', '153235.525000', '153235.985000', '153236.445000', '153236.905000', '153237.365000', '153237.825000', '153238.285000', '153238.745000', '153239.205000', '153239.665000', '153240.125000', '153240.585000', '153241.045000', '153241.505000', '153241.965000', '153242.425000', '153242.885000', '153243.345000', '153243.805000', '153244.265000', '153244.725000', '153245.185000', '153245.645000', '153246.105000', '153246.565000', '153247.025000', '153247.485000', '153247.945000', '153248.405000', '153248.865000', '153249.325000', '153249.785000', '153250.245000', '153250.705000', '153251.165000', '153251.625000', '153252.085000', '153252.545000', '153253.005000', '153253.465000', '153253.925000', '153254.385000', '153254.845000', '153255.305000', '153255.765000', '153256.225000', '153256.685000', '153257.145000', '153257.605000', '153258.065000', '153258.525000', '153258.985000', '153259.445000', '153259.905000', '153300.365000', '153300.825000', '153301.285000', '153301.745000', '153302.205000', '153302.665000', '153303.125000', '153303.585000', '153304.045000', '153304.505000', '153304.965000', '153305.425000', '153305.885000', '153306.345000', '153306.805000', '153307.265000', '153307.725000', '153308.185000', '153308.645000', '153309.105000', '153309.565000', '153310.025000', '153310.485000', '153310.945000', '153311.405000', '153311.865000', '153312.325000', '153312.785000', '153313.245000', '153313.705000', '153314.165000', '153314.625000', '153315.085000', '153315.545000', '153316.005000', '153316.465000', '153316.925000', '153317.385000', '153317.845000', '153318.305000', '153318.765000', '153319.225000', '153319.685000', '153320.145000', '153320.605000', '153321.065000', '153321.525000', '153321.985000', '153322.445000', '153322.905000', '153323.365000', '153323.825000', '153324.285000', '153324.745000', '153325.205000', '153325.665000', '153326.125000', '153326.585000', '153327.045000', '153327.505000', '153327.965000', '153328.425000', '153328.885000', '153329.345000', '153329.805000', '153330.265000', '153330.725000', '153331.185000', '153331.645000', '153332.105000', '153332.565000', '153333.025000', '153333.485000', '153333.945000', '153334.405000', '153334.865000', '153335.325000', '153335.785000', '153336.245000', '153336.705000', '153337.165000', '153337.625000', '153338.085000', '153338.545000', '153339.005000', '153339.465000', '153339.925000', '153340.385000', '153340.845000', '153341.305000', '153341.765000', '153342.225000', '153342.685000', '153343.145000', '153343.605000', '153344.065000', '153344.525000', '153344.985000', '153345.445000', '153345.905000', '153346.365000', '153346.825000', '153347.285000', '153347.745000', '153348.205000', '153348.665000', '153349.125000', '153349.585000', '153350.045000', '153350.505000', '153350.965000', '153351.425000', '153351.885000', '153352.345000', '153352.805000', '153353.265000', '153353.725000', '153354.185000', '153354.645000', '153355.105000', '153355.565000', '153356.025000', '153356.485000', '153356.945000', '153357.405000', '153357.865000', '153358.325000', '153358.785000', '153359.245000', '153359.705000', '153400.165000', '153400.625000', '153401.085000', '153401.545000', '153402.005000', '153402.465000', '153402.925000', '153403.385000', '153403.845000', '153404.305000', '153404.765000', '153405.225000', '153405.685000', '153406.145000', '153406.605000', '153407.065000', '153407.525000', '153407.985000', '153408.445000', '153408.905000', '153409.365000', '153409.825000', '153410.285000', '153410.745000', '153411.205000', '153411.665000', '153412.125000', '153412.585000', '153413.045000', '153413.505000', '153413.965000', '153414.425000', '153414.885000', '153415.345000', '153415.805000', '153416.265000', '153416.725000', '153417.185000', '153417.645000', '153418.105000', '153418.565000', '153419.025000', '153419.485000', '153419.945000', '153420.405000', '153420.865000', '153421.325000', '153421.785000', '153422.245000', '153422.705000', '153423.165000', '153423.625000', '153424.085000', '153424.545000', '153425.005000', '153425.465000', '153425.925000', '153426.385000', '153426.845000', '153427.305000', '153427.765000', '153428.225000', '153428.685000', '153429.145000', '153429.605000', '153430.065000', '153430.525000', '153430.985000', '153431.445000', '153431.905000', '153432.365000', '153432.825000', '153433.285000', '153433.745000', '153434.205000', '153434.665000', '153435.125000', '153435.585000', '153436.045000', '153436.505000', '153436.965000', '153437.425000', '153437.885000', '153438.345000', '153438.805000', '153439.265000', '153439.725000', '153440.185000', '153440.645000', '153441.105000', '153441.565000', '153442.025000', '153442.485000', '153442.945000', '153443.405000', '153443.865000', '153444.325000', '153444.785000', '153445.245000', '153445.705000', '153446.165000', '153446.625000', '153447.085000', '153447.545000', '153448.005000', '153448.465000', '153448.925000', '153449.385000', '153449.845000', '153450.305000', '153450.765000', '153451.225000', '153451.685000', '153452.145000', '153452.605000', '153453.065000', '153453.525000', '153453.985000', '153454.445000', '153454.905000', '153455.365000', '153455.825000', '153456.285000', '153456.745000', '153457.205000', '153457.665000', '153458.125000', '153458.585000', '153459.045000', '153459.505000', '153459.965000', '153500.425000', '153500.885000', '153501.345000', '153501.805000', '153502.265000', '153502.725000', '153503.185000', '153503.645000', '153504.105000', '153504.565000', '153505.025000', '153505.485000', '153505.945000', '153506.405000', '153506.865000', '153507.325000', '153507.785000', '153508.245000', '153508.705000', '153509.165000', '153509.625000', '153510.085000', '153510.545000', '153511.005000', '153511.465000', '153511.925000', '153512.385000', '153512.845000', '153513.305000', '153513.765000', '153514.225000', '153514.685000', '153515.145000', '153515.605000', '153516.065000', '153516.525000', '153516.985000', '153517.445000', '153517.905000', '153518.365000', '153518.825000', '153519.285000', '153519.745000', '153520.205000', '153520.665000', '153521.125000', '153521.585000', '153522.045000', '153522.505000', '153522.965000', '153523.425000', '153523.885000', '153524.345000', '153524.805000', '153525.265000', '153525.725000', '153526.185000', '153526.645000', '153527.105000', '153527.565000', '153528.025000', '153528.485000', '153528.945000', '153529.405000', '153529.865000', '153530.325000', '153530.785000', '153531.245000', '153531.705000', '153532.165000', '153532.625000', '153533.085000', '153533.545000', '153534.005000', '153534.465000', '153534.925000', '153535.385000', '153535.845000', '153536.305000', '153536.765000', '153537.225000', '153537.685000', '153538.145000', '153538.605000', '153539.065000', '153539.525000', '153539.985000', '153540.445000', '153540.905000', '153541.365000', '153541.825000', '153542.285000', '153542.745000', '153543.205000', '153543.665000', '153544.125000', '153544.585000', '153545.045000', '153545.505000', '153545.965000', '153546.425000', '153546.885000', '153547.345000', '153547.805000', '153548.265000', '153548.725000', '153549.185000', '153549.645000', '153550.105000', '153550.565000', '153551.025000', '153551.485000', '153551.945000', '153552.405000', '153552.865000', '153553.325000', '153553.785000', '153554.245000', '153554.705000', '153555.165000', '153555.625000', '153556.085000', '153556.545000', '153557.005000', '153557.465000', '153557.925000', '153558.385000', '153558.845000', '153559.305000', '153559.765000', '153600.225000', '153600.685000', '153601.145000', '153601.605000', '153602.065000', '153602.525000', '153602.985000', '153603.445000', '153603.905000', '153604.365000', '153604.825000', '153605.285000', '153605.745000', '153606.205000', '153606.665000', '153607.125000', '153607.585000', '153608.045000', '153608.505000', '153608.965000', '153609.425000', '153609.885000', '153610.345000', '153610.805000', '153611.265000', '153611.725000', '153612.185000', '153612.645000', '153613.105000', '153613.565000', '153614.025000', '153614.485000', '153614.945000', '153615.405000', '153615.865000', '153616.325000', '153616.785000', '153617.245000', '153617.705000', '153618.165000', '153618.625000', '153619.085000', '153619.545000', '153620.005000', '153620.465000', '153620.925000', '153621.385000', '153621.845000', '153622.305000', '153622.765000', '153623.225000', '153623.685000', '153624.145000', '153624.605000', '153625.065000', '153625.525000', '153625.985000', '153626.445000', '153626.905000', '153627.365000', '153627.825000', '153628.285000', '153628.745000', '153629.205000', '153629.665000', '153630.125000', '153630.585000', '153631.045000', '153631.505000', '153631.965000', '153632.425000', '153632.885000', '153633.345000', '153633.805000', '153634.265000', '153634.725000', '153635.185000', '153635.645000', '153636.105000', '153636.565000', '153637.025000', '153637.485000', '153637.945000', '153638.405000', '153638.865000', '153639.325000', '153639.785000', '153640.245000', '153640.705000', '153641.165000', '153641.625000', '153642.085000', '153642.545000', '153643.005000', '153643.465000', '153643.925000', '153644.385000', '153644.845000', '153645.305000', '153645.765000', '153646.225000', '153646.685000', '153647.145000', '153647.605000', '153648.065000', '153648.525000', '153648.985000', '153649.445000', '153649.905000', '153650.365000', '153650.825000', '153651.285000', '153651.745000', '153652.205000', '153652.665000', '153653.125000', '153653.585000', '153654.045000', '153654.505000', '153654.965000', '153655.425000', '153655.885000', '153656.345000', '153656.805000', '153657.265000', '153657.725000', '153658.185000', '153658.645000', '153659.105000', '153659.565000', '153700.025000', '153700.485000', '153700.945000', '153701.405000', '153701.865000', '153702.325000', '153702.785000', '153703.245000', '153703.705000', '153704.165000', '153704.625000', '153705.085000', '153705.545000', '153706.005000', '153706.465000', '153706.925000', '153707.385000', '153707.845000', '153708.305000', '153708.765000', '153709.225000', '153709.685000', '153710.145000', '153710.605000', '153711.065000', '153711.525000', '153711.985000', '153712.445000', '153712.905000', '153713.365000', '153713.825000', '153714.285000', '153714.745000', '153715.205000', '153715.665000', '153716.125000', '153716.585000', '153717.045000', '153717.505000', '153717.965000', '153718.425000', '153718.885000', '153719.345000', '153719.805000', '153720.265000', '153720.725000', '153721.185000', '153721.645000', '153722.105000', '153722.565000', '153723.025000', '153723.485000', '153723.945000', '153724.405000', '153724.865000', '153725.325000', '153725.785000', '153726.245000', '153726.705000', '153727.165000', '153727.625000', '153728.085000', '153728.545000', '153729.005000', '153729.465000', '153729.925000', '153730.385000', '153730.845000', '153731.305000', '153731.765000', '153732.225000', '153732.685000', '153733.145000', '153733.605000', '153734.065000', '153734.525000', '153734.985000', '153735.445000', '153735.905000', '153736.365000', '153736.825000', '153737.285000', '153737.745000', '153738.205000', '153738.665000', '153739.125000', '153739.585000', '153740.045000', '153740.505000', '153740.965000', '153741.425000', '153741.885000', '153742.345000', '153742.805000', '153743.265000', '153743.725000', '153744.185000', '153744.645000', '153745.105000', '153745.565000', '153746.025000', '153746.485000', '153746.945000', '153747.405000', '153747.865000', '153748.325000', '153748.785000', '153749.245000', '153749.705000', '153750.165000', '153750.625000', '153751.085000', '153751.545000', '153752.005000', '153752.465000', '153752.925000', '153753.385000', '153753.845000', '153754.305000', '153754.765000', '153755.225000', '153755.685000', '153756.145000', '153756.605000', '153757.065000', '153757.525000', '153757.985000', '153758.445000', '153758.905000', '153759.365000', '153759.825000', '153800.285000', '153800.745000', '153801.205000', '153801.665000', '153802.125000', '153802.585000', '153803.045000', '153803.505000', '153803.965000', '153804.425000', '153804.885000', '153805.345000', '153805.805000', '153806.265000', '153806.725000', '153807.185000', '153807.645000', '153808.105000', '153808.565000', '153809.025000', '153809.485000', '153809.945000', '153810.405000', '153810.865000', '153811.325000', '153811.785000', '153812.245000', '153812.705000', '153813.165000', '153813.625000', '153814.085000', '153814.545000', '153815.005000', '153815.465000', '153815.925000', '153816.385000', '153816.845000', '153817.305000', '153817.765000', '153818.225000', '153818.685000', '153819.145000', '153819.605000', '153820.065000', '153820.525000', '153820.985000', '153821.445000', '153821.905000', '153822.365000', '153822.825000', '153823.285000', '153823.745000', '153824.205000', '153824.665000', '153825.125000', '153825.585000', '153826.045000', '153826.505000', '153826.965000', '153827.425000', '153827.885000', '153828.345000', '153828.805000', '153829.265000', '153829.725000', '153830.185000', '153830.645000', '153831.105000', '153831.565000', '153832.025000', '153832.485000', '153832.945000', '153833.405000', '153833.865000', '153834.325000', '153834.785000', '153835.245000', '153835.705000', '153836.165000', '153836.625000', '153837.085000', '153837.545000', '153838.005000', '153838.465000', '153838.925000', '153839.385000', '153839.845000', '153840.305000', '153840.765000', '153841.225000', '153841.685000', '153842.145000', '153842.605000', '153843.065000', '153843.525000', '153843.985000', '153844.445000', '153844.905000', '153845.365000', '153845.825000', '153846.285000', '153846.745000', '153847.205000', '153847.665000', '153848.125000', '153848.585000', '153849.045000', '153849.505000', '153849.965000', '153850.425000', '153850.885000', '153851.345000', '153851.805000', '153852.265000', '153852.725000', '153853.185000', '153853.645000', '153854.105000', '153854.565000', '153855.025000', '153855.485000', '153855.945000', '153856.405000', '153856.865000', '153857.325000', '153857.785000', '153858.245000', '153858.705000', '153859.165000', '153859.625000', '153900.085000', '153900.545000', '153901.005000', '153901.465000', '153901.925000', '153902.385000', '153902.845000', '153903.305000', '153903.765000', '153904.225000', '153904.685000', '153905.145000', '153905.605000', '153906.065000', '153906.525000', '153906.985000', '153907.445000', '153907.905000', '153908.365000', '153908.825000', '153909.285000', '153909.745000', '153910.205000', '153910.665000', '153911.125000', '153911.585000', '153912.045000', '153912.505000', '153912.965000', '153913.425000', '153913.885000', '153914.345000', '153914.805000', '153915.265000', '153915.725000', '153916.185000', '153916.645000', '153917.105000', '153917.565000', '153918.025000', '153918.485000', '153918.945000', '153919.405000', '153919.865000', '153920.325000', '153920.785000', '153921.245000', '153921.705000', '153922.165000', '153922.625000', '153923.085000', '153923.545000', '153924.005000', '153924.465000', '153924.925000', '153925.385000', '153925.845000', '153926.305000', '153926.765000', '153927.225000', '153927.685000', '153928.145000', '153928.605000', '153929.065000', '153929.525000'], 'ContentTime': ['152946.180000', '152946.183000', '152946.186000', '152946.189000', '152946.192000', '152946.195000', '152946.197000', '152946.200000', '152946.203000', '152946.206000', '152946.209000', '152946.211000', '152946.214000', '152946.217000', '152946.220000', '152946.223000', '152946.226000', '152946.228000', '152946.231000', '152946.234000', '152946.237000', '152946.240000', '152946.242000', '152946.245000', '152946.248000', '152946.251000', '152946.253000', '152946.256000', '152946.259000', '152946.262000', '152946.272000', '152946.275000', '152946.278000', '152946.280000', '152946.283000', '152946.286000', '152946.289000', '152946.291000', '152946.294000', '152946.305000', '152946.308000', '152946.311000', '152946.314000', '152946.317000', '152946.319000', '152946.322000', '152946.325000', '152946.328000', '152946.330000', '152946.333000', '152946.336000', '152946.339000', '153006.152000', '153006.155000', '153006.157000', '153006.160000', '153006.163000', '153006.166000', '153006.169000', '153006.172000', '153006.174000', '153006.177000', '153006.180000', '153006.183000', '153006.185000', '153006.188000', '153006.191000', '153006.194000', '153006.197000', '153006.200000', '153006.202000', '153006.205000', '153006.208000', '153006.211000', '153006.214000', '153006.223000', '153006.226000', '153006.228000', '153006.231000', '153006.234000', '153006.237000', '153006.240000', '153006.242000', '153006.245000', '153006.248000', '153006.251000', '153006.254000', '153006.256000', '153006.259000', '153006.262000', '153006.265000', '153006.268000', '153006.271000', '153006.273000', '153006.276000', '153026.152000', '153026.155000', '153026.157000', '153026.160000', '153026.163000', '153026.166000', '153026.169000', '153026.171000', '153026.174000', '153026.177000', '153026.180000', '153026.183000', '153026.185000', '153026.188000', '153026.191000', '153026.194000', '153026.197000', '153026.199000', '153026.202000', '153026.205000', '153026.208000', '153026.211000', '153026.213000', '153026.216000', '153026.219000', '153026.222000', '153026.225000', '153026.228000', '153026.230000', '153026.233000', '153026.236000', '153026.239000', '153026.242000', '153026.244000', '153026.247000', '153026.250000', '153026.253000', '153026.256000', '153026.299000', '153026.302000', '153026.305000', '153026.308000', '153026.310000', '153026.313000', '153046.152000', '153046.155000', '153046.157000', '153046.160000', '153046.163000', '153046.166000', '153046.169000', '153046.172000', '153046.174000', '153046.177000', '153046.180000', '153046.183000', '153046.186000', '153046.188000', '153046.191000', '153046.194000', '153046.207000', '153046.210000', '153046.213000', '153046.216000', '153046.218000', '153046.221000', '153046.224000', '153046.227000', '153046.230000', '153046.233000', '153046.237000', '153046.239000', '153046.242000', '153046.245000', '153046.248000', '153046.251000', '153046.254000', '153046.256000', '153046.259000', '153046.262000', '153046.271000', '153046.274000', '153046.277000', '153046.280000', '153046.283000', '153046.285000', '153046.288000', '153106.152000', '153106.155000', '153106.158000', '153106.160000', '153106.163000', '153106.174000', '153106.177000', '153106.180000', '153106.183000', '153106.185000', '153106.188000', '153106.191000', '153106.194000', '153106.197000', '153106.201000', '153106.204000', '153106.206000', '153106.209000', '153106.212000', '153106.218000', '153106.221000', '153106.224000', '153106.227000', '153106.229000', '153106.232000', '153106.235000', '153106.238000', '153106.241000', '153106.243000', '153106.246000', '153106.249000', '153106.252000', '153106.255000', '153106.258000', '153106.260000', '153106.263000', '153106.266000', '153106.269000', '153106.272000', '153106.274000', '153106.277000', '153106.280000', '153106.283000', '153106.286000', '153126.153000', '153126.156000', '153126.159000', '153126.179000', '153126.181000', '153126.184000', '153126.187000', '153126.190000', '153126.193000', '153126.195000', '153126.198000', '153126.201000', '153126.204000', '153126.207000', '153126.209000', '153126.212000', '153126.215000', '153126.218000', '153126.221000', '153126.223000', '153126.226000', '153126.229000', '153126.232000', '153126.235000', '153126.238000', '153126.240000', '153126.243000', '153126.246000', '153126.249000', '153126.252000', '153126.255000', '153126.257000', '153126.260000', '153126.263000', '153126.266000', '153126.269000', '153126.271000', '153126.274000', '153126.277000', '153126.280000', '153126.283000', '153126.285000', '153126.288000', '153146.152000', '153146.155000', '153146.158000', '153146.160000', '153146.163000', '153146.166000', '153146.169000', '153146.172000', '153146.174000', '153146.177000', '153146.180000', '153146.183000', '153146.185000', '153146.188000', '153146.191000', '153146.194000', '153146.197000', '153146.200000', '153146.202000', '153146.205000', '153146.208000', '153146.211000', '153146.214000', '153146.216000', '153146.219000', '153146.222000', '153146.225000', '153146.228000', '153146.231000', '153146.233000', '153146.236000', '153146.239000', '153146.242000', '153146.245000', '153146.247000', '153146.250000', '153146.253000', '153146.256000', '153146.259000', '153146.261000', '153146.264000', '153146.267000', '153146.270000', '153146.273000', '153206.152000', '153206.155000', '153206.158000', '153206.161000', '153206.163000', '153206.166000', '153206.169000', '153206.172000', '153206.175000', '153206.178000', '153206.180000', '153206.183000', '153206.186000', '153206.189000', '153206.192000', '153206.194000', '153206.197000', '153206.200000', '153206.203000', '153206.206000', '153206.208000', '153206.211000', '153206.214000', '153206.217000', '153206.220000', '153206.222000', '153206.225000', '153206.228000', '153206.231000', '153206.234000', '153206.237000', '153206.240000', '153206.242000', '153206.245000', '153206.248000', '153206.251000', '153206.260000', '153206.263000', '153206.265000', '153206.268000', '153206.272000', '153206.275000', '153206.278000', '153226.152000', '153226.155000', '153226.158000', '153226.161000', '153226.163000', '153226.166000', '153226.169000', '153226.172000', '153226.175000', '153226.177000', '153226.180000', '153226.183000', '153226.202000', '153226.205000', '153226.208000', '153226.210000', '153226.213000', '153226.216000', '153226.219000', '153226.221000', '153226.224000', '153226.227000', '153226.230000', '153226.233000', '153226.236000', '153226.239000', '153226.242000', '153226.245000', '153226.247000', '153226.250000', '153226.253000', '153226.256000', '153226.259000', '153226.261000', '153226.264000', '153226.267000', '153226.270000', '153226.273000', '153226.276000', '153226.278000', '153226.281000', '153226.284000', '153226.287000', '153226.290000', '153246.152000', '153246.155000', '153246.158000', '153246.160000', '153246.163000', '153246.166000', '153246.169000', '153246.172000', '153246.174000', '153246.177000', '153246.180000', '153246.183000', '153246.186000', '153246.189000', '153246.191000', '153246.194000', '153246.197000', '153246.200000', '153246.202000', '153246.205000', '153246.208000', '153246.211000', '153246.214000', '153246.216000', '153246.219000', '153246.222000', '153246.225000', '153246.228000', '153246.230000', '153246.233000', '153246.236000', '153246.239000', '153246.242000', '153246.245000', '153246.247000', '153246.254000', '153246.257000', '153246.260000', '153246.263000', '153246.265000', '153246.268000', '153246.271000', '153246.274000', '153306.152000', '153306.155000', '153306.158000', '153306.161000', '153306.163000', '153306.166000', '153306.169000', '153306.172000', '153306.175000', '153306.178000', '153306.181000', '153306.183000', '153306.186000', '153306.189000', '153306.192000', '153306.195000', '153306.197000', '153306.200000', '153306.203000', '153306.206000', '153306.209000', '153306.211000', '153306.214000', '153306.217000', '153306.220000', '153306.223000', '153306.226000', '153306.228000', '153306.231000', '153306.234000', '153306.237000', '153306.240000', '153306.242000', '153306.245000', '153306.248000', '153306.251000', '153306.254000', '153306.256000', '153306.259000', '153306.262000', '153306.265000', '153306.268000', '153306.271000', '153326.152000', '153326.155000', '153326.158000', '153326.161000', '153326.163000', '153326.166000', '153326.169000', '153326.172000', '153326.175000', '153326.178000', '153326.181000', '153326.183000', '153326.186000', '153326.189000', '153326.192000', '153326.195000', '153326.198000', '153326.200000', '153326.203000', '153326.206000', '153326.209000', '153326.212000', '153326.214000', '153326.217000', '153326.220000', '153326.223000', '153326.226000', '153326.229000', '153326.232000', '153326.234000', '153326.237000', '153326.240000', '153326.243000', '153326.246000', '153326.249000', '153326.251000', '153326.254000', '153326.257000', '153326.260000', '153326.263000', '153326.265000', '153326.268000', '153326.271000', '153326.274000', '153346.153000', '153346.156000', '153346.159000', '153346.162000', '153346.165000', '153346.167000', '153346.170000', '153346.173000', '153346.176000', '153346.179000', '153346.182000', '153346.185000', '153346.187000', '153346.190000', '153346.193000', '153346.196000', '153346.199000', '153346.205000', '153346.208000', '153346.211000', '153346.214000', '153346.217000', '153346.219000', '153346.222000', '153346.225000', '153346.228000', '153346.231000', '153346.234000', '153346.236000', '153346.239000', '153346.242000', '153346.245000', '153346.248000', '153346.250000', '153346.253000', '153346.256000', '153346.259000', '153346.274000', '153346.277000', '153346.280000', '153346.283000', '153346.286000', '153346.289000', '153406.152000', '153406.155000', '153406.158000', '153406.161000', '153406.163000', '153406.166000', '153406.169000', '153406.172000', '153406.175000', '153406.178000', '153406.181000', '153406.183000', '153406.186000', '153406.189000', '153406.192000', '153406.195000', '153406.197000', '153406.200000', '153406.203000', '153406.206000', '153406.209000', '153406.211000', '153406.214000', '153406.217000', '153406.220000', '153406.223000', '153406.226000', '153406.228000', '153406.231000', '153406.234000', '153406.237000', '153406.240000', '153406.242000', '153406.245000', '153406.248000', '153406.251000', '153406.254000', '153406.257000', '153406.259000', '153406.262000', '153406.265000', '153406.268000', '153406.271000', '153406.274000', '153426.152000', '153426.155000', '153426.158000', '153426.161000', '153426.164000', '153426.167000', '153426.170000', '153426.173000', '153426.176000', '153426.178000', '153426.181000', '153426.184000', '153426.187000', '153426.190000', '153426.193000', '153426.195000', '153426.198000', '153426.201000', '153426.204000', '153426.207000', '153426.209000', '153426.212000', '153426.215000', '153426.218000', '153426.221000', '153426.224000', '153426.226000', '153426.229000', '153426.232000', '153426.235000', '153426.238000', '153426.240000', '153426.243000', '153426.246000', '153426.256000', '153426.259000', '153426.262000', '153426.265000', '153426.267000', '153426.270000', '153426.273000', '153426.276000', '153426.279000', '153446.152000', '153446.155000', '153446.158000', '153446.161000', '153446.163000', '153446.166000', '153446.169000', '153446.172000', '153446.175000', '153446.178000', '153446.180000', '153446.183000', '153446.186000', '153446.189000', '153446.192000', '153446.195000', '153446.197000', '153446.200000', '153446.203000', '153446.206000', '153446.209000', '153446.212000', '153446.214000', '153446.217000', '153446.220000', '153446.223000', '153446.226000', '153446.229000', '153446.231000', '153446.234000', '153446.237000', '153446.240000', '153446.243000', '153446.245000', '153446.248000', '153446.251000', '153446.254000', '153446.257000', '153446.260000', '153446.262000', '153446.265000', '153446.268000', '153446.271000', '153446.274000', '153506.152000', '153506.155000', '153506.158000', '153506.161000', '153506.164000', '153506.166000', '153506.169000', '153506.172000', '153506.175000', '153506.178000', '153506.181000', '153506.183000', '153506.186000', '153506.189000', '153506.192000', '153506.197000', '153506.201000', '153506.204000', '153506.207000', '153506.210000', '153506.212000', '153506.215000', '153506.218000', '153506.221000', '153506.224000', '153506.226000', '153506.229000', '153506.232000', '153506.235000', '153506.238000', '153506.241000', '153506.243000', '153506.246000', '153506.249000', '153506.252000', '153506.255000', '153506.258000', '153506.260000', '153506.263000', '153506.266000', '153506.269000', '153506.272000', '153506.275000', '153526.152000', '153526.155000', '153526.158000', '153526.161000', '153526.177000', '153526.180000', '153526.183000', '153526.186000', '153526.189000', '153526.192000', '153526.195000', '153526.198000', '153526.200000', '153526.203000', '153526.206000', '153526.209000', '153526.212000', '153526.215000', '153526.218000', '153526.221000', '153526.224000', '153526.227000', '153526.229000', '153526.232000', '153526.235000', '153526.238000', '153526.241000', '153526.244000', '153526.247000', '153526.249000', '153526.252000', '153526.255000', '153526.258000', '153526.261000', '153526.264000', '153526.267000', '153526.270000', '153526.272000', '153526.275000', '153526.287000', '153526.291000', '153526.294000', '153526.296000', '153526.299000', '153546.152000', '153546.155000', '153546.158000', '153546.161000', '153546.163000', '153546.166000', '153546.169000', '153546.172000', '153546.175000', '153546.178000', '153546.180000', '153546.183000', '153546.186000', '153546.189000', '153546.191000', '153546.194000', '153546.197000', '153546.200000', '153546.203000', '153546.206000', '153546.209000', '153546.211000', '153546.215000', '153546.218000', '153546.221000', '153546.224000', '153546.227000', '153546.230000', '153546.233000', '153546.235000', '153546.238000', '153546.241000', '153546.244000', '153546.247000', '153546.249000', '153546.252000', '153546.255000', '153546.258000', '153546.261000', '153546.264000', '153546.266000', '153546.269000', '153546.272000', '153606.153000', '153606.156000', '153606.159000', '153606.162000', '153606.164000', '153606.167000', '153606.170000', '153606.173000', '153606.176000', '153606.179000', '153606.181000', '153606.184000', '153606.187000', '153606.190000', '153606.193000', '153606.196000', '153606.198000', '153606.201000', '153606.204000', '153606.207000', '153606.210000', '153606.213000', '153606.215000', '153606.218000', '153606.221000', '153606.224000', '153606.227000', '153606.230000', '153606.232000', '153606.235000', '153606.238000', '153606.241000', '153606.244000', '153606.247000', '153606.249000', '153606.252000', '153606.255000', '153606.258000', '153606.261000', '153606.263000', '153606.266000', '153606.269000', '153606.272000', '153606.275000', '153626.152000', '153626.155000', '153626.158000', '153626.161000', '153626.163000', '153626.166000', '153626.169000', '153626.172000', '153626.175000', '153626.178000', '153626.180000', '153626.183000', '153626.186000', '153626.189000', '153626.192000', '153626.194000', '153626.197000', '153626.200000', '153626.203000', '153626.206000', '153626.209000', '153626.211000', '153626.214000', '153626.217000', '153626.220000', '153626.222000', '153626.225000', '153626.228000', '153626.231000', '153626.234000', '153626.237000', '153626.240000', '153626.242000', '153626.249000', '153626.252000', '153626.255000', '153626.258000', '153626.260000', '153626.263000', '153626.266000', '153626.269000', '153626.272000', '153626.275000', '153646.152000', '153646.155000', '153646.159000', '153646.162000', '153646.165000', '153646.168000', '153646.174000', '153646.177000', '153646.181000', '153646.183000', '153646.186000', '153646.189000', '153646.192000', '153646.195000', '153646.198000', '153646.208000', '153646.212000', '153646.214000', '153646.217000', '153646.220000', '153646.223000', '153646.226000', '153646.229000', '153646.232000', '153646.234000', '153646.237000', '153646.240000', '153646.243000', '153646.246000', '153646.249000', '153646.251000', '153646.254000', '153646.257000', '153646.260000', '153646.263000', '153646.265000', '153646.268000', '153646.271000', '153646.274000', '153646.277000', '153646.279000', '153646.282000', '153646.285000', '153646.288000', '153706.152000', '153706.155000', '153706.158000', '153706.161000', '153706.163000', '153706.166000', '153706.169000', '153706.172000', '153706.175000', '153706.178000', '153706.180000', '153706.183000', '153706.188000', '153706.191000', '153706.194000', '153706.198000', '153706.201000', '153706.204000', '153706.207000', '153706.210000', '153706.213000', '153706.215000', '153706.218000', '153706.221000', '153706.224000', '153706.227000', '153706.230000', '153706.232000', '153706.235000', '153706.238000', '153706.241000', '153706.244000', '153706.247000', '153706.250000', '153706.253000', '153706.257000', '153706.260000', '153706.263000', '153706.265000', '153706.268000', '153706.271000', '153706.274000', '153706.277000', '153726.152000', '153726.155000', '153726.158000', '153726.161000', '153726.164000', '153726.166000', '153726.169000', '153726.172000', '153726.175000', '153726.178000', '153726.181000', '153726.183000', '153726.186000', '153726.189000', '153726.192000', '153726.195000', '153726.198000', '153726.201000', '153726.203000', '153726.206000', '153726.209000', '153726.212000', '153726.215000', '153726.217000', '153726.220000', '153726.227000', '153726.229000', '153726.232000', '153726.235000', '153726.238000', '153726.241000', '153726.244000', '153726.246000', '153726.249000', '153726.252000', '153726.255000', '153726.258000', '153726.261000', '153726.264000', '153726.266000', '153726.269000', '153726.272000', '153726.275000', '153726.278000', '153746.152000', '153746.155000', '153746.158000', '153746.161000', '153746.163000', '153746.166000', '153746.169000', '153746.172000', '153746.175000', '153746.178000', '153746.180000', '153746.183000', '153746.186000', '153746.189000', '153746.192000', '153746.194000', '153746.197000', '153746.200000', '153746.203000', '153746.206000', '153746.208000', '153746.211000', '153746.214000', '153746.217000', '153746.220000', '153746.222000', '153746.225000', '153746.228000', '153746.231000', '153746.234000', '153746.237000', '153746.239000', '153746.242000', '153746.245000', '153746.248000', '153746.251000', '153746.253000', '153746.256000', '153746.259000', '153746.262000', '153746.265000', '153746.270000', '153746.273000', '153806.152000', '153806.155000', '153806.158000', '153806.161000', '153806.164000', '153806.166000', '153806.169000', '153806.172000', '153806.175000', '153806.178000', '153806.180000', '153806.183000', '153806.201000', '153806.204000', '153806.206000', '153806.209000', '153806.212000', '153806.215000', '153806.218000', '153806.220000', '153806.223000', '153806.226000', '153806.229000', '153806.232000', '153806.234000', '153806.237000', '153806.240000', '153806.243000', '153806.246000', '153806.249000', '153806.252000', '153806.254000', '153806.257000', '153806.260000', '153806.263000', '153806.266000', '153806.268000', '153806.271000', '153806.274000', '153806.277000', '153806.280000', '153806.283000', '153806.285000', '153806.288000', '153826.153000', '153826.156000', '153826.159000', '153826.162000', '153826.165000', '153826.167000', '153826.170000', '153826.173000', '153826.176000', '153826.179000', '153826.182000', '153826.184000', '153826.187000', '153826.190000', '153826.193000', '153826.196000', '153826.198000', '153826.201000', '153826.204000', '153826.207000', '153826.210000', '153826.212000', '153826.220000', '153826.224000', '153826.227000', '153826.230000', '153826.233000', '153826.236000', '153826.239000', '153826.241000', '153826.244000', '153826.247000', '153826.250000', '153826.253000', '153826.255000', '153826.258000', '153826.261000', '153826.264000', '153826.267000', '153826.270000', '153826.272000', '153826.275000', '153826.278000', '153846.152000', '153846.155000', '153846.158000', '153846.160000', '153846.163000', '153846.166000', '153846.169000', '153846.172000', '153846.174000', '153846.177000', '153846.180000', '153846.183000', '153846.186000', '153846.189000', '153846.192000', '153846.194000', '153846.197000', '153846.200000', '153846.203000', '153846.206000', '153846.208000', '153846.211000', '153846.214000', '153846.217000', '153846.220000', '153846.223000', '153846.225000', '153846.228000', '153846.231000', '153846.234000', '153846.237000', '153846.240000', '153846.249000', '153846.252000', '153846.254000', '153846.257000', '153846.260000', '153846.263000', '153846.266000', '153846.269000', '153846.271000', '153846.274000', '153846.277000', '153846.280000', '153906.152000', '153906.155000', '153906.158000', '153906.161000', '153906.164000', '153906.167000', '153906.169000', '153906.172000', '153906.175000', '153906.178000', '153906.181000', '153906.184000', '153906.187000', '153906.189000', '153906.192000', '153906.195000', '153906.198000', '153906.201000', '153906.204000', '153906.206000', '153906.209000', '153906.212000', '153906.215000', '153906.218000', '153906.221000', '153906.223000', '153906.226000', '153906.229000', '153906.232000', '153906.235000', '153906.238000', '153906.240000', '153906.243000', '153906.246000', '153906.249000', '153906.252000', '153906.255000', '153906.258000', '153906.260000', '153906.263000', '153906.266000', '153906.269000', '153906.272000', '153926.152000', '153926.155000', '153926.158000', '153926.161000', '153926.164000', '153926.166000', '153926.169000', '153926.172000', '153926.175000', '153926.178000', '153926.181000', '153926.183000', '153926.186000', '153926.189000', '153926.192000', '153926.195000', '153926.198000', '153926.201000', '153926.203000', '153926.206000', '153926.209000', '153926.212000', '153926.215000', '153926.218000', '153926.220000', '153926.223000', '153926.226000', '153926.229000', '153926.232000', '153926.234000', '153926.237000', '153926.240000', '153926.243000', '153926.246000', '153926.249000', '153926.257000', '153926.260000', '153926.263000', '153926.266000', '153926.269000', '153926.271000', '153926.274000', '153926.277000', '153926.280000', '153930.286000', '153930.289000', '153930.292000', '153930.295000', '153930.298000', '153930.301000', '153930.304000', '153930.307000', '153930.310000'], 'InstanceCreationTime': ['152946.180000', '152946.183000', '152946.186000', '152946.189000', '152946.192000', '152946.195000', '152946.197000', '152946.200000', '152946.203000', '152946.206000', '152946.209000', '152946.211000', '152946.214000', '152946.217000', '152946.220000', '152946.223000', '152946.226000', '152946.228000', '152946.231000', '152946.234000', '152946.237000', '152946.240000', '152946.242000', '152946.245000', '152946.248000', '152946.251000', '152946.253000', '152946.256000', '152946.259000', '152946.262000', '152946.272000', '152946.275000', '152946.278000', '152946.280000', '152946.283000', '152946.286000', '152946.289000', '152946.291000', '152946.294000', '152946.305000', '152946.308000', '152946.311000', '152946.314000', '152946.317000', '152946.319000', '152946.322000', '152946.325000', '152946.328000', '152946.330000', '152946.333000', '152946.336000', '152946.339000', '153006.152000', '153006.155000', '153006.157000', '153006.160000', '153006.163000', '153006.166000', '153006.169000', '153006.172000', '153006.174000', '153006.177000', '153006.180000', '153006.183000', '153006.185000', '153006.188000', '153006.191000', '153006.194000', '153006.197000', '153006.200000', '153006.202000', '153006.205000', '153006.208000', '153006.211000', '153006.214000', '153006.223000', '153006.226000', '153006.228000', '153006.231000', '153006.234000', '153006.237000', '153006.240000', '153006.242000', '153006.245000', '153006.248000', '153006.251000', '153006.254000', '153006.256000', '153006.259000', '153006.262000', '153006.265000', '153006.268000', '153006.271000', '153006.273000', '153006.276000', '153026.152000', '153026.155000', '153026.157000', '153026.160000', '153026.163000', '153026.166000', '153026.169000', '153026.171000', '153026.174000', '153026.177000', '153026.180000', '153026.183000', '153026.185000', '153026.188000', '153026.191000', '153026.194000', '153026.197000', '153026.199000', '153026.202000', '153026.205000', '153026.208000', '153026.211000', '153026.213000', '153026.216000', '153026.219000', '153026.222000', '153026.225000', '153026.228000', '153026.230000', '153026.233000', '153026.236000', '153026.239000', '153026.242000', '153026.244000', '153026.247000', '153026.250000', '153026.253000', '153026.256000', '153026.299000', '153026.302000', '153026.305000', '153026.308000', '153026.310000', '153026.313000', '153046.152000', '153046.155000', '153046.157000', '153046.160000', '153046.163000', '153046.166000', '153046.169000', '153046.172000', '153046.174000', '153046.177000', '153046.180000', '153046.183000', '153046.186000', '153046.188000', '153046.191000', '153046.194000', '153046.207000', '153046.210000', '153046.213000', '153046.216000', '153046.218000', '153046.221000', '153046.224000', '153046.227000', '153046.230000', '153046.233000', '153046.237000', '153046.239000', '153046.242000', '153046.245000', '153046.248000', '153046.251000', '153046.254000', '153046.256000', '153046.259000', '153046.262000', '153046.271000', '153046.274000', '153046.277000', '153046.280000', '153046.283000', '153046.285000', '153046.288000', '153106.152000', '153106.155000', '153106.158000', '153106.160000', '153106.163000', '153106.174000', '153106.177000', '153106.180000', '153106.183000', '153106.185000', '153106.188000', '153106.191000', '153106.194000', '153106.197000', '153106.201000', '153106.204000', '153106.206000', '153106.209000', '153106.212000', '153106.218000', '153106.221000', '153106.224000', '153106.227000', '153106.229000', '153106.232000', '153106.235000', '153106.238000', '153106.241000', '153106.243000', '153106.246000', '153106.249000', '153106.252000', '153106.255000', '153106.258000', '153106.260000', '153106.263000', '153106.266000', '153106.269000', '153106.272000', '153106.274000', '153106.277000', '153106.280000', '153106.283000', '153106.286000', '153126.153000', '153126.156000', '153126.159000', '153126.179000', '153126.181000', '153126.184000', '153126.187000', '153126.190000', '153126.193000', '153126.195000', '153126.198000', '153126.201000', '153126.204000', '153126.207000', '153126.209000', '153126.212000', '153126.215000', '153126.218000', '153126.221000', '153126.223000', '153126.226000', '153126.229000', '153126.232000', '153126.235000', '153126.238000', '153126.240000', '153126.243000', '153126.246000', '153126.249000', '153126.252000', '153126.255000', '153126.257000', '153126.260000', '153126.263000', '153126.266000', '153126.269000', '153126.271000', '153126.274000', '153126.277000', '153126.280000', '153126.283000', '153126.285000', '153126.288000', '153146.152000', '153146.155000', '153146.158000', '153146.160000', '153146.163000', '153146.166000', '153146.169000', '153146.172000', '153146.174000', '153146.177000', '153146.180000', '153146.183000', '153146.185000', '153146.188000', '153146.191000', '153146.194000', '153146.197000', '153146.200000', '153146.202000', '153146.205000', '153146.208000', '153146.211000', '153146.214000', '153146.216000', '153146.219000', '153146.222000', '153146.225000', '153146.228000', '153146.231000', '153146.233000', '153146.236000', '153146.239000', '153146.242000', '153146.245000', '153146.247000', '153146.250000', '153146.253000', '153146.256000', '153146.259000', '153146.261000', '153146.264000', '153146.267000', '153146.270000', '153146.273000', '153206.152000', '153206.155000', '153206.158000', '153206.161000', '153206.163000', '153206.166000', '153206.169000', '153206.172000', '153206.175000', '153206.178000', '153206.180000', '153206.183000', '153206.186000', '153206.189000', '153206.192000', '153206.194000', '153206.197000', '153206.200000', '153206.203000', '153206.206000', '153206.208000', '153206.211000', '153206.214000', '153206.217000', '153206.220000', '153206.222000', '153206.225000', '153206.228000', '153206.231000', '153206.234000', '153206.237000', '153206.240000', '153206.242000', '153206.245000', '153206.248000', '153206.251000', '153206.260000', '153206.263000', '153206.265000', '153206.268000', '153206.272000', '153206.275000', '153206.278000', '153226.152000', '153226.155000', '153226.158000', '153226.161000', '153226.163000', '153226.166000', '153226.169000', '153226.172000', '153226.175000', '153226.177000', '153226.180000', '153226.183000', '153226.202000', '153226.205000', '153226.208000', '153226.210000', '153226.213000', '153226.216000', '153226.219000', '153226.221000', '153226.224000', '153226.227000', '153226.230000', '153226.233000', '153226.236000', '153226.239000', '153226.242000', '153226.245000', '153226.247000', '153226.250000', '153226.253000', '153226.256000', '153226.259000', '153226.261000', '153226.264000', '153226.267000', '153226.270000', '153226.273000', '153226.276000', '153226.278000', '153226.281000', '153226.284000', '153226.287000', '153226.290000', '153246.152000', '153246.155000', '153246.158000', '153246.160000', '153246.163000', '153246.166000', '153246.169000', '153246.172000', '153246.174000', '153246.177000', '153246.180000', '153246.183000', '153246.186000', '153246.189000', '153246.191000', '153246.194000', '153246.197000', '153246.200000', '153246.202000', '153246.205000', '153246.208000', '153246.211000', '153246.214000', '153246.216000', '153246.219000', '153246.222000', '153246.225000', '153246.228000', '153246.230000', '153246.233000', '153246.236000', '153246.239000', '153246.242000', '153246.245000', '153246.247000', '153246.254000', '153246.257000', '153246.260000', '153246.263000', '153246.265000', '153246.268000', '153246.271000', '153246.274000', '153306.152000', '153306.155000', '153306.158000', '153306.161000', '153306.163000', '153306.166000', '153306.169000', '153306.172000', '153306.175000', '153306.178000', '153306.181000', '153306.183000', '153306.186000', '153306.189000', '153306.192000', '153306.195000', '153306.197000', '153306.200000', '153306.203000', '153306.206000', '153306.209000', '153306.211000', '153306.214000', '153306.217000', '153306.220000', '153306.223000', '153306.226000', '153306.228000', '153306.231000', '153306.234000', '153306.237000', '153306.240000', '153306.242000', '153306.245000', '153306.248000', '153306.251000', '153306.254000', '153306.256000', '153306.259000', '153306.262000', '153306.265000', '153306.268000', '153306.271000', '153326.152000', '153326.155000', '153326.158000', '153326.161000', '153326.163000', '153326.166000', '153326.169000', '153326.172000', '153326.175000', '153326.178000', '153326.181000', '153326.183000', '153326.186000', '153326.189000', '153326.192000', '153326.195000', '153326.198000', '153326.200000', '153326.203000', '153326.206000', '153326.209000', '153326.212000', '153326.214000', '153326.217000', '153326.220000', '153326.223000', '153326.226000', '153326.229000', '153326.232000', '153326.234000', '153326.237000', '153326.240000', '153326.243000', '153326.246000', '153326.249000', '153326.251000', '153326.254000', '153326.257000', '153326.260000', '153326.263000', '153326.265000', '153326.268000', '153326.271000', '153326.274000', '153346.153000', '153346.156000', '153346.159000', '153346.162000', '153346.165000', '153346.167000', '153346.170000', '153346.173000', '153346.176000', '153346.179000', '153346.182000', '153346.185000', '153346.187000', '153346.190000', '153346.193000', '153346.196000', '153346.199000', '153346.205000', '153346.208000', '153346.211000', '153346.214000', '153346.217000', '153346.219000', '153346.222000', '153346.225000', '153346.228000', '153346.231000', '153346.234000', '153346.236000', '153346.239000', '153346.242000', '153346.245000', '153346.248000', '153346.250000', '153346.253000', '153346.256000', '153346.259000', '153346.274000', '153346.277000', '153346.280000', '153346.283000', '153346.286000', '153346.289000', '153406.152000', '153406.155000', '153406.158000', '153406.161000', '153406.163000', '153406.166000', '153406.169000', '153406.172000', '153406.175000', '153406.178000', '153406.181000', '153406.183000', '153406.186000', '153406.189000', '153406.192000', '153406.195000', '153406.197000', '153406.200000', '153406.203000', '153406.206000', '153406.209000', '153406.211000', '153406.214000', '153406.217000', '153406.220000', '153406.223000', '153406.226000', '153406.228000', '153406.231000', '153406.234000', '153406.237000', '153406.240000', '153406.242000', '153406.245000', '153406.248000', '153406.251000', '153406.254000', '153406.257000', '153406.259000', '153406.262000', '153406.265000', '153406.268000', '153406.271000', '153406.274000', '153426.152000', '153426.155000', '153426.158000', '153426.161000', '153426.164000', '153426.167000', '153426.170000', '153426.173000', '153426.176000', '153426.178000', '153426.181000', '153426.184000', '153426.187000', '153426.190000', '153426.193000', '153426.195000', '153426.198000', '153426.201000', '153426.204000', '153426.207000', '153426.209000', '153426.212000', '153426.215000', '153426.218000', '153426.221000', '153426.224000', '153426.226000', '153426.229000', '153426.232000', '153426.235000', '153426.238000', '153426.240000', '153426.243000', '153426.246000', '153426.256000', '153426.259000', '153426.262000', '153426.265000', '153426.267000', '153426.270000', '153426.273000', '153426.276000', '153426.279000', '153446.152000', '153446.155000', '153446.158000', '153446.161000', '153446.163000', '153446.166000', '153446.169000', '153446.172000', '153446.175000', '153446.178000', '153446.180000', '153446.183000', '153446.186000', '153446.189000', '153446.192000', '153446.195000', '153446.197000', '153446.200000', '153446.203000', '153446.206000', '153446.209000', '153446.212000', '153446.214000', '153446.217000', '153446.220000', '153446.223000', '153446.226000', '153446.229000', '153446.231000', '153446.234000', '153446.237000', '153446.240000', '153446.243000', '153446.245000', '153446.248000', '153446.251000', '153446.254000', '153446.257000', '153446.260000', '153446.262000', '153446.265000', '153446.268000', '153446.271000', '153446.274000', '153506.152000', '153506.155000', '153506.158000', '153506.161000', '153506.164000', '153506.166000', '153506.169000', '153506.172000', '153506.175000', '153506.178000', '153506.181000', '153506.183000', '153506.186000', '153506.189000', '153506.192000', '153506.197000', '153506.201000', '153506.204000', '153506.207000', '153506.210000', '153506.212000', '153506.215000', '153506.218000', '153506.221000', '153506.224000', '153506.226000', '153506.229000', '153506.232000', '153506.235000', '153506.238000', '153506.241000', '153506.243000', '153506.246000', '153506.249000', '153506.252000', '153506.255000', '153506.258000', '153506.260000', '153506.263000', '153506.266000', '153506.269000', '153506.272000', '153506.275000', '153526.152000', '153526.155000', '153526.158000', '153526.161000', '153526.177000', '153526.180000', '153526.183000', '153526.186000', '153526.189000', '153526.192000', '153526.195000', '153526.198000', '153526.200000', '153526.203000', '153526.206000', '153526.209000', '153526.212000', '153526.215000', '153526.218000', '153526.221000', '153526.224000', '153526.227000', '153526.229000', '153526.232000', '153526.235000', '153526.238000', '153526.241000', '153526.244000', '153526.247000', '153526.249000', '153526.252000', '153526.255000', '153526.258000', '153526.261000', '153526.264000', '153526.267000', '153526.270000', '153526.272000', '153526.275000', '153526.287000', '153526.291000', '153526.294000', '153526.296000', '153526.299000', '153546.152000', '153546.155000', '153546.158000', '153546.161000', '153546.163000', '153546.166000', '153546.169000', '153546.172000', '153546.175000', '153546.178000', '153546.180000', '153546.183000', '153546.186000', '153546.189000', '153546.191000', '153546.194000', '153546.197000', '153546.200000', '153546.203000', '153546.206000', '153546.209000', '153546.211000', '153546.215000', '153546.218000', '153546.221000', '153546.224000', '153546.227000', '153546.230000', '153546.233000', '153546.235000', '153546.238000', '153546.241000', '153546.244000', '153546.247000', '153546.249000', '153546.252000', '153546.255000', '153546.258000', '153546.261000', '153546.264000', '153546.266000', '153546.269000', '153546.272000', '153606.153000', '153606.156000', '153606.159000', '153606.162000', '153606.164000', '153606.167000', '153606.170000', '153606.173000', '153606.176000', '153606.179000', '153606.181000', '153606.184000', '153606.187000', '153606.190000', '153606.193000', '153606.196000', '153606.198000', '153606.201000', '153606.204000', '153606.207000', '153606.210000', '153606.213000', '153606.215000', '153606.218000', '153606.221000', '153606.224000', '153606.227000', '153606.230000', '153606.232000', '153606.235000', '153606.238000', '153606.241000', '153606.244000', '153606.247000', '153606.249000', '153606.252000', '153606.255000', '153606.258000', '153606.261000', '153606.263000', '153606.266000', '153606.269000', '153606.272000', '153606.275000', '153626.152000', '153626.155000', '153626.158000', '153626.161000', '153626.163000', '153626.166000', '153626.169000', '153626.172000', '153626.175000', '153626.178000', '153626.180000', '153626.183000', '153626.186000', '153626.189000', '153626.192000', '153626.194000', '153626.197000', '153626.200000', '153626.203000', '153626.206000', '153626.209000', '153626.211000', '153626.214000', '153626.217000', '153626.220000', '153626.222000', '153626.225000', '153626.228000', '153626.231000', '153626.234000', '153626.237000', '153626.240000', '153626.242000', '153626.249000', '153626.252000', '153626.255000', '153626.258000', '153626.260000', '153626.263000', '153626.266000', '153626.269000', '153626.272000', '153626.275000', '153646.152000', '153646.155000', '153646.159000', '153646.162000', '153646.165000', '153646.168000', '153646.174000', '153646.177000', '153646.181000', '153646.183000', '153646.186000', '153646.189000', '153646.192000', '153646.195000', '153646.198000', '153646.208000', '153646.212000', '153646.214000', '153646.217000', '153646.220000', '153646.223000', '153646.226000', '153646.229000', '153646.232000', '153646.234000', '153646.237000', '153646.240000', '153646.243000', '153646.246000', '153646.249000', '153646.251000', '153646.254000', '153646.257000', '153646.260000', '153646.263000', '153646.265000', '153646.268000', '153646.271000', '153646.274000', '153646.277000', '153646.279000', '153646.282000', '153646.285000', '153646.288000', '153706.152000', '153706.155000', '153706.158000', '153706.161000', '153706.163000', '153706.166000', '153706.169000', '153706.172000', '153706.175000', '153706.178000', '153706.180000', '153706.183000', '153706.188000', '153706.191000', '153706.194000', '153706.198000', '153706.201000', '153706.204000', '153706.207000', '153706.210000', '153706.213000', '153706.215000', '153706.218000', '153706.221000', '153706.224000', '153706.227000', '153706.230000', '153706.232000', '153706.235000', '153706.238000', '153706.241000', '153706.244000', '153706.247000', '153706.250000', '153706.253000', '153706.257000', '153706.260000', '153706.263000', '153706.265000', '153706.268000', '153706.271000', '153706.274000', '153706.277000', '153726.152000', '153726.155000', '153726.158000', '153726.161000', '153726.164000', '153726.166000', '153726.169000', '153726.172000', '153726.175000', '153726.178000', '153726.181000', '153726.183000', '153726.186000', '153726.189000', '153726.192000', '153726.195000', '153726.198000', '153726.201000', '153726.203000', '153726.206000', '153726.209000', '153726.212000', '153726.215000', '153726.217000', '153726.220000', '153726.227000', '153726.229000', '153726.232000', '153726.235000', '153726.238000', '153726.241000', '153726.244000', '153726.246000', '153726.249000', '153726.252000', '153726.255000', '153726.258000', '153726.261000', '153726.264000', '153726.266000', '153726.269000', '153726.272000', '153726.275000', '153726.278000', '153746.152000', '153746.155000', '153746.158000', '153746.161000', '153746.163000', '153746.166000', '153746.169000', '153746.172000', '153746.175000', '153746.178000', '153746.180000', '153746.183000', '153746.186000', '153746.189000', '153746.192000', '153746.194000', '153746.197000', '153746.200000', '153746.203000', '153746.206000', '153746.208000', '153746.211000', '153746.214000', '153746.217000', '153746.220000', '153746.222000', '153746.225000', '153746.228000', '153746.231000', '153746.234000', '153746.237000', '153746.239000', '153746.242000', '153746.245000', '153746.248000', '153746.251000', '153746.253000', '153746.256000', '153746.259000', '153746.262000', '153746.265000', '153746.270000', '153746.273000', '153806.152000', '153806.155000', '153806.158000', '153806.161000', '153806.164000', '153806.166000', '153806.169000', '153806.172000', '153806.175000', '153806.178000', '153806.180000', '153806.183000', '153806.201000', '153806.204000', '153806.206000', '153806.209000', '153806.212000', '153806.215000', '153806.218000', '153806.220000', '153806.223000', '153806.226000', '153806.229000', '153806.232000', '153806.234000', '153806.237000', '153806.240000', '153806.243000', '153806.246000', '153806.249000', '153806.252000', '153806.254000', '153806.257000', '153806.260000', '153806.263000', '153806.266000', '153806.268000', '153806.271000', '153806.274000', '153806.277000', '153806.280000', '153806.283000', '153806.285000', '153806.288000', '153826.153000', '153826.156000', '153826.159000', '153826.162000', '153826.165000', '153826.167000', '153826.170000', '153826.173000', '153826.176000', '153826.179000', '153826.182000', '153826.184000', '153826.187000', '153826.190000', '153826.193000', '153826.196000', '153826.198000', '153826.201000', '153826.204000', '153826.207000', '153826.210000', '153826.212000', '153826.220000', '153826.224000', '153826.227000', '153826.230000', '153826.233000', '153826.236000', '153826.239000', '153826.241000', '153826.244000', '153826.247000', '153826.250000', '153826.253000', '153826.255000', '153826.258000', '153826.261000', '153826.264000', '153826.267000', '153826.270000', '153826.272000', '153826.275000', '153826.278000', '153846.152000', '153846.155000', '153846.158000', '153846.160000', '153846.163000', '153846.166000', '153846.169000', '153846.172000', '153846.174000', '153846.177000', '153846.180000', '153846.183000', '153846.186000', '153846.189000', '153846.192000', '153846.194000', '153846.197000', '153846.200000', '153846.203000', '153846.206000', '153846.208000', '153846.211000', '153846.214000', '153846.217000', '153846.220000', '153846.223000', '153846.225000', '153846.228000', '153846.231000', '153846.234000', '153846.237000', '153846.240000', '153846.249000', '153846.252000', '153846.254000', '153846.257000', '153846.260000', '153846.263000', '153846.266000', '153846.269000', '153846.271000', '153846.274000', '153846.277000', '153846.280000', '153906.152000', '153906.155000', '153906.158000', '153906.161000', '153906.164000', '153906.167000', '153906.169000', '153906.172000', '153906.175000', '153906.178000', '153906.181000', '153906.184000', '153906.187000', '153906.189000', '153906.192000', '153906.195000', '153906.198000', '153906.201000', '153906.204000', '153906.206000', '153906.209000', '153906.212000', '153906.215000', '153906.218000', '153906.221000', '153906.223000', '153906.226000', '153906.229000', '153906.232000', '153906.235000', '153906.238000', '153906.240000', '153906.243000', '153906.246000', '153906.249000', '153906.252000', '153906.255000', '153906.258000', '153906.260000', '153906.263000', '153906.266000', '153906.269000', '153906.272000', '153926.152000', '153926.155000', '153926.158000', '153926.161000', '153926.164000', '153926.166000', '153926.169000', '153926.172000', '153926.175000', '153926.178000', '153926.181000', '153926.183000', '153926.186000', '153926.189000', '153926.192000', '153926.195000', '153926.198000', '153926.201000', '153926.203000', '153926.206000', '153926.209000', '153926.212000', '153926.215000', '153926.218000', '153926.220000', '153926.223000', '153926.226000', '153926.229000', '153926.232000', '153926.234000', '153926.237000', '153926.240000', '153926.243000', '153926.246000', '153926.249000', '153926.257000', '153926.260000', '153926.263000', '153926.266000', '153926.269000', '153926.271000', '153926.274000', '153926.277000', '153926.280000', '153930.286000', '153930.289000', '153930.292000', '153930.295000', '153930.298000', '153930.301000', '153930.304000', '153930.307000', '153930.310000'], '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': [10214, 10222, 9416, 10670, 9796, 13033, 10515, 11925, 10224, 9613, 13479, 10092, 8543, 10134, 9956, 10367, 10240, 10111, 9589, 8738, 10206, 10051, 11127, 10237, 11079, 9324, 9176, 10060, 8874, 10806, 9942, 9855, 9592, 9170, 10143, 10074, 10612, 9733, 8976, 9974, 9392, 10835, 10006, 11884, 9584, 9958, 10411, 9152, 12710, 10270, 13451, 9784, 10455, 10424, 8970, 11774, 9915, 11205, 9669, 8967, 10023, 9354, 10894, 10561, 11054, 10279, 10794, 9740, 8825, 10011, 9989, 11055, 10059, 11297, 9944, 9382, 10283, 9046, 12160, 10192, 11724, 9898, 9926, 10426, 9506, 13464, 10212, 12617, 9739, 9749, 10402, 9117, 11399, 9918, 12030, 10598, 10452, 9852, 9176, 10260, 9002, 10668, 10315, 10913, 10357, 10529, 9735, 8943, 10226, 9909, 10640, 10455, 10934, 9493, 11713, 10075, 9555, 10304, 10182, 11664, 10078, 13168, 9850, 10383, 10190, 9572, 10643, 9368, 12381, 10447, 12606, 10307, 9179, 10377, 9147, 10499, 10696, 11902, 10029, 11144, 9382, 9093, 10226, 8851, 10344, 10158, 11093, 10389, 10426, 9977, 10378, 9646, 11651, 9883, 8897, 10377, 9177, 10474, 10100, 13098, 10555, 12065, 9888, 11461, 9941, 12982, 10009, 10343, 10401, 9445, 10388, 10517, 10375, 10244, 10652, 10110, 9765, 9750, 8742, 10306, 9055, 10236, 10048, 10330, 9404, 8636, 10214, 9111, 10323, 8846, 10283, 10027, 10647, 10268, 10515, 10593, 11941, 9713, 9810, 10390, 9015, 10542, 9473, 12172, 10281, 13169, 10679, 10991, 10240, 10650, 9814, 8920, 10508, 9697, 10277, 10089, 10640, 10709, 10865, 10008, 8733, 10162, 10061, 10729, 10355, 10787, 9702, 9611, 10155, 8869, 10197, 8989, 10452, 10174, 10691, 10276, 10184, 9806, 9729, 9719, 8961, 10188, 9107, 10248, 9716, 10246, 10063, 10781, 10416, 12338, 9913, 9582, 10427, 9288, 10613, 9728, 12924, 10234, 11013, 10537, 10563, 9786, 9593, 10397, 8736, 10243, 10210, 10181, 10229, 10308, 10161, 10730, 9979, 8558, 10134, 9307, 10164, 10653, 11069, 10395, 10993, 9620, 9190, 10099, 9106, 10281, 9823, 11218, 10476, 10801, 9829, 10591, 11239, 10047, 13018, 10492, 11032, 9861, 8774, 10421, 9765, 11863, 10264, 10549, 9787, 10437, 10023, 8969, 10435, 9063, 10406, 10344, 10232, 10170, 10912, 10390, 10331, 9644, 9119, 10027, 8968, 10363, 9632, 10512, 10515, 9655, 9820, 8636, 10328, 9853, 11321, 10250, 11036, 10202, 10641, 9787, 11890, 9856, 9124, 10398, 9976, 10191, 10275, 10180, 10137, 9641, 10146, 8930, 10257, 9999, 10192, 9884, 9603, 10051, 8756, 10156, 9891, 10713, 10369, 11789, 10137, 12500, 10018, 9523, 10332, 10168, 10864, 10510, 12525, 9947, 9587, 10256, 10461, 10302, 10587, 11569, 10149, 9524, 10019, 10264, 10096, 9686, 9996, 10108, 9173, 10170, 10029, 10327, 10132, 10390, 10335, 11517, 9899, 9143, 10190, 9873, 10120, 10464, 10197, 9505, 8945, 10328, 9525, 10600, 10190, 11430, 9925, 10729, 10215, 9694, 10515, 10049, 10519, 10120, 11699, 10192, 9542, 10064, 10326, 10147, 9751, 8521, 10210, 9658, 10215, 9869, 10254, 10362, 9731, 9968, 9065, 10103, 9917, 10240, 10377, 10314, 9726, 8883, 10283, 9368, 10700, 10289, 10410, 9902, 10322, 10024, 9652, 11248, 9889, 10793, 10618, 10364, 9683, 10388, 10162, 9743, 10070, 10149, 10109, 9400, 8717, 10217, 9288, 10068, 10373, 10140, 9427, 8662, 10056, 8734, 10184, 9132, 9920, 9909, 10726, 10528, 11622, 9787, 10116, 10027, 9040, 10160, 9957, 10997, 10578, 13490, 9794, 10635, 10268, 10390, 10908, 10502, 13151, 9924, 9506, 10130, 9986, 10245, 10231, 10451, 9449, 8725, 10213, 8941, 10143, 9307, 10403, 10080, 10610, 10314, 9932, 9521, 8702, 10384, 9458, 10316, 9745, 10364, 10178, 9741, 9931, 9295, 10235, 9710, 11001, 10487, 11948, 10230, 9710, 12352, 9774, 10135, 9854, 9177, 10034, 9928, 9912, 9662, 9847, 9812, 8496, 9956, 8607, 10095, 9591, 10778, 10207, 10374, 10150, 9715, 10460, 10043, 9476, 9020, 9885, 9162, 9811, 9986, 9864, 9303, 9007, 9845, 10121, 10560, 9723, 8699, 9943, 9730, 12081, 10275, 10094, 9779, 9065, 9929, 10036, 13025, 9373, 8532, 9942, 9910, 10069, 10127, 10409, 9892, 9689, 9752, 8787, 9925, 9089, 10156, 9912, 10280, 9931, 9103, 9687, 8789, 9949, 9654, 10655, 10451, 10618, 9468, 8695, 9862, 9888, 10301, 10141, 12363, 9475, 9106, 9838, 9190, 10131, 9902, 10767, 10407, 12108, 9714, 9266, 9794, 10124, 9921, 9211, 10077, 9436, 9652, 9846, 8937, 9891, 8562, 9975, 8986, 10185, 9354, 10099, 10094, 9983, 10135, 10399, 10380, 10291, 9371, 8909, 9706, 9700, 10055, 10387, 9882, 9369, 8615, 9868, 10001, 9846, 11542, 9707, 11457, 9919, 9500, 10356, 9663, 10045, 9982, 9122, 9734, 8540, 10112, 9420, 10258, 9766, 10073, 9999, 10690, 9584, 9061, 9980, 10122, 10000, 10386, 9905, 9401, 8839, 9927, 9216, 9773, 9885, 10178, 9936, 12042, 9712, 9371, 9719, 10228, 9998, 10062, 10718, 9981, 10355, 9671, 9207, 9794, 9974, 8587, 9812, 9374, 9796, 10201, 9612, 9511, 9075, 9776, 9235, 10129, 9468, 9738, 9285, 9785, 9636, 10421, 10438, 11803, 9307, 8771, 9763, 9043, 9945, 9827, 9979, 9485, 9410, 9852, 9463, 9770, 9896, 10159, 10017, 11517, 10585, 13103, 9671, 9260, 9935, 10128, 8259, 9925, 9834, 9984, 9689, 9264, 10029, 9280, 9899, 10092, 10052, 10148, 9784, 9603, 10603, 10033, 9182, 9974, 9707, 9903, 9621, 9175, 10140, 9350, 9923, 10491, 9772, 9382, 9815, 9352, 9965, 9640, 9029, 13637, 10359, 9331, 9720, 9114, 9776, 10276, 8273, 9658, 8809, 9959, 9437, 10170, 9888, 11952, 10127, 13331, 10439, 12975, 10543, 12426, 10821, 9821, 10207, 10043, 10542, 10136, 10775, 9676, 12509, 10250, 10117, 9866, 8647, 10014, 9401, 10099, 10277, 8386, 9864, 9321, 9923, 9890, 9921, 10236, 10140, 10025, 9911, 9353, 8505, 10046, 9496, 10001, 10055, 11052, 9511, 9550, 9924, 9347, 9915, 9883, 10618, 10187, 12653, 9554, 11425, 9739, 8766, 10277, 9712, 11502, 10526, 10033, 9743, 9167, 9992, 10210, 10019, 10503, 10175, 10482, 10889, 9755, 9408, 10105, 10203, 10205, 10259, 10088, 10400, 11298, 9916, 9426, 10038, 10514, 8559, 10099, 9165, 10272, 10379, 10648, 9921, 9206, 10145, 9158, 10302, 9465, 12371, 10089, 11247, 9954, 10350, 9512, 11059, 10298, 9676, 10086, 9474, 9961, 9162, 10111, 9555, 10237, 10342, 10062, 9897, 9223, 10014, 9678, 10053, 9589, 9293, 10035, 9653, 9821, 8892, 10013, 11714, 10118, 12961, 9922, 12786, 9726, 11243, 9481, 10767, 9561, 11576, 9888, 8882, 10252, 9338, 10277, 9583, 10111, 10500, 10109, 10133, 9882, 10241, 9984, 10319, 9887, 10293, 10018, 9940, 9011, 10074, 10223, 10097, 10315, 10092, 10161, 9352, 9773, 9169, 10145, 9056, 9863, 10018, 9928, 10381, 9920, 9376, 9231, 10066, 8674, 10031, 9108, 10072, 9812, 9917, 9791, 9832, 9319, 10375, 9537, 9654, 10054, 9730, 10311, 10331, 10091, 9947, 9189, 10189, 10468, 12594, 9921, 9255, 9960, 10208, 10722, 9649, 13730, 9815, 9040, 9735, 9810, 9903, 10400, 10862, 9270, 9473, 10073, 9563, 9845, 9905, 10450, 10175, 10320, 9781, 8962, 9949, 9863, 9974, 10405, 9896, 9489, 9352, 9946, 8999, 9891, 9967, 10414, 10472, 9075, 9729, 9122, 9888, 10117, 9166, 9897, 9378, 10023, 10026, 11027, 10095, 11441, 10234, 11854, 10563, 12843, 10461, 12273, 9313, 11130, 9803, 11052, 10152, 9779, 9825, 9987, 9841, 10006, 9722, 10297, 9916, 9967, 9877, 9184, 9579, 9926, 9758, 9955, 10462, 10123, 9695, 11551, 9503, 11357, 9631, 9973, 9934, 8763, 10166, 9662, 9779, 9517, 9911, 10319, 9863, 9400, 9176, 9935, 9257, 9771, 9211, 10124, 10419, 10380, 10103, 9695, 9345, 9263, 10014, 9685, 10223, 9429, 9892, 9968, 9756, 9955, 9769, 9971, 8725, 10046, 9037, 9827, 10254, 9646, 9586, 9233, 10238, 9469, 10203, 10250, 10424, 10038, 9782, 10241, 10003, 9199, 9272, 9842, 9137, 9799, 9518, 9692, 9717, 10276, 10033, 10039, 9217, 8742, 9950, 9396, 10259, 10089, 10924, 10187, 10364, 9572, 9314, 10019, 9615, 9864, 10268, 9868, 10289, 9899, 9505, 9381, 9977, 9604, 9774, 9815, 10373, 9919, 12478, 9386, 11321, 9501, 9470, 9763, 9413, 10165, 9967, 9891, 9521, 9252, 9857, 9272, 10070, 9984, 9941, 9309, 9430, 9784, 9175, 9523, 9964, 9964, 9203, 9847, 9751, 9539, 9621, 9486, 11173, 10365, 9553, 10565, 10101, 10000, 9338, 12089, 10100, 13150, 9220, 9280, 9946, 9462, 9661, 10233, 11692, 10171, 11152, 9450, 9348, 9882, 9854, 10224, 10194, 10076, 9273, 8819, 9671, 9176, 9757, 9714, 9847, 9451, 9508, 9926, 8742, 9576, 9242, 9831, 9891, 9884, 9373, 9586, 9788, 9518, 11540, 9893, 12149, 9687, 10029, 9885, 12177, 9371, 11559, 9756, 9577, 9732, 9431, 10503, 9867, 11426, 9874, 9946, 9628, 9640, 10108, 10112, 10975, 9951, 9772, 9497, 10028, 9701, 11627, 9399, 9591, 9509, 9914, 9721, 9840, 9603, 9980, 9647, 9645, 9365, 9897, 8657, 9672, 9330, 9680, 10074, 8881, 9946, 9692, 9809, 9734, 9803, 10063, 11199, 9329, 9554, 9454, 9629, 10419, 11836, 9905, 9694, 9345, 9608, 9960, 10163, 9859, 13508, 9383, 11016, 9568, 9237, 9787, 9622, 9812, 12125, 9533, 9965, 9514, 9468, 9395, 9914, 9404, 9804, 10622, 9618, 9368, 9902, 9050, 9762, 9179, 9771], 'WindowCenter': [4184.0, 4182.0, 4145.0, 4151.0, 4139.0, 4160.0, 4137.0, 4145.0, 4125.0, 4126.0, 4156.0, 4124.0, 4102.0, 4121.0, 4123.0, 4124.0, 4125.0, 4136.0, 4127.0, 4115.0, 4136.0, 4125.0, 4135.0, 4124.0, 4133.0, 4126.0, 4113.0, 4125.0, 4116.0, 4134.0, 4124.0, 4124.0, 4137.0, 4127.0, 4137.0, 4126.0, 4136.0, 4127.0, 4115.0, 4138.0, 4128.0, 4148.0, 4137.0, 4146.0, 4126.0, 4123.0, 4134.0, 4125.0, 4156.0, 4124.0, 4145.0, 4114.0, 4122.0, 4122.0, 4113.0, 4145.0, 4124.0, 4133.0, 4113.0, 4102.0, 4124.0, 4113.0, 4135.0, 4136.0, 4134.0, 4126.0, 4134.0, 4124.0, 4114.0, 4135.0, 4137.0, 4147.0, 4137.0, 4135.0, 4126.0, 4114.0, 4136.0, 4128.0, 4147.0, 4127.0, 4145.0, 4124.0, 4124.0, 4137.0, 4126.0, 4157.0, 4125.0, 4143.0, 4113.0, 4111.0, 4123.0, 4113.0, 4134.0, 4113.0, 4132.0, 4121.0, 4120.0, 4112.0, 4111.0, 4124.0, 4102.0, 4123.0, 4123.0, 4122.0, 4123.0, 4134.0, 4126.0, 4114.0, 4124.0, 4123.0, 4123.0, 4134.0, 4135.0, 4127.0, 4143.0, 4125.0, 4114.0, 4123.0, 4123.0, 4146.0, 4126.0, 4144.0, 4125.0, 4121.0, 4122.0, 4110.0, 4122.0, 4113.0, 4142.0, 4121.0, 4132.0, 4111.0, 4100.0, 4121.0, 4111.0, 4123.0, 4124.0, 4134.0, 4124.0, 4122.0, 4129.0, 4113.0, 4125.0, 4113.0, 4122.0, 4123.0, 4133.0, 4123.0, 4122.0, 4123.0, 4124.0, 4125.0, 4132.0, 4124.0, 4101.0, 4121.0, 4111.0, 4124.0, 4124.0, 4144.0, 4122.0, 4131.0, 4112.0, 4132.0, 4112.0, 4130.0, 4110.0, 4108.0, 4109.0, 4099.0, 4109.0, 4109.0, 4109.0, 4122.0, 4120.0, 4123.0, 4110.0, 4111.0, 4100.0, 4121.0, 4113.0, 4123.0, 4124.0, 4124.0, 4115.0, 4102.0, 4125.0, 4113.0, 4137.0, 4115.0, 4124.0, 4124.0, 4124.0, 4122.0, 4123.0, 4134.0, 4134.0, 4114.0, 4112.0, 4112.0, 4101.0, 4121.0, 4112.0, 4133.0, 4111.0, 4132.0, 4111.0, 4109.0, 4109.0, 4109.0, 4113.0, 4099.0, 4111.0, 4098.0, 4110.0, 4110.0, 4120.0, 4123.0, 4121.0, 4111.0, 4101.0, 4111.0, 4111.0, 4120.0, 4123.0, 4123.0, 4113.0, 4111.0, 4112.0, 4101.0, 4112.0, 4102.0, 4124.0, 4125.0, 4124.0, 4124.0, 4123.0, 4124.0, 4113.0, 4127.0, 4115.0, 4126.0, 4114.0, 4123.0, 4115.0, 4124.0, 4126.0, 4136.0, 4125.0, 4145.0, 4125.0, 4112.0, 4123.0, 4102.0, 4125.0, 4113.0, 4145.0, 4112.0, 4121.0, 4112.0, 4121.0, 4113.0, 4112.0, 4113.0, 4102.0, 4112.0, 4123.0, 4112.0, 4124.0, 4125.0, 4127.0, 4135.0, 4125.0, 4103.0, 4124.0, 4113.0, 4125.0, 4137.0, 4136.0, 4126.0, 4124.0, 4115.0, 4113.0, 4126.0, 4115.0, 4126.0, 4125.0, 4135.0, 4124.0, 4123.0, 4125.0, 4124.0, 4135.0, 4113.0, 4142.0, 4122.0, 4110.0, 4110.0, 4102.0, 4123.0, 4112.0, 4132.0, 4112.0, 4111.0, 4112.0, 4122.0, 4124.0, 4101.0, 4122.0, 4101.0, 4111.0, 4111.0, 4110.0, 4123.0, 4122.0, 4113.0, 4110.0, 4099.0, 4099.0, 4111.0, 4102.0, 4122.0, 4113.0, 4123.0, 4123.0, 4111.0, 4113.0, 4101.0, 4125.0, 4125.0, 4135.0, 4113.0, 4121.0, 4111.0, 4110.0, 4112.0, 4133.0, 4112.0, 4100.0, 4110.0, 4099.0, 4109.0, 4110.0, 4110.0, 4113.0, 4111.0, 4112.0, 4102.0, 4111.0, 4113.0, 4112.0, 4126.0, 4124.0, 4125.0, 4104.0, 4124.0, 4124.0, 4123.0, 4125.0, 4135.0, 4125.0, 4133.0, 4113.0, 4112.0, 4112.0, 4123.0, 4124.0, 4125.0, 4132.0, 4113.0, 4112.0, 4111.0, 4121.0, 4111.0, 4123.0, 4132.0, 4123.0, 4101.0, 4111.0, 4112.0, 4111.0, 4113.0, 4112.0, 4123.0, 4102.0, 4112.0, 4111.0, 4111.0, 4112.0, 4111.0, 4124.0, 4122.0, 4112.0, 4101.0, 4111.0, 4111.0, 4112.0, 4126.0, 4124.0, 4115.0, 4102.0, 4113.0, 4113.0, 4112.0, 4123.0, 4134.0, 4114.0, 4122.0, 4111.0, 4100.0, 4110.0, 4111.0, 4111.0, 4112.0, 4119.0, 4111.0, 4100.0, 4098.0, 4110.0, 4110.0, 4113.0, 4090.0, 4111.0, 4099.0, 4111.0, 4111.0, 4110.0, 4122.0, 4112.0, 4124.0, 4102.0, 4123.0, 4112.0, 4112.0, 4123.0, 4122.0, 4115.0, 4114.0, 4124.0, 4114.0, 4123.0, 4124.0, 4121.0, 4114.0, 4122.0, 4125.0, 4113.0, 4123.0, 4110.0, 4111.0, 4111.0, 4109.0, 4112.0, 4111.0, 4111.0, 4101.0, 4111.0, 4112.0, 4109.0, 4113.0, 4103.0, 4125.0, 4114.0, 4124.0, 4125.0, 4123.0, 4116.0, 4115.0, 4137.0, 4116.0, 4126.0, 4115.0, 4114.0, 4114.0, 4123.0, 4136.0, 4136.0, 4126.0, 4123.0, 4114.0, 4103.0, 4123.0, 4124.0, 4135.0, 4125.0, 4144.0, 4114.0, 4123.0, 4113.0, 4111.0, 4121.0, 4124.0, 4132.0, 4111.0, 4101.0, 4109.0, 4112.0, 4113.0, 4124.0, 4122.0, 4114.0, 4101.0, 4112.0, 4102.0, 4123.0, 4113.0, 4122.0, 4112.0, 4111.0, 4112.0, 4111.0, 4111.0, 4100.0, 4124.0, 4111.0, 4112.0, 4112.0, 4111.0, 4123.0, 4113.0, 4125.0, 4103.0, 4113.0, 4101.0, 4121.0, 4112.0, 4121.0, 4113.0, 4112.0, 4132.0, 4100.0, 4110.0, 4110.0, 4100.0, 4110.0, 4112.0, 4112.0, 4114.0, 4112.0, 4112.0, 4091.0, 4112.0, 4100.0, 4112.0, 4101.0, 4122.0, 4110.0, 4110.0, 4111.0, 4099.0, 4122.0, 4111.0, 4103.0, 4100.0, 4111.0, 4100.0, 4111.0, 4124.0, 4113.0, 4104.0, 4102.0, 4112.0, 4112.0, 4122.0, 4113.0, 4103.0, 4114.0, 4113.0, 4136.0, 4113.0, 4112.0, 4113.0, 4101.0, 4114.0, 4114.0, 4144.0, 4103.0, 4102.0, 4112.0, 4112.0, 4112.0, 4127.0, 4123.0, 4114.0, 4112.0, 4113.0, 4102.0, 4112.0, 4113.0, 4124.0, 4114.0, 4124.0, 4112.0, 4102.0, 4113.0, 4102.0, 4113.0, 4114.0, 4124.0, 4125.0, 4123.0, 4113.0, 4093.0, 4112.0, 4125.0, 4124.0, 4125.0, 4134.0, 4113.0, 4101.0, 4111.0, 4100.0, 4110.0, 4111.0, 4123.0, 4124.0, 4132.0, 4102.0, 4101.0, 4112.0, 4123.0, 4112.0, 4114.0, 4124.0, 4116.0, 4113.0, 4114.0, 4103.0, 4113.0, 4090.0, 4114.0, 4103.0, 4113.0, 4102.0, 4111.0, 4110.0, 4100.0, 4113.0, 4113.0, 4113.0, 4112.0, 4103.0, 4102.0, 4113.0, 4113.0, 4125.0, 4127.0, 4125.0, 4117.0, 4103.0, 4115.0, 4113.0, 4113.0, 4122.0, 4113.0, 4133.0, 4114.0, 4113.0, 4113.0, 4102.0, 4111.0, 4112.0, 4100.0, 4114.0, 4092.0, 4114.0, 4102.0, 4110.0, 4112.0, 4100.0, 4113.0, 4112.0, 4101.0, 4091.0, 4101.0, 4111.0, 4100.0, 4112.0, 4112.0, 4104.0, 4101.0, 4112.0, 4101.0, 4111.0, 4112.0, 4112.0, 4114.0, 4132.0, 4103.0, 4101.0, 4102.0, 4111.0, 4100.0, 4112.0, 4111.0, 4112.0, 4110.0, 4100.0, 4101.0, 4112.0, 4112.0, 4103.0, 4125.0, 4115.0, 4126.0, 4125.0, 4113.0, 4115.0, 4103.0, 4114.0, 4113.0, 4124.0, 4113.0, 4102.0, 4101.0, 4100.0, 4101.0, 4112.0, 4123.0, 4121.0, 4102.0, 4090.0, 4110.0, 4101.0, 4111.0, 4114.0, 4113.0, 4114.0, 4102.0, 4102.0, 4101.0, 4099.0, 4100.0, 4099.0, 4101.0, 4124.0, 4114.0, 4132.0, 4101.0, 4102.0, 4113.0, 4123.0, 4092.0, 4125.0, 4125.0, 4124.0, 4128.0, 4116.0, 4116.0, 4104.0, 4114.0, 4113.0, 4102.0, 4114.0, 4113.0, 4114.0, 4112.0, 4102.0, 4102.0, 4101.0, 4101.0, 4112.0, 4115.0, 4103.0, 4114.0, 4104.0, 4113.0, 4125.0, 4112.0, 4104.0, 4113.0, 4116.0, 4115.0, 4117.0, 4117.0, 4161.0, 4128.0, 4115.0, 4114.0, 4102.0, 4113.0, 4126.0, 4105.0, 4128.0, 4117.0, 4128.0, 4118.0, 4127.0, 4128.0, 4137.0, 4115.0, 4133.0, 4113.0, 4121.0, 4101.0, 4108.0, 4098.0, 4086.0, 4085.0, 4085.0, 4084.0, 4084.0, 4083.0, 4085.0, 4105.0, 4084.0, 4083.0, 4084.0, 4063.0, 4085.0, 4087.0, 4098.0, 4098.0, 4077.0, 4099.0, 4100.0, 4101.0, 4112.0, 4112.0, 4124.0, 4114.0, 4115.0, 4113.0, 4115.0, 4104.0, 4115.0, 4115.0, 4115.0, 4128.0, 4137.0, 4118.0, 4115.0, 4114.0, 4114.0, 4114.0, 4114.0, 4124.0, 4126.0, 4145.0, 4115.0, 4122.0, 4102.0, 4093.0, 4112.0, 4115.0, 4124.0, 4114.0, 4112.0, 4102.0, 4103.0, 4125.0, 4127.0, 4125.0, 4125.0, 4114.0, 4125.0, 4123.0, 4115.0, 4114.0, 4114.0, 4114.0, 4113.0, 4124.0, 4124.0, 4125.0, 4124.0, 4114.0, 4114.0, 4114.0, 4125.0, 4104.0, 4125.0, 4127.0, 4127.0, 4139.0, 4138.0, 4128.0, 4116.0, 4127.0, 4117.0, 4127.0, 4115.0, 4147.0, 4114.0, 4125.0, 4114.0, 4111.0, 4115.0, 4124.0, 4116.0, 4103.0, 4112.0, 4102.0, 4112.0, 4113.0, 4113.0, 4112.0, 4112.0, 4112.0, 4113.0, 4113.0, 4113.0, 4124.0, 4126.0, 4138.0, 4141.0, 4130.0, 4141.0, 4140.0, 4141.0, 4118.0, 4128.0, 4137.0, 4127.0, 4146.0, 4116.0, 4133.0, 4102.0, 4121.0, 4101.0, 4122.0, 4113.0, 4121.0, 4111.0, 4089.0, 4111.0, 4100.0, 4112.0, 4112.0, 4112.0, 4112.0, 4111.0, 4111.0, 4100.0, 4111.0, 4101.0, 4111.0, 4111.0, 4124.0, 4113.0, 4114.0, 4101.0, 4113.0, 4113.0, 4110.0, 4113.0, 4113.0, 4126.0, 4115.0, 4127.0, 4114.0, 4125.0, 4115.0, 4126.0, 4125.0, 4126.0, 4138.0, 4127.0, 4127.0, 4116.0, 4127.0, 4105.0, 4139.0, 4128.0, 4128.0, 4128.0, 4126.0, 4125.0, 4124.0, 4117.0, 4127.0, 4129.0, 4116.0, 4116.0, 4116.0, 4115.0, 4127.0, 4126.0, 4116.0, 4116.0, 4127.0, 4139.0, 4147.0, 4116.0, 4105.0, 4114.0, 4114.0, 4124.0, 4116.0, 4145.0, 4116.0, 4103.0, 4103.0, 4113.0, 4113.0, 4126.0, 4124.0, 4105.0, 4103.0, 4113.0, 4103.0, 4113.0, 4116.0, 4126.0, 4125.0, 4114.0, 4114.0, 4104.0, 4113.0, 4115.0, 4114.0, 4138.0, 4128.0, 4129.0, 4116.0, 4116.0, 4106.0, 4116.0, 4126.0, 4125.0, 4127.0, 4117.0, 4129.0, 4129.0, 4130.0, 4140.0, 4129.0, 4142.0, 4130.0, 4143.0, 4142.0, 4153.0, 4141.0, 4139.0, 4128.0, 4139.0, 4129.0, 4136.0, 4126.0, 4124.0, 4103.0, 4111.0, 4114.0, 4122.0, 4114.0, 4113.0, 4101.0, 4101.0, 4100.0, 4114.0, 4114.0, 4113.0, 4112.0, 4113.0, 4112.0, 4104.0, 4114.0, 4114.0, 4115.0, 4126.0, 4139.0, 4127.0, 4116.0, 4135.0, 4115.0, 4123.0, 4104.0, 4112.0, 4114.0, 4103.0, 4114.0, 4103.0, 4113.0, 4101.0, 4112.0, 4113.0, 4115.0, 4115.0, 4102.0, 4114.0, 4102.0, 4112.0, 4102.0, 4114.0, 4124.0, 4113.0, 4113.0, 4100.0, 4103.0, 4101.0, 4115.0, 4115.0, 4115.0, 4103.0, 4102.0, 4102.0, 4101.0, 4111.0, 4112.0, 4126.0, 4103.0, 4115.0, 4105.0, 4114.0, 4126.0, 4115.0, 4116.0, 4116.0, 4128.0, 4128.0, 4128.0, 4127.0, 4127.0, 4116.0, 4115.0, 4127.0, 4126.0, 4116.0, 4115.0, 4126.0, 4115.0, 4115.0, 4117.0, 4127.0, 4128.0, 4127.0, 4128.0, 4126.0, 4117.0, 4104.0, 4127.0, 4117.0, 4127.0, 4126.0, 4125.0, 4125.0, 4114.0, 4115.0, 4104.0, 4126.0, 4114.0, 4114.0, 4114.0, 4113.0, 4114.0, 4113.0, 4116.0, 4114.0, 4115.0, 4114.0, 4113.0, 4113.0, 4124.0, 4125.0, 4134.0, 4104.0, 4122.0, 4102.0, 4101.0, 4113.0, 4114.0, 4113.0, 4113.0, 4113.0, 4103.0, 4101.0, 4114.0, 4115.0, 4115.0, 4115.0, 4114.0, 4104.0, 4114.0, 4114.0, 4115.0, 4115.0, 4140.0, 4139.0, 4129.0, 4128.0, 4128.0, 4129.0, 4127.0, 4130.0, 4139.0, 4129.0, 4129.0, 4128.0, 4126.0, 4115.0, 4115.0, 4136.0, 4126.0, 4135.0, 4104.0, 4102.0, 4112.0, 4102.0, 4114.0, 4126.0, 4135.0, 4114.0, 4122.0, 4103.0, 4102.0, 4114.0, 4125.0, 4114.0, 4114.0, 4113.0, 4104.0, 4104.0, 4128.0, 4115.0, 4129.0, 4115.0, 4115.0, 4115.0, 4115.0, 4126.0, 4104.0, 4129.0, 4130.0, 4140.0, 4141.0, 4140.0, 4130.0, 4129.0, 4129.0, 4130.0, 4139.0, 4128.0, 4148.0, 4115.0, 4114.0, 4126.0, 4135.0, 4105.0, 4124.0, 4103.0, 4102.0, 4113.0, 4114.0, 4124.0, 4114.0, 4123.0, 4113.0, 4111.0, 4114.0, 4113.0, 4113.0, 4113.0, 4123.0, 4112.0, 4112.0, 4112.0, 4101.0, 4114.0, 4121.0, 4103.0, 4102.0, 4116.0, 4113.0, 4114.0, 4111.0, 4115.0, 4126.0, 4113.0, 4114.0, 4115.0, 4127.0, 4116.0, 4128.0, 4140.0, 4141.0, 4142.0, 4133.0, 4143.0, 4142.0, 4143.0, 4142.0, 4142.0, 4141.0, 4152.0, 4119.0, 4118.0, 4114.0, 4116.0, 4125.0, 4136.0, 4114.0, 4103.0, 4091.0, 4101.0, 4102.0, 4114.0, 4113.0, 4132.0, 4091.0, 4110.0, 4100.0, 4088.0, 4100.0, 4101.0, 4112.0, 4120.0, 4101.0, 4100.0, 4101.0, 4102.0, 4102.0, 4126.0, 4116.0, 4129.0, 4127.0, 4128.0, 4104.0, 4116.0, 4105.0, 4126.0, 4103.0, 4113.0], 'WindowWidth': [9289.0, 9281.0, 9217.0, 9213.0, 9193.0, 9224.0, 9189.0, 9194.0, 9167.0, 9173.0, 9211.0, 9164.0, 9131.0, 9156.0, 9161.0, 9164.0, 9167.0, 9186.0, 9175.0, 9155.0, 9185.0, 9167.0, 9180.0, 9165.0, 9175.0, 9173.0, 9149.0, 9168.0, 9155.0, 9175.0, 9165.0, 9164.0, 9189.0, 9175.0, 9189.0, 9172.0, 9184.0, 9174.0, 9155.0, 9190.0, 9179.0, 9206.0, 9189.0, 9199.0, 9171.0, 9164.0, 9179.0, 9169.0, 9214.0, 9165.0, 9193.0, 9150.0, 9156.0, 9157.0, 9149.0, 9193.0, 9165.0, 9175.0, 9150.0, 9131.0, 9163.0, 9150.0, 9183.0, 9184.0, 9179.0, 9169.0, 9177.0, 9165.0, 9151.0, 9184.0, 9190.0, 9200.0, 9188.0, 9181.0, 9169.0, 9153.0, 9186.0, 9177.0, 9202.0, 9172.0, 9194.0, 9167.0, 9166.0, 9187.0, 9171.0, 9214.0, 9167.0, 9189.0, 9149.0, 9142.0, 9162.0, 9149.0, 9180.0, 9147.0, 9171.0, 9154.0, 9153.0, 9144.0, 9144.0, 9164.0, 9134.0, 9162.0, 9160.0, 9159.0, 9162.0, 9181.0, 9171.0, 9153.0, 9165.0, 9163.0, 9163.0, 9179.0, 9180.0, 9175.0, 9191.0, 9167.0, 9150.0, 9162.0, 9160.0, 9196.0, 9171.0, 9191.0, 9167.0, 9157.0, 9158.0, 9140.0, 9157.0, 9148.0, 9188.0, 9156.0, 9171.0, 9141.0, 9124.0, 9154.0, 9142.0, 9161.0, 9163.0, 9179.0, 9163.0, 9159.0, 9182.0, 9147.0, 9167.0, 9148.0, 9160.0, 9159.0, 9172.0, 9159.0, 9157.0, 9162.0, 9165.0, 9168.0, 9172.0, 9163.0, 9127.0, 9155.0, 9142.0, 9165.0, 9163.0, 9192.0, 9158.0, 9167.0, 9142.0, 9171.0, 9143.0, 9166.0, 9137.0, 9132.0, 9135.0, 9122.0, 9133.0, 9134.0, 9134.0, 9157.0, 9153.0, 9160.0, 9138.0, 9140.0, 9126.0, 9155.0, 9149.0, 9163.0, 9164.0, 9163.0, 9153.0, 9132.0, 9166.0, 9151.0, 9188.0, 9154.0, 9167.0, 9164.0, 9162.0, 9159.0, 9159.0, 9179.0, 9178.0, 9151.0, 9144.0, 9142.0, 9127.0, 9153.0, 9144.0, 9175.0, 9142.0, 9170.0, 9140.0, 9134.0, 9135.0, 9136.0, 9146.0, 9123.0, 9139.0, 9120.0, 9137.0, 9138.0, 9151.0, 9161.0, 9155.0, 9143.0, 9127.0, 9140.0, 9140.0, 9151.0, 9161.0, 9161.0, 9149.0, 9141.0, 9143.0, 9128.0, 9143.0, 9132.0, 9164.0, 9166.0, 9164.0, 9162.0, 9159.0, 9164.0, 9148.0, 9174.0, 9153.0, 9168.0, 9151.0, 9161.0, 9153.0, 9163.0, 9169.0, 9183.0, 9167.0, 9193.0, 9164.0, 9145.0, 9160.0, 9131.0, 9166.0, 9147.0, 9192.0, 9142.0, 9154.0, 9142.0, 9154.0, 9148.0, 9145.0, 9146.0, 9130.0, 9142.0, 9158.0, 9144.0, 9164.0, 9166.0, 9172.0, 9178.0, 9165.0, 9135.0, 9162.0, 9147.0, 9167.0, 9186.0, 9183.0, 9170.0, 9163.0, 9152.0, 9145.0, 9170.0, 9154.0, 9168.0, 9164.0, 9178.0, 9162.0, 9158.0, 9165.0, 9164.0, 9181.0, 9144.0, 9185.0, 9156.0, 9138.0, 9140.0, 9130.0, 9161.0, 9143.0, 9170.0, 9141.0, 9140.0, 9143.0, 9156.0, 9165.0, 9128.0, 9156.0, 9125.0, 9138.0, 9138.0, 9138.0, 9161.0, 9158.0, 9144.0, 9138.0, 9123.0, 9120.0, 9141.0, 9131.0, 9158.0, 9147.0, 9159.0, 9158.0, 9142.0, 9148.0, 9128.0, 9166.0, 9164.0, 9179.0, 9146.0, 9153.0, 9141.0, 9135.0, 9141.0, 9171.0, 9144.0, 9124.0, 9136.0, 9119.0, 9132.0, 9137.0, 9137.0, 9146.0, 9141.0, 9145.0, 9128.0, 9141.0, 9145.0, 9143.0, 9170.0, 9165.0, 9167.0, 9137.0, 9162.0, 9163.0, 9159.0, 9168.0, 9180.0, 9168.0, 9174.0, 9144.0, 9143.0, 9142.0, 9159.0, 9163.0, 9165.0, 9170.0, 9147.0, 9142.0, 9141.0, 9154.0, 9140.0, 9162.0, 9171.0, 9160.0, 9128.0, 9141.0, 9143.0, 9139.0, 9147.0, 9145.0, 9161.0, 9130.0, 9142.0, 9138.0, 9138.0, 9142.0, 9141.0, 9162.0, 9156.0, 9145.0, 9127.0, 9141.0, 9142.0, 9142.0, 9170.0, 9163.0, 9152.0, 9132.0, 9146.0, 9144.0, 9142.0, 9161.0, 9176.0, 9151.0, 9158.0, 9140.0, 9122.0, 9137.0, 9138.0, 9139.0, 9145.0, 9150.0, 9139.0, 9122.0, 9120.0, 9138.0, 9136.0, 9146.0, 9112.0, 9140.0, 9122.0, 9138.0, 9140.0, 9137.0, 9158.0, 9146.0, 9163.0, 9130.0, 9158.0, 9142.0, 9142.0, 9159.0, 9155.0, 9153.0, 9150.0, 9163.0, 9148.0, 9159.0, 9161.0, 9153.0, 9149.0, 9157.0, 9165.0, 9146.0, 9160.0, 9137.0, 9139.0, 9140.0, 9133.0, 9145.0, 9140.0, 9139.0, 9126.0, 9138.0, 9142.0, 9136.0, 9146.0, 9135.0, 9166.0, 9151.0, 9165.0, 9167.0, 9162.0, 9156.0, 9155.0, 9187.0, 9156.0, 9168.0, 9151.0, 9149.0, 9147.0, 9160.0, 9184.0, 9184.0, 9168.0, 9161.0, 9147.0, 9134.0, 9160.0, 9163.0, 9179.0, 9168.0, 9190.0, 9151.0, 9157.0, 9144.0, 9138.0, 9155.0, 9163.0, 9171.0, 9142.0, 9128.0, 9136.0, 9143.0, 9146.0, 9165.0, 9157.0, 9149.0, 9128.0, 9144.0, 9130.0, 9161.0, 9148.0, 9159.0, 9143.0, 9139.0, 9142.0, 9139.0, 9141.0, 9127.0, 9161.0, 9142.0, 9143.0, 9142.0, 9141.0, 9161.0, 9147.0, 9166.0, 9134.0, 9146.0, 9126.0, 9154.0, 9142.0, 9154.0, 9147.0, 9142.0, 9169.0, 9123.0, 9135.0, 9137.0, 9123.0, 9137.0, 9145.0, 9145.0, 9151.0, 9142.0, 9142.0, 9114.0, 9141.0, 9125.0, 9144.0, 9124.0, 9156.0, 9135.0, 9135.0, 9138.0, 9120.0, 9157.0, 9140.0, 9132.0, 9124.0, 9138.0, 9125.0, 9139.0, 9163.0, 9147.0, 9135.0, 9129.0, 9143.0, 9142.0, 9156.0, 9147.0, 9134.0, 9151.0, 9145.0, 9182.0, 9146.0, 9145.0, 9146.0, 9128.0, 9149.0, 9149.0, 9189.0, 9132.0, 9129.0, 9143.0, 9144.0, 9144.0, 9170.0, 9161.0, 9151.0, 9143.0, 9145.0, 9132.0, 9144.0, 9148.0, 9164.0, 9150.0, 9162.0, 9145.0, 9129.0, 9145.0, 9129.0, 9147.0, 9150.0, 9164.0, 9165.0, 9158.0, 9146.0, 9118.0, 9144.0, 9165.0, 9163.0, 9165.0, 9174.0, 9146.0, 9127.0, 9139.0, 9124.0, 9138.0, 9139.0, 9159.0, 9162.0, 9171.0, 9129.0, 9128.0, 9141.0, 9160.0, 9142.0, 9151.0, 9165.0, 9156.0, 9148.0, 9149.0, 9132.0, 9146.0, 9113.0, 9150.0, 9133.0, 9147.0, 9127.0, 9139.0, 9137.0, 9124.0, 9145.0, 9145.0, 9147.0, 9140.0, 9131.0, 9128.0, 9144.0, 9147.0, 9166.0, 9173.0, 9165.0, 9156.0, 9133.0, 9152.0, 9144.0, 9144.0, 9154.0, 9146.0, 9173.0, 9149.0, 9145.0, 9143.0, 9127.0, 9139.0, 9141.0, 9123.0, 9148.0, 9117.0, 9148.0, 9127.0, 9137.0, 9141.0, 9122.0, 9144.0, 9142.0, 9128.0, 9111.0, 9124.0, 9137.0, 9123.0, 9142.0, 9144.0, 9135.0, 9128.0, 9141.0, 9126.0, 9139.0, 9140.0, 9143.0, 9149.0, 9169.0, 9131.0, 9127.0, 9126.0, 9137.0, 9122.0, 9143.0, 9140.0, 9141.0, 9136.0, 9123.0, 9125.0, 9142.0, 9144.0, 9135.0, 9167.0, 9151.0, 9168.0, 9165.0, 9146.0, 9150.0, 9131.0, 9150.0, 9148.0, 9162.0, 9145.0, 9129.0, 9124.0, 9123.0, 9126.0, 9142.0, 9158.0, 9153.0, 9129.0, 9111.0, 9137.0, 9126.0, 9140.0, 9149.0, 9147.0, 9147.0, 9128.0, 9128.0, 9125.0, 9122.0, 9122.0, 9121.0, 9125.0, 9161.0, 9148.0, 9169.0, 9125.0, 9131.0, 9146.0, 9159.0, 9119.0, 9166.0, 9165.0, 9163.0, 9174.0, 9154.0, 9153.0, 9134.0, 9145.0, 9144.0, 9126.0, 9143.0, 9144.0, 9148.0, 9140.0, 9127.0, 9126.0, 9123.0, 9125.0, 9139.0, 9151.0, 9130.0, 9147.0, 9131.0, 9144.0, 9161.0, 9142.0, 9134.0, 9144.0, 9154.0, 9151.0, 9156.0, 9157.0, 9223.0, 9173.0, 9151.0, 9147.0, 9128.0, 9143.0, 9166.0, 9138.0, 9173.0, 9159.0, 9174.0, 9161.0, 9172.0, 9174.0, 9183.0, 9152.0, 9172.0, 9142.0, 9151.0, 9124.0, 9129.0, 9113.0, 9094.0, 9092.0, 9089.0, 9088.0, 9086.0, 9085.0, 9091.0, 9117.0, 9088.0, 9084.0, 9088.0, 9060.0, 9092.0, 9101.0, 9114.0, 9117.0, 9087.0, 9119.0, 9122.0, 9123.0, 9140.0, 9142.0, 9162.0, 9147.0, 9149.0, 9145.0, 9149.0, 9134.0, 9150.0, 9149.0, 9150.0, 9174.0, 9184.0, 9159.0, 9151.0, 9148.0, 9148.0, 9146.0, 9146.0, 9162.0, 9167.0, 9191.0, 9150.0, 9155.0, 9128.0, 9118.0, 9143.0, 9150.0, 9161.0, 9147.0, 9142.0, 9128.0, 9131.0, 9167.0, 9171.0, 9165.0, 9165.0, 9148.0, 9166.0, 9161.0, 9151.0, 9147.0, 9146.0, 9147.0, 9146.0, 9163.0, 9161.0, 9165.0, 9163.0, 9149.0, 9148.0, 9147.0, 9166.0, 9135.0, 9166.0, 9173.0, 9174.0, 9190.0, 9187.0, 9174.0, 9156.0, 9170.0, 9158.0, 9173.0, 9152.0, 9198.0, 9149.0, 9163.0, 9147.0, 9141.0, 9153.0, 9163.0, 9152.0, 9131.0, 9141.0, 9127.0, 9142.0, 9145.0, 9145.0, 9141.0, 9142.0, 9143.0, 9145.0, 9146.0, 9148.0, 9163.0, 9170.0, 9189.0, 9199.0, 9183.0, 9199.0, 9195.0, 9197.0, 9162.0, 9173.0, 9184.0, 9172.0, 9193.0, 9153.0, 9172.0, 9129.0, 9151.0, 9126.0, 9156.0, 9146.0, 9151.0, 9138.0, 9108.0, 9137.0, 9121.0, 9143.0, 9143.0, 9143.0, 9141.0, 9139.0, 9139.0, 9122.0, 9140.0, 9125.0, 9140.0, 9140.0, 9163.0, 9147.0, 9147.0, 9127.0, 9144.0, 9143.0, 9137.0, 9145.0, 9145.0, 9169.0, 9153.0, 9171.0, 9150.0, 9164.0, 9153.0, 9167.0, 9166.0, 9169.0, 9190.0, 9171.0, 9175.0, 9155.0, 9172.0, 9140.0, 9190.0, 9177.0, 9176.0, 9173.0, 9168.0, 9167.0, 9163.0, 9157.0, 9172.0, 9176.0, 9152.0, 9153.0, 9152.0, 9149.0, 9170.0, 9168.0, 9155.0, 9155.0, 9172.0, 9190.0, 9197.0, 9152.0, 9136.0, 9146.0, 9147.0, 9159.0, 9155.0, 9189.0, 9152.0, 9131.0, 9128.0, 9142.0, 9142.0, 9166.0, 9159.0, 9137.0, 9129.0, 9142.0, 9130.0, 9142.0, 9154.0, 9168.0, 9166.0, 9147.0, 9147.0, 9132.0, 9144.0, 9148.0, 9147.0, 9187.0, 9173.0, 9175.0, 9154.0, 9154.0, 9139.0, 9152.0, 9167.0, 9164.0, 9170.0, 9158.0, 9176.0, 9177.0, 9179.0, 9193.0, 9178.0, 9197.0, 9182.0, 9202.0, 9200.0, 9215.0, 9196.0, 9190.0, 9174.0, 9189.0, 9177.0, 9181.0, 9166.0, 9159.0, 9130.0, 9138.0, 9148.0, 9157.0, 9146.0, 9142.0, 9124.0, 9123.0, 9121.0, 9145.0, 9147.0, 9144.0, 9142.0, 9143.0, 9142.0, 9133.0, 9147.0, 9149.0, 9151.0, 9168.0, 9190.0, 9170.0, 9157.0, 9178.0, 9151.0, 9158.0, 9132.0, 9140.0, 9146.0, 9132.0, 9146.0, 9131.0, 9144.0, 9124.0, 9140.0, 9144.0, 9149.0, 9153.0, 9130.0, 9146.0, 9127.0, 9141.0, 9128.0, 9147.0, 9159.0, 9145.0, 9142.0, 9123.0, 9129.0, 9125.0, 9151.0, 9150.0, 9149.0, 9130.0, 9127.0, 9126.0, 9123.0, 9139.0, 9141.0, 9168.0, 9134.0, 9150.0, 9136.0, 9148.0, 9167.0, 9151.0, 9155.0, 9154.0, 9175.0, 9172.0, 9174.0, 9169.0, 9170.0, 9153.0, 9151.0, 9170.0, 9168.0, 9156.0, 9152.0, 9167.0, 9150.0, 9152.0, 9155.0, 9172.0, 9176.0, 9172.0, 9174.0, 9168.0, 9159.0, 9138.0, 9172.0, 9158.0, 9172.0, 9165.0, 9166.0, 9164.0, 9147.0, 9150.0, 9135.0, 9169.0, 9150.0, 9150.0, 9147.0, 9146.0, 9147.0, 9147.0, 9157.0, 9150.0, 9154.0, 9148.0, 9145.0, 9145.0, 9160.0, 9166.0, 9176.0, 9136.0, 9156.0, 9129.0, 9126.0, 9145.0, 9149.0, 9146.0, 9146.0, 9144.0, 9130.0, 9125.0, 9148.0, 9151.0, 9150.0, 9150.0, 9146.0, 9135.0, 9147.0, 9149.0, 9151.0, 9153.0, 9193.0, 9190.0, 9178.0, 9175.0, 9172.0, 9176.0, 9172.0, 9180.0, 9192.0, 9178.0, 9177.0, 9173.0, 9166.0, 9150.0, 9150.0, 9182.0, 9166.0, 9176.0, 9134.0, 9129.0, 9141.0, 9128.0, 9147.0, 9166.0, 9176.0, 9149.0, 9156.0, 9130.0, 9129.0, 9148.0, 9166.0, 9148.0, 9149.0, 9144.0, 9135.0, 9134.0, 9172.0, 9153.0, 9175.0, 9151.0, 9150.0, 9151.0, 9151.0, 9167.0, 9138.0, 9179.0, 9181.0, 9194.0, 9196.0, 9194.0, 9180.0, 9176.0, 9179.0, 9180.0, 9193.0, 9173.0, 9201.0, 9151.0, 9148.0, 9169.0, 9179.0, 9139.0, 9160.0, 9131.0, 9128.0, 9146.0, 9149.0, 9161.0, 9147.0, 9158.0, 9144.0, 9139.0, 9147.0, 9148.0, 9148.0, 9144.0, 9158.0, 9142.0, 9141.0, 9143.0, 9125.0, 9149.0, 9153.0, 9132.0, 9129.0, 9155.0, 9144.0, 9146.0, 9139.0, 9151.0, 9166.0, 9146.0, 9147.0, 9152.0, 9172.0, 9157.0, 9176.0, 9196.0, 9200.0, 9203.0, 9191.0, 9204.0, 9202.0, 9203.0, 9201.0, 9202.0, 9198.0, 9214.0, 9163.0, 9158.0, 9148.0, 9154.0, 9166.0, 9180.0, 9146.0, 9130.0, 9111.0, 9123.0, 9127.0, 9150.0, 9145.0, 9170.0, 9110.0, 9135.0, 9120.0, 9103.0, 9123.0, 9126.0, 9143.0, 9149.0, 9125.0, 9123.0, 9125.0, 9128.0, 9127.0, 9169.0, 9156.0, 9177.0, 9170.0, 9175.0, 9132.0, 9153.0, 9136.0, 9166.0, 9131.0, 9145.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.0011440181956027294</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.019912474905231237</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.74024827642642</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1839295069575102</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0188488794840664</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5033</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3727.8403</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08922949501500295</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>29</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.1986353297952994</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.693516684535739</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6906510267589714</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.92605811205552</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4638409147927263</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00937994</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011250845156610012</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.027706002816557884</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1319</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.546885453920643</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>18.6789</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.0479</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>225.4059</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>296360.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1151.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>415.1284</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7821</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>557.0816</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3238.1062</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3467.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>80184.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>813.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4344.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>977.4712</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.53727094642818</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> |