=== 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-0011 --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-0011",
"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-0011_ses-04_task-fractional_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0011_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0011_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-0011/figures/sub-0011_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0011_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-0011/figures/sub-0011_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0011_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-0011/figures/sub-0011_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0011_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-0011/figures/sub-0011_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0011_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-0011/figures/sub-0011_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0011_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-0011/figures/sub-0011_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0011_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-0011/figures/sub-0011_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0011/figures/sub-0011_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0011/ses-04/func/sub-0011_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>cab477266868a91afa6f6d9951a34d1d</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>14:59:35.530000</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.997745, -0.0158137, -0.0652256, 0.0139321, 0.999476, -0.0292032]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0779134</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4125, -7758, -7292, 603, -31, -221, -9, 105]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>219.554</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>7eee9db3-cbcc-498f-ad3d-290248477326||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.676877498626709, 0.03737867996096611, -0.17726367712020874, 111.68597412109375], [0.04242703318595886, 2.6815221309661865, -0.07621720433235168, -91.24716186523438], [-0.17499540746212006, 0.07834996283054352, 2.693096399307251, -70.44461822509766], [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': ['145935.530000', '145935.990000', '145936.450000', '145936.910000', '145937.370000', '145937.830000', '145938.290000', '145938.750000', '145939.210000', '145939.670000', '145940.130000', '145940.590000', '145941.050000', '145941.510000', '145941.970000', '145942.430000', '145942.890000', '145943.350000', '145943.810000', '145944.270000', '145944.730000', '145945.190000', '145945.650000', '145946.110000', '145946.570000', '145947.030000', '145947.490000', '145947.950000', '145948.410000', '145948.870000', '145949.330000', '145949.790000', '145950.250000', '145950.710000', '145951.170000', '145951.630000', '145952.090000', '145952.550000', '145953.010000', '145953.470000', '145953.930000', '145954.390000', '145954.850000', '145955.310000', '145955.770000', '145956.230000', '145956.690000', '145957.150000', '145957.610000', '145958.070000', '145958.530000', '145958.990000', '145959.450000', '145959.910000', '150000.370000', '150000.830000', '150001.290000', '150001.750000', '150002.210000', '150002.670000', '150003.130000', '150003.590000', '150004.050000', '150004.510000', '150004.970000', '150005.430000', '150005.890000', '150006.350000', '150006.810000', '150007.270000', '150007.730000', '150008.190000', '150008.650000', '150009.110000', '150009.570000', '150010.030000', '150010.490000', '150010.950000', '150011.410000', '150011.870000', '150012.330000', '150012.790000', '150013.250000', '150013.710000', '150014.170000', '150014.630000', '150015.090000', '150015.550000', '150016.010000', '150016.470000', '150016.930000', '150017.390000', '150017.850000', '150018.310000', '150018.770000', '150019.230000', '150019.690000', '150020.150000', '150020.610000', '150021.070000', '150021.530000', '150021.990000', '150022.450000', '150022.910000', '150023.370000', '150023.830000', '150024.290000', '150024.750000', '150025.210000', '150025.670000', '150026.130000', '150026.590000', '150027.050000', '150027.510000', '150027.970000', '150028.430000', '150028.890000', '150029.350000', '150029.810000', '150030.270000', '150030.730000', '150031.190000', '150031.650000', '150032.110000', '150032.570000', '150033.030000', '150033.490000', '150033.950000', '150034.410000', '150034.870000', '150035.330000', '150035.790000', '150036.250000', '150036.710000', '150037.170000', '150037.630000', '150038.090000', '150038.550000', '150039.010000', '150039.470000', '150039.930000', '150040.390000', '150040.850000', '150041.310000', '150041.770000', '150042.230000', '150042.690000', '150043.150000', '150043.610000', '150044.070000', '150044.530000', '150044.990000', '150045.450000', '150045.910000', '150046.370000', '150046.830000', '150047.290000', '150047.750000', '150048.210000', '150048.670000', '150049.130000', '150049.590000', '150050.050000', '150050.510000', '150050.970000', '150051.430000', '150051.890000', '150052.350000', '150052.810000', '150053.270000', '150053.730000', '150054.190000', '150054.650000', '150055.110000', '150055.570000', '150056.030000', '150056.490000', '150056.950000', '150057.410000', '150057.870000', '150058.330000', '150058.790000', '150059.250000', '150059.710000', '150100.170000', '150100.630000', '150101.090000', '150101.550000', '150102.010000', '150102.470000', '150102.930000', '150103.390000', '150103.850000', '150104.310000', '150104.770000', '150105.230000', '150105.690000', '150106.150000', '150106.610000', '150107.070000', '150107.530000', '150107.990000', '150108.450000', '150108.910000', '150109.370000', '150109.830000', '150110.290000', '150110.750000', '150111.210000', '150111.670000', '150112.130000', '150112.590000', '150113.050000', '150113.510000', '150113.970000', '150114.430000', '150114.890000', '150115.350000', '150115.810000', '150116.270000', '150116.730000', '150117.190000', '150117.650000', '150118.110000', '150118.570000', '150119.030000', '150119.490000', '150119.950000', '150120.410000', '150120.870000', '150121.330000', '150121.790000', '150122.250000', '150122.710000', '150123.170000', '150123.630000', '150124.090000', '150124.550000', '150125.010000', '150125.470000', '150125.930000', '150126.390000', '150126.850000', '150127.310000', '150127.770000', '150128.230000', '150128.690000', '150129.150000', '150129.610000', '150130.070000', '150130.530000', '150130.990000', '150131.450000', '150131.910000', '150132.370000', '150132.830000', '150133.290000', '150133.750000', '150134.210000', '150134.670000', '150135.130000', '150135.590000', '150136.050000', '150136.510000', '150136.970000', '150137.430000', '150137.890000', '150138.350000', '150138.810000', '150139.270000', '150139.730000', '150140.190000', '150140.650000', '150141.110000', '150141.570000', '150142.030000', '150142.490000', '150142.950000', '150143.410000', '150143.870000', '150144.330000', '150144.790000', '150145.250000', '150145.710000', '150146.170000', '150146.630000', '150147.090000', '150147.550000', '150148.010000', '150148.470000', '150148.930000', '150149.390000', '150149.850000', '150150.310000', '150150.770000', '150151.230000', '150151.690000', '150152.150000', '150152.610000', '150153.070000', '150153.530000', '150153.990000', '150154.450000', '150154.910000', '150155.370000', '150155.830000', '150156.290000', '150156.750000', '150157.210000', '150157.670000', '150158.130000', '150158.590000', '150159.050000', '150159.510000', '150159.970000', '150200.430000', '150200.890000', '150201.350000', '150201.810000', '150202.270000', '150202.730000', '150203.190000', '150203.650000', '150204.110000', '150204.570000', '150205.030000', '150205.490000', '150205.950000', '150206.410000', '150206.870000', '150207.330000', '150207.790000', '150208.250000', '150208.710000', '150209.170000', '150209.630000', '150210.090000', '150210.550000', '150211.010000', '150211.470000', '150211.930000', '150212.390000', '150212.850000', '150213.310000', '150213.770000', '150214.230000', '150214.690000', '150215.150000', '150215.610000', '150216.070000', '150216.530000', '150216.990000', '150217.450000', '150217.910000', '150218.370000', '150218.830000', '150219.290000', '150219.750000', '150220.210000', '150220.670000', '150221.130000', '150221.590000', '150222.050000', '150222.510000', '150222.970000', '150223.430000', '150223.890000', '150224.350000', '150224.810000', '150225.270000', '150225.730000', '150226.190000', '150226.650000', '150227.110000', '150227.570000', '150228.030000', '150228.490000', '150228.950000', '150229.410000', '150229.870000', '150230.330000', '150230.790000', '150231.250000', '150231.710000', '150232.170000', '150232.630000', '150233.090000', '150233.550000', '150234.010000', '150234.470000', '150234.930000', '150235.390000', '150235.850000', '150236.310000', '150236.770000', '150237.230000', '150237.690000', '150238.150000', '150238.610000', '150239.070000', '150239.530000', '150239.990000', '150240.450000', '150240.910000', '150241.370000', '150241.830000', '150242.290000', '150242.750000', '150243.210000', '150243.670000', '150244.130000', '150244.590000', '150245.050000', '150245.510000', '150245.970000', '150246.430000', '150246.890000', '150247.350000', '150247.810000', '150248.270000', '150248.730000', '150249.190000', '150249.650000', '150250.110000', '150250.570000', '150251.030000', '150251.490000', '150251.950000', '150252.410000', '150252.870000', '150253.330000', '150253.790000', '150254.250000', '150254.710000', '150255.170000', '150255.630000', '150256.090000', '150256.550000', '150257.010000', '150257.470000', '150257.930000', '150258.390000', '150258.850000', '150259.310000', '150259.770000', '150300.230000', '150300.690000', '150301.150000', '150301.610000', '150302.070000', '150302.530000', '150302.990000', '150303.450000', '150303.910000', '150304.370000', '150304.830000', '150305.290000', '150305.750000', '150306.210000', '150306.670000', '150307.130000', '150307.590000', '150308.050000', '150308.510000', '150308.970000', '150309.430000', '150309.890000', '150310.350000', '150310.810000', '150311.270000', '150311.730000', '150312.190000', '150312.650000', '150313.110000', '150313.570000', '150314.030000', '150314.490000', '150314.950000', '150315.410000', '150315.870000', '150316.330000', '150316.790000', '150317.250000', '150317.710000', '150318.170000', '150318.630000', '150319.090000', '150319.550000', '150320.010000', '150320.470000', '150320.930000', '150321.390000', '150321.850000', '150322.310000', '150322.770000', '150323.230000', '150323.690000', '150324.150000', '150324.610000', '150325.070000', '150325.530000', '150325.990000', '150326.450000', '150326.910000', '150327.370000', '150327.830000', '150328.290000', '150328.750000', '150329.210000', '150329.670000', '150330.130000', '150330.590000', '150331.050000', '150331.510000', '150331.970000', '150332.430000', '150332.890000', '150333.350000', '150333.810000', '150334.270000', '150334.730000', '150335.190000', '150335.650000', '150336.110000', '150336.570000', '150337.030000', '150337.490000', '150337.950000', '150338.410000', '150338.870000', '150339.330000', '150339.790000', '150340.250000', '150340.710000', '150341.170000', '150341.630000', '150342.090000', '150342.550000', '150343.010000', '150343.470000', '150343.930000', '150344.390000', '150344.850000', '150345.310000', '150345.770000', '150346.230000', '150346.690000', '150347.150000', '150347.610000', '150348.070000', '150348.530000', '150348.990000', '150349.450000', '150349.910000', '150350.370000', '150350.830000', '150351.290000', '150351.750000', '150352.210000', '150352.670000', '150353.130000', '150353.590000', '150354.050000', '150354.510000', '150354.970000', '150355.430000', '150355.890000', '150356.350000', '150356.810000', '150357.270000', '150357.730000', '150358.190000', '150358.650000', '150359.110000', '150359.570000', '150400.030000', '150400.490000', '150400.950000', '150401.410000', '150401.870000', '150402.330000', '150402.790000', '150403.250000', '150403.710000', '150404.170000', '150404.630000', '150405.090000', '150405.550000', '150406.010000', '150406.470000', '150406.930000', '150407.390000', '150407.850000', '150408.310000', '150408.770000', '150409.230000', '150409.690000', '150410.150000', '150410.610000', '150411.070000', '150411.530000', '150411.990000', '150412.450000', '150412.910000', '150413.370000', '150413.830000', '150414.290000', '150414.750000', '150415.210000', '150415.670000', '150416.130000', '150416.590000', '150417.050000', '150417.510000', '150417.970000', '150418.430000', '150418.890000', '150419.350000', '150419.810000', '150420.270000', '150420.730000', '150421.190000', '150421.650000', '150422.110000', '150422.570000', '150423.030000', '150423.490000', '150423.950000', '150424.410000', '150424.870000', '150425.330000', '150425.790000', '150426.250000', '150426.710000', '150427.170000', '150427.630000', '150428.090000', '150428.550000', '150429.010000', '150429.470000', '150429.930000', '150430.390000', '150430.850000', '150431.310000', '150431.770000', '150432.230000', '150432.690000', '150433.150000', '150433.610000', '150434.070000', '150434.530000', '150434.990000', '150435.450000', '150435.910000', '150436.370000', '150436.830000', '150437.290000', '150437.750000', '150438.210000', '150438.670000', '150439.130000', '150439.590000', '150440.050000', '150440.510000', '150440.970000', '150441.430000', '150441.890000', '150442.350000', '150442.810000', '150443.270000', '150443.730000', '150444.190000', '150444.650000', '150445.110000', '150445.570000', '150446.030000', '150446.490000', '150446.950000', '150447.410000', '150447.870000', '150448.330000', '150448.790000', '150449.250000', '150449.710000', '150450.170000', '150450.630000', '150451.090000', '150451.550000', '150452.010000', '150452.470000', '150452.930000', '150453.390000', '150453.850000', '150454.310000', '150454.770000', '150455.230000', '150455.690000', '150456.150000', '150456.610000', '150457.070000', '150457.530000', '150457.990000', '150458.450000', '150458.910000', '150459.370000', '150459.830000', '150500.290000', '150500.750000', '150501.210000', '150501.670000', '150502.130000', '150502.590000', '150503.050000', '150503.510000', '150503.970000', '150504.430000', '150504.890000', '150505.350000', '150505.810000', '150506.270000', '150506.730000', '150507.190000', '150507.650000', '150508.110000', '150508.570000', '150509.030000', '150509.490000', '150509.950000', '150510.410000', '150510.870000', '150511.330000', '150511.790000', '150512.250000', '150512.710000', '150513.170000', '150513.630000', '150514.090000', '150514.550000', '150515.010000', '150515.470000', '150515.930000', '150516.390000', '150516.850000', '150517.310000', '150517.770000', '150518.230000', '150518.690000', '150519.150000', '150519.610000', '150520.070000', '150520.530000', '150520.990000', '150521.450000', '150521.910000', '150522.370000', '150522.830000', '150523.290000', '150523.750000', '150524.210000', '150524.670000', '150525.130000', '150525.590000', '150526.050000', '150526.510000', '150526.970000', '150527.430000', '150527.890000', '150528.350000', '150528.810000', '150529.270000', '150529.730000', '150530.190000', '150530.650000', '150531.110000', '150531.570000', '150532.030000', '150532.490000', '150532.950000', '150533.410000', '150533.870000', '150534.330000', '150534.790000', '150535.250000', '150535.710000', '150536.170000', '150536.630000', '150537.090000', '150537.550000', '150538.010000', '150538.470000', '150538.930000', '150539.390000', '150539.850000', '150540.310000', '150540.770000', '150541.230000', '150541.690000', '150542.150000', '150542.610000', '150543.070000', '150543.530000', '150543.990000', '150544.450000', '150544.910000', '150545.370000', '150545.830000', '150546.290000', '150546.750000', '150547.210000', '150547.670000', '150548.130000', '150548.590000', '150549.050000', '150549.510000', '150549.970000', '150550.430000', '150550.890000', '150551.350000', '150551.810000', '150552.270000', '150552.730000', '150553.190000', '150553.650000', '150554.110000', '150554.570000', '150555.030000', '150555.490000', '150555.950000', '150556.410000', '150556.870000', '150557.330000', '150557.790000', '150558.250000', '150558.710000', '150559.170000', '150559.630000', '150600.090000', '150600.550000', '150601.010000', '150601.470000', '150601.930000', '150602.390000', '150602.850000', '150603.310000', '150603.770000', '150604.230000', '150604.690000', '150605.150000', '150605.610000', '150606.070000', '150606.530000', '150606.990000', '150607.450000', '150607.910000', '150608.370000', '150608.830000', '150609.290000', '150609.750000', '150610.210000', '150610.670000', '150611.130000', '150611.590000', '150612.050000', '150612.510000', '150612.970000', '150613.430000', '150613.890000', '150614.350000', '150614.810000', '150615.270000', '150615.730000', '150616.190000', '150616.650000', '150617.110000', '150617.570000', '150618.030000', '150618.490000', '150618.950000', '150619.410000', '150619.870000', '150620.330000', '150620.790000', '150621.250000', '150621.710000', '150622.170000', '150622.630000', '150623.090000', '150623.550000', '150624.010000', '150624.470000', '150624.930000', '150625.390000', '150625.850000', '150626.310000', '150626.770000', '150627.230000', '150627.690000', '150628.150000', '150628.610000', '150629.070000', '150629.530000', '150629.990000', '150630.450000', '150630.910000', '150631.370000', '150631.830000', '150632.290000', '150632.750000', '150633.210000', '150633.670000', '150634.130000', '150634.590000', '150635.050000', '150635.510000', '150635.970000', '150636.430000', '150636.890000', '150637.350000', '150637.810000', '150638.270000', '150638.730000', '150639.190000', '150639.650000', '150640.110000', '150640.570000', '150641.030000', '150641.490000', '150641.950000', '150642.410000', '150642.870000', '150643.330000', '150643.790000', '150644.250000', '150644.710000', '150645.170000', '150645.630000', '150646.090000', '150646.550000', '150647.010000', '150647.470000', '150647.930000', '150648.390000', '150648.850000', '150649.310000', '150649.770000', '150650.230000', '150650.690000', '150651.150000', '150651.610000', '150652.070000', '150652.530000', '150652.990000', '150653.450000', '150653.910000', '150654.370000', '150654.830000', '150655.290000', '150655.750000', '150656.210000', '150656.670000', '150657.130000', '150657.590000', '150658.050000', '150658.510000', '150658.970000', '150659.430000', '150659.890000', '150700.350000', '150700.810000', '150701.270000', '150701.730000', '150702.190000', '150702.650000', '150703.110000', '150703.570000', '150704.030000', '150704.490000', '150704.950000', '150705.410000', '150705.870000', '150706.330000', '150706.790000', '150707.250000', '150707.710000', '150708.170000', '150708.630000', '150709.090000', '150709.550000', '150710.010000', '150710.470000', '150710.930000', '150711.390000', '150711.850000', '150712.310000', '150712.770000', '150713.230000', '150713.690000', '150714.150000', '150714.610000', '150715.070000', '150715.530000', '150715.990000', '150716.450000', '150716.910000', '150717.370000', '150717.830000', '150718.290000', '150718.750000', '150719.210000', '150719.670000', '150720.130000', '150720.590000', '150721.050000', '150721.510000', '150721.970000', '150722.430000', '150722.890000', '150723.350000', '150723.810000', '150724.270000', '150724.730000', '150725.190000', '150725.650000', '150726.110000', '150726.570000', '150727.030000', '150727.490000', '150727.950000', '150728.410000', '150728.870000', '150729.330000', '150729.790000', '150730.250000', '150730.710000', '150731.170000', '150731.630000', '150732.090000', '150732.550000', '150733.010000', '150733.470000', '150733.930000', '150734.390000', '150734.850000', '150735.310000', '150735.770000', '150736.230000', '150736.690000', '150737.150000', '150737.610000', '150738.070000', '150738.530000', '150738.990000', '150739.450000', '150739.910000', '150740.370000', '150740.830000', '150741.290000', '150741.750000', '150742.210000', '150742.670000', '150743.130000', '150743.590000', '150744.050000', '150744.510000', '150744.970000', '150745.430000', '150745.890000', '150746.350000', '150746.810000', '150747.270000', '150747.730000', '150748.190000', '150748.650000', '150749.110000', '150749.570000', '150750.030000', '150750.490000', '150750.950000', '150751.410000', '150751.870000', '150752.330000', '150752.790000', '150753.250000', '150753.710000', '150754.170000', '150754.630000', '150755.090000', '150755.550000', '150756.010000', '150756.470000', '150756.930000', '150757.390000', '150757.850000', '150758.310000', '150758.770000', '150759.230000', '150759.690000', '150800.150000', '150800.610000', '150801.070000', '150801.530000', '150801.990000', '150802.450000', '150802.910000', '150803.370000', '150803.830000', '150804.290000', '150804.750000', '150805.210000', '150805.670000', '150806.130000', '150806.590000', '150807.050000', '150807.510000', '150807.970000', '150808.430000', '150808.890000', '150809.350000', '150809.810000', '150810.270000', '150810.730000', '150811.190000', '150811.650000', '150812.110000', '150812.570000', '150813.030000', '150813.490000', '150813.950000', '150814.410000', '150814.870000', '150815.330000', '150815.790000', '150816.250000', '150816.710000', '150817.170000', '150817.630000', '150818.090000', '150818.550000', '150819.010000', '150819.470000', '150819.930000', '150820.390000', '150820.850000', '150821.310000', '150821.770000', '150822.230000', '150822.690000', '150823.150000', '150823.610000', '150824.070000', '150824.530000', '150824.990000', '150825.450000', '150825.910000', '150826.370000', '150826.830000', '150827.290000', '150827.750000', '150828.210000', '150828.670000', '150829.130000', '150829.590000', '150830.050000', '150830.510000', '150830.970000', '150831.430000', '150831.890000', '150832.350000', '150832.810000', '150833.270000', '150833.730000', '150834.190000', '150834.650000', '150835.110000', '150835.570000', '150836.030000', '150836.490000', '150836.950000', '150837.410000', '150837.870000', '150838.330000', '150838.790000', '150839.250000', '150839.710000', '150840.170000', '150840.630000', '150841.090000', '150841.550000', '150842.010000', '150842.470000', '150842.930000', '150843.390000', '150843.850000', '150844.310000', '150844.770000', '150845.230000', '150845.690000', '150846.150000', '150846.610000', '150847.070000', '150847.530000', '150847.990000', '150848.450000', '150848.910000', '150849.370000', '150849.830000', '150850.290000', '150850.750000', '150851.210000', '150851.670000', '150852.130000', '150852.590000', '150853.050000', '150853.510000', '150853.970000', '150854.430000', '150854.890000', '150855.350000', '150855.810000', '150856.270000', '150856.730000', '150857.190000', '150857.650000', '150858.110000', '150858.570000', '150859.030000', '150859.490000', '150859.950000', '150900.410000', '150900.870000', '150901.330000', '150901.790000', '150902.250000', '150902.710000', '150903.170000', '150903.630000', '150904.090000', '150904.550000', '150905.010000', '150905.470000', '150905.930000', '150906.390000', '150906.850000', '150907.310000', '150907.770000', '150908.230000', '150908.690000', '150909.150000', '150909.610000', '150910.070000', '150910.530000', '150910.990000', '150911.450000', '150911.910000', '150912.370000', '150912.830000', '150913.290000', '150913.750000', '150914.210000', '150914.670000', '150915.130000', '150915.590000', '150916.050000', '150916.510000', '150916.970000', '150917.430000', '150917.890000', '150918.350000', '150918.810000', '150919.270000', '150919.730000', '150920.190000', '150920.650000', '150921.110000', '150921.570000', '150922.030000', '150922.490000', '150922.950000', '150923.410000', '150923.870000', '150924.330000', '150924.790000', '150925.250000', '150925.710000', '150926.170000', '150926.630000', '150927.090000', '150927.550000', '150928.010000', '150928.470000', '150928.930000', '150929.390000', '150929.850000', '150930.310000', '150930.770000', '150931.230000', '150931.690000', '150932.150000', '150932.610000', '150933.070000', '150933.530000', '150933.990000', '150934.450000', '150934.910000', '150935.370000', '150935.830000', '150936.290000', '150936.750000', '150937.210000', '150937.670000', '150938.130000', '150938.590000', '150939.050000', '150939.510000', '150939.970000', '150940.430000', '150940.890000', '150941.350000', '150941.810000', '150942.270000', '150942.730000', '150943.190000'], 'ContentTime': ['145945.608000', '145945.612000', '145945.615000', '145945.624000', '145945.627000', '145945.630000', '145945.633000', '145945.636000', '145945.638000', '145945.641000', '145945.644000', '145945.647000', '145945.657000', '145945.678000', '145945.681000', '145945.684000', '145945.687000', '145945.690000', '145945.693000', '145945.695000', '145945.698000', '150005.574000', '150005.577000', '150005.580000', '150005.583000', '150005.586000', '150005.588000', '150005.591000', '150005.594000', '150005.597000', '150005.600000', '150005.603000', '150005.606000', '150005.608000', '150005.611000', '150005.614000', '150005.617000', '150005.620000', '150005.623000', '150005.626000', '150005.628000', '150005.631000', '150005.634000', '150005.637000', '150005.640000', '150005.643000', '150005.646000', '150005.649000', '150005.651000', '150005.654000', '150005.659000', '150005.662000', '150005.664000', '150005.668000', '150005.672000', '150005.675000', '150005.678000', '150005.681000', '150005.683000', '150005.686000', '150005.689000', '150005.692000', '150005.695000', '150005.698000', '150025.574000', '150025.577000', '150025.580000', '150025.583000', '150025.586000', '150025.589000', '150025.591000', '150025.594000', '150025.597000', '150025.600000', '150025.603000', '150025.606000', '150025.609000', '150025.611000', '150025.614000', '150025.617000', '150025.620000', '150025.623000', '150025.626000', '150025.628000', '150025.631000', '150025.634000', '150025.637000', '150025.640000', '150025.643000', '150025.646000', '150025.649000', '150025.651000', '150025.654000', '150025.657000', '150025.660000', '150025.663000', '150025.666000', '150025.668000', '150025.671000', '150025.674000', '150025.677000', '150025.680000', '150025.683000', '150025.686000', '150025.689000', '150025.691000', '150025.694000', '150025.697000', '150045.573000', '150045.576000', '150045.579000', '150045.582000', '150045.585000', '150045.587000', '150045.590000', '150045.593000', '150045.596000', '150045.599000', '150045.602000', '150045.605000', '150045.608000', '150045.610000', '150045.613000', '150045.616000', '150045.619000', '150045.622000', '150045.625000', '150045.628000', '150045.631000', '150045.633000', '150045.636000', '150045.639000', '150045.642000', '150045.645000', '150045.648000', '150045.651000', '150045.653000', '150045.656000', '150045.659000', '150045.662000', '150045.665000', '150045.668000', '150045.671000', '150045.674000', '150045.676000', '150045.679000', '150045.682000', '150045.685000', '150045.688000', '150045.691000', '150045.694000', '150105.573000', '150105.576000', '150105.579000', '150105.582000', '150105.585000', '150105.587000', '150105.590000', '150105.593000', '150105.596000', '150105.599000', '150105.602000', '150105.605000', '150105.608000', '150105.611000', '150105.613000', '150105.616000', '150105.619000', '150105.622000', '150105.625000', '150105.628000', '150105.631000', '150105.634000', '150105.637000', '150105.639000', '150105.642000', '150105.645000', '150105.648000', '150105.651000', '150105.654000', '150105.657000', '150105.660000', '150105.662000', '150105.666000', '150105.668000', '150105.671000', '150105.674000', '150105.677000', '150105.680000', '150105.683000', '150105.686000', '150105.689000', '150105.691000', '150105.694000', '150105.697000', '150125.573000', '150125.576000', '150125.579000', '150125.582000', '150125.585000', '150125.588000', '150125.591000', '150125.594000', '150125.596000', '150125.599000', '150125.602000', '150125.605000', '150125.608000', '150125.611000', '150125.614000', '150125.617000', '150125.619000', '150125.622000', '150125.625000', '150125.628000', '150125.631000', '150125.634000', '150125.637000', '150125.639000', '150125.642000', '150125.645000', '150125.648000', '150125.651000', '150125.654000', '150125.657000', '150125.660000', '150125.672000', '150125.675000', '150125.678000', '150125.681000', '150125.684000', '150125.687000', '150125.689000', '150125.692000', '150125.695000', '150125.698000', '150125.701000', '150125.704000', '150145.574000', '150145.577000', '150145.580000', '150145.583000', '150145.586000', '150145.588000', '150145.591000', '150145.594000', '150145.597000', '150145.600000', '150145.603000', '150145.606000', '150145.609000', '150145.611000', '150145.614000', '150145.617000', '150145.620000', '150145.623000', '150145.626000', '150145.629000', '150145.632000', '150145.635000', '150145.637000', '150145.640000', '150145.643000', '150145.646000', '150145.649000', '150145.652000', '150145.655000', '150145.658000', '150145.660000', '150145.663000', '150145.666000', '150145.669000', '150145.672000', '150145.675000', '150145.678000', '150145.681000', '150145.684000', '150145.686000', '150145.689000', '150145.692000', '150145.695000', '150145.698000', '150205.574000', '150205.577000', '150205.580000', '150205.583000', '150205.586000', '150205.589000', '150205.592000', '150205.594000', '150205.597000', '150205.600000', '150205.603000', '150205.606000', '150205.609000', '150205.612000', '150205.615000', '150205.617000', '150205.620000', '150205.623000', '150205.626000', '150205.629000', '150205.632000', '150205.635000', '150205.638000', '150205.640000', '150205.643000', '150205.646000', '150205.649000', '150205.652000', '150205.655000', '150205.658000', '150205.661000', '150205.664000', '150205.666000', '150205.669000', '150205.672000', '150205.675000', '150205.678000', '150205.681000', '150205.684000', '150205.687000', '150205.689000', '150205.692000', '150205.695000', '150225.574000', '150225.577000', '150225.580000', '150225.583000', '150225.586000', '150225.589000', '150225.591000', '150225.594000', '150225.597000', '150225.600000', '150225.603000', '150225.606000', '150225.609000', '150225.612000', '150225.615000', '150225.617000', '150225.620000', '150225.623000', '150225.626000', '150225.629000', '150225.632000', '150225.635000', '150225.638000', '150225.641000', '150225.643000', '150225.646000', '150225.649000', '150225.652000', '150225.655000', '150225.658000', '150225.661000', '150225.664000', '150225.667000', '150225.670000', '150225.672000', '150225.675000', '150225.678000', '150225.681000', '150225.684000', '150225.687000', '150225.690000', '150225.693000', '150225.695000', '150245.574000', '150245.577000', '150245.580000', '150245.583000', '150245.586000', '150245.589000', '150245.591000', '150245.594000', '150245.597000', '150245.600000', '150245.603000', '150245.606000', '150245.609000', '150245.612000', '150245.615000', '150245.617000', '150245.620000', '150245.623000', '150245.626000', '150245.629000', '150245.632000', '150245.635000', '150245.638000', '150245.641000', '150245.644000', '150245.646000', '150245.649000', '150245.652000', '150245.655000', '150245.658000', '150245.661000', '150245.664000', '150245.667000', '150245.670000', '150245.672000', '150245.675000', '150245.678000', '150245.681000', '150245.684000', '150245.687000', '150245.690000', '150245.692000', '150245.695000', '150245.698000', '150305.573000', '150305.576000', '150305.579000', '150305.582000', '150305.585000', '150305.588000', '150305.593000', '150305.597000', '150305.600000', '150305.602000', '150305.605000', '150305.608000', '150305.611000', '150305.614000', '150305.617000', '150305.620000', '150305.623000', '150305.626000', '150305.628000', '150305.631000', '150305.634000', '150305.637000', '150305.640000', '150305.643000', '150305.646000', '150305.649000', '150305.652000', '150305.667000', '150305.670000', '150305.673000', '150305.676000', '150305.679000', '150305.681000', '150305.684000', '150305.687000', '150305.690000', '150305.693000', '150305.696000', '150305.699000', '150305.701000', '150305.704000', '150305.707000', '150305.710000', '150325.573000', '150325.576000', '150325.579000', '150325.582000', '150325.585000', '150325.588000', '150325.590000', '150325.593000', '150325.596000', '150325.599000', '150325.602000', '150325.605000', '150325.608000', '150325.611000', '150325.614000', '150325.616000', '150325.619000', '150325.622000', '150325.625000', '150325.628000', '150325.631000', '150325.634000', '150325.637000', '150325.640000', '150325.642000', '150325.645000', '150325.648000', '150325.651000', '150325.654000', '150325.657000', '150325.660000', '150325.663000', '150325.666000', '150325.669000', '150325.671000', '150325.674000', '150325.677000', '150325.680000', '150325.683000', '150325.686000', '150325.689000', '150325.692000', '150325.694000', '150325.697000', '150345.573000', '150345.576000', '150345.579000', '150345.582000', '150345.585000', '150345.588000', '150345.591000', '150345.594000', '150345.597000', '150345.600000', '150345.602000', '150345.605000', '150345.608000', '150345.611000', '150345.615000', '150345.620000', '150345.623000', '150345.626000', '150345.629000', '150345.632000', '150345.635000', '150345.638000', '150345.641000', '150345.644000', '150345.647000', '150345.650000', '150345.652000', '150345.655000', '150345.658000', '150345.661000', '150345.664000', '150345.667000', '150345.676000', '150345.679000', '150345.682000', '150345.685000', '150345.688000', '150345.691000', '150345.694000', '150345.697000', '150345.700000', '150345.702000', '150345.705000', '150405.574000', '150405.577000', '150405.580000', '150405.583000', '150405.586000', '150405.589000', '150405.591000', '150405.594000', '150405.597000', '150405.600000', '150405.603000', '150405.606000', '150405.609000', '150405.612000', '150405.615000', '150405.618000', '150405.621000', '150405.623000', '150405.626000', '150405.629000', '150405.632000', '150405.635000', '150405.638000', '150405.641000', '150405.644000', '150405.646000', '150405.649000', '150405.652000', '150405.655000', '150405.658000', '150405.661000', '150405.664000', '150405.667000', '150405.670000', '150405.673000', '150405.675000', '150405.678000', '150405.681000', '150405.684000', '150405.687000', '150405.690000', '150405.693000', '150405.696000', '150405.699000', '150425.574000', '150425.577000', '150425.580000', '150425.583000', '150425.586000', '150425.588000', '150425.591000', '150425.594000', '150425.597000', '150425.600000', '150425.603000', '150425.606000', '150425.609000', '150425.612000', '150425.615000', '150425.617000', '150425.620000', '150425.623000', '150425.626000', '150425.629000', '150425.633000', '150425.636000', '150425.639000', '150425.642000', '150425.645000', '150425.647000', '150425.650000', '150425.653000', '150425.656000', '150425.659000', '150425.662000', '150425.665000', '150425.668000', '150425.670000', '150425.673000', '150425.676000', '150425.679000', '150425.682000', '150425.685000', '150425.688000', '150425.691000', '150425.694000', '150425.697000', '150445.574000', '150445.577000', '150445.580000', '150445.583000', '150445.586000', '150445.589000', '150445.591000', '150445.594000', '150445.597000', '150445.600000', '150445.603000', '150445.606000', '150445.609000', '150445.612000', '150445.615000', '150445.617000', '150445.620000', '150445.623000', '150445.626000', '150445.629000', '150445.632000', '150445.635000', '150445.638000', '150445.640000', '150445.643000', '150445.646000', '150445.649000', '150445.652000', '150445.655000', '150445.658000', '150445.661000', '150445.664000', '150445.666000', '150445.669000', '150445.672000', '150445.675000', '150445.678000', '150445.681000', '150445.684000', '150445.687000', '150445.690000', '150445.693000', '150445.695000', '150445.698000', '150505.574000', '150505.577000', '150505.580000', '150505.584000', '150505.587000', '150505.590000', '150505.593000', '150505.596000', '150505.599000', '150505.602000', '150505.604000', '150505.607000', '150505.610000', '150505.613000', '150505.616000', '150505.619000', '150505.622000', '150505.624000', '150505.627000', '150505.630000', '150505.633000', '150505.636000', '150505.639000', '150505.642000', '150505.645000', '150505.648000', '150505.651000', '150505.655000', '150505.657000', '150505.660000', '150505.663000', '150505.666000', '150505.669000', '150505.672000', '150505.675000', '150505.678000', '150505.681000', '150505.684000', '150505.687000', '150505.689000', '150505.692000', '150505.695000', '150505.698000', '150525.573000', '150525.576000', '150525.579000', '150525.582000', '150525.585000', '150525.588000', '150525.591000', '150525.594000', '150525.597000', '150525.599000', '150525.602000', '150525.605000', '150525.608000', '150525.611000', '150525.614000', '150525.617000', '150525.620000', '150525.623000', '150525.626000', '150525.628000', '150525.631000', '150525.634000', '150525.637000', '150525.640000', '150525.643000', '150525.646000', '150525.649000', '150525.652000', '150525.655000', '150525.657000', '150525.660000', '150525.663000', '150525.666000', '150525.669000', '150525.672000', '150525.675000', '150525.678000', '150525.681000', '150525.683000', '150525.686000', '150525.689000', '150525.692000', '150525.695000', '150525.698000', '150545.573000', '150545.576000', '150545.579000', '150545.582000', '150545.585000', '150545.588000', '150545.591000', '150545.594000', '150545.597000', '150545.600000', '150545.602000', '150545.605000', '150545.608000', '150545.611000', '150545.614000', '150545.617000', '150545.620000', '150545.623000', '150545.627000', '150545.630000', '150545.633000', '150545.636000', '150545.639000', '150545.641000', '150545.644000', '150545.647000', '150545.650000', '150545.653000', '150545.656000', '150545.659000', '150545.662000', '150545.665000', '150545.669000', '150545.674000', '150545.683000', '150545.685000', '150545.688000', '150545.691000', '150545.694000', '150545.697000', '150545.700000', '150545.703000', '150545.705000', '150605.573000', '150605.576000', '150605.579000', '150605.582000', '150605.585000', '150605.588000', '150605.591000', '150605.593000', '150605.596000', '150605.599000', '150605.602000', '150605.605000', '150605.608000', '150605.611000', '150605.614000', '150605.616000', '150605.619000', '150605.622000', '150605.625000', '150605.628000', '150605.631000', '150605.634000', '150605.637000', '150605.639000', '150605.642000', '150605.645000', '150605.648000', '150605.651000', '150605.654000', '150605.657000', '150605.660000', '150605.663000', '150605.666000', '150605.668000', '150605.671000', '150605.674000', '150605.677000', '150605.680000', '150605.683000', '150605.686000', '150605.689000', '150605.691000', '150605.694000', '150605.697000', '150625.574000', '150625.577000', '150625.580000', '150625.583000', '150625.586000', '150625.589000', '150625.592000', '150625.594000', '150625.597000', '150625.600000', '150625.603000', '150625.606000', '150625.609000', '150625.612000', '150625.615000', '150625.618000', '150625.622000', '150625.625000', '150625.628000', '150625.631000', '150625.634000', '150625.637000', '150625.640000', '150625.643000', '150625.645000', '150625.648000', '150625.651000', '150625.654000', '150625.657000', '150625.660000', '150625.663000', '150625.666000', '150625.669000', '150625.672000', '150625.675000', '150625.678000', '150625.681000', '150625.683000', '150625.686000', '150625.689000', '150625.693000', '150625.698000', '150625.701000', '150645.574000', '150645.577000', '150645.580000', '150645.583000', '150645.586000', '150645.589000', '150645.592000', '150645.595000', '150645.598000', '150645.601000', '150645.604000', '150645.607000', '150645.609000', '150645.612000', '150645.615000', '150645.618000', '150645.621000', '150645.624000', '150645.627000', '150645.630000', '150645.633000', '150645.636000', '150645.638000', '150645.641000', '150645.644000', '150645.647000', '150645.650000', '150645.653000', '150645.656000', '150645.659000', '150645.661000', '150645.664000', '150645.667000', '150645.670000', '150645.673000', '150645.676000', '150645.679000', '150645.682000', '150645.685000', '150645.687000', '150645.690000', '150645.693000', '150645.696000', '150645.699000', '150705.574000', '150705.577000', '150705.580000', '150705.583000', '150705.586000', '150705.589000', '150705.592000', '150705.595000', '150705.598000', '150705.600000', '150705.603000', '150705.606000', '150705.609000', '150705.612000', '150705.615000', '150705.618000', '150705.621000', '150705.624000', '150705.627000', '150705.629000', '150705.632000', '150705.635000', '150705.638000', '150705.641000', '150705.644000', '150705.647000', '150705.650000', '150705.652000', '150705.655000', '150705.658000', '150705.661000', '150705.664000', '150705.667000', '150705.670000', '150705.673000', '150705.676000', '150705.679000', '150705.681000', '150705.684000', '150705.687000', '150705.690000', '150705.693000', '150705.696000', '150725.574000', '150725.577000', '150725.589000', '150725.592000', '150725.595000', '150725.598000', '150725.601000', '150725.604000', '150725.607000', '150725.610000', '150725.613000', '150725.615000', '150725.618000', '150725.621000', '150725.624000', '150725.627000', '150725.630000', '150725.633000', '150725.636000', '150725.639000', '150725.641000', '150725.644000', '150725.647000', '150725.650000', '150725.653000', '150725.656000', '150725.659000', '150725.662000', '150725.664000', '150725.667000', '150725.670000', '150725.673000', '150725.676000', '150725.679000', '150725.682000', '150725.685000', '150725.688000', '150725.691000', '150725.693000', '150725.696000', '150725.699000', '150725.702000', '150725.705000', '150725.708000', '150745.573000', '150745.576000', '150745.579000', '150745.582000', '150745.585000', '150745.588000', '150745.591000', '150745.594000', '150745.596000', '150745.599000', '150745.602000', '150745.605000', '150745.608000', '150745.611000', '150745.614000', '150745.616000', '150745.619000', '150745.622000', '150745.625000', '150745.628000', '150745.631000', '150745.634000', '150745.637000', '150745.640000', '150745.643000', '150745.645000', '150745.648000', '150745.651000', '150745.654000', '150745.657000', '150745.661000', '150745.664000', '150745.667000', '150745.670000', '150745.672000', '150745.675000', '150745.678000', '150745.681000', '150745.684000', '150745.687000', '150745.690000', '150745.693000', '150745.696000', '150805.573000', '150805.576000', '150805.585000', '150805.588000', '150805.591000', '150805.594000', '150805.596000', '150805.599000', '150805.602000', '150805.605000', '150805.608000', '150805.611000', '150805.614000', '150805.617000', '150805.620000', '150805.624000', '150805.627000', '150805.629000', '150805.632000', '150805.635000', '150805.638000', '150805.641000', '150805.644000', '150805.647000', '150805.650000', '150805.653000', '150805.656000', '150805.658000', '150805.661000', '150805.664000', '150805.667000', '150805.670000', '150805.673000', '150805.676000', '150805.679000', '150805.682000', '150805.684000', '150805.687000', '150805.690000', '150805.693000', '150805.696000', '150805.699000', '150805.702000', '150805.705000', '150825.573000', '150825.576000', '150825.579000', '150825.582000', '150825.585000', '150825.588000', '150825.591000', '150825.594000', '150825.596000', '150825.599000', '150825.602000', '150825.605000', '150825.608000', '150825.611000', '150825.614000', '150825.617000', '150825.620000', '150825.622000', '150825.625000', '150825.628000', '150825.631000', '150825.634000', '150825.637000', '150825.640000', '150825.643000', '150825.646000', '150825.649000', '150825.652000', '150825.654000', '150825.657000', '150825.660000', '150825.663000', '150825.666000', '150825.669000', '150825.672000', '150825.675000', '150825.677000', '150825.680000', '150825.683000', '150825.686000', '150825.689000', '150825.692000', '150825.695000', '150845.574000', '150845.577000', '150845.580000', '150845.583000', '150845.586000', '150845.589000', '150845.592000', '150845.594000', '150845.597000', '150845.600000', '150845.603000', '150845.606000', '150845.609000', '150845.612000', '150845.615000', '150845.618000', '150845.621000', '150845.624000', '150845.626000', '150845.629000', '150845.632000', '150845.635000', '150845.638000', '150845.641000', '150845.644000', '150845.647000', '150845.650000', '150845.653000', '150845.655000', '150845.658000', '150845.661000', '150845.664000', '150845.667000', '150845.670000', '150845.673000', '150845.676000', '150845.678000', '150845.681000', '150845.684000', '150845.687000', '150845.690000', '150845.693000', '150845.696000', '150845.699000', '150905.574000', '150905.577000', '150905.580000', '150905.583000', '150905.586000', '150905.589000', '150905.592000', '150905.595000', '150905.597000', '150905.600000', '150905.603000', '150905.606000', '150905.609000', '150905.612000', '150905.615000', '150905.618000', '150905.621000', '150905.623000', '150905.626000', '150905.629000', '150905.632000', '150905.635000', '150905.638000', '150905.641000', '150905.644000', '150905.647000', '150905.650000', '150905.653000', '150905.655000', '150905.658000', '150905.661000', '150905.664000', '150905.667000', '150905.670000', '150905.673000', '150905.676000', '150905.678000', '150905.681000', '150905.684000', '150905.687000', '150905.690000', '150905.693000', '150905.696000', '150925.574000', '150925.577000', '150925.580000', '150925.583000', '150925.586000', '150925.589000', '150925.592000', '150925.594000', '150925.597000', '150925.600000', '150925.603000', '150925.606000', '150925.609000', '150925.612000', '150925.615000', '150925.618000', '150925.621000', '150925.624000', '150925.626000', '150925.629000', '150925.632000', '150925.635000', '150925.638000', '150925.641000', '150925.644000', '150925.647000', '150925.650000', '150925.652000', '150925.655000', '150925.658000', '150925.661000', '150925.664000', '150925.667000', '150925.670000', '150925.673000', '150925.676000', '150925.679000', '150925.681000', '150925.684000', '150925.687000', '150925.690000', '150925.693000', '150925.696000', '150925.699000', '150944.003000', '150944.007000', '150944.010000', '150944.013000', '150944.017000', '150944.020000', '150944.024000', '150944.028000', '150944.031000', '150944.034000', '150944.037000', '150944.040000', '150944.043000', '150944.046000', '150944.049000', '150944.052000', '150944.054000', '150944.057000', '150944.060000', '150944.064000', '150944.067000', '150944.070000', '150944.073000', '150944.085000', '150944.088000', '150944.091000', '150944.094000', '150944.097000', '150944.100000', '150944.103000', '150944.106000', '150944.109000', '150944.112000', '150944.115000', '150944.117000', '150944.120000', '150944.123000', '150944.126000', '150944.129000', '150944.132000'], 'InstanceCreationTime': ['145945.608000', '145945.612000', '145945.615000', '145945.624000', '145945.627000', '145945.630000', '145945.633000', '145945.636000', '145945.638000', '145945.641000', '145945.644000', '145945.647000', '145945.657000', '145945.678000', '145945.681000', '145945.684000', '145945.687000', '145945.690000', '145945.693000', '145945.695000', '145945.698000', '150005.574000', '150005.577000', '150005.580000', '150005.583000', '150005.586000', '150005.588000', '150005.591000', '150005.594000', '150005.597000', '150005.600000', '150005.603000', '150005.606000', '150005.608000', '150005.611000', '150005.614000', '150005.617000', '150005.620000', '150005.623000', '150005.626000', '150005.628000', '150005.631000', '150005.634000', '150005.637000', '150005.640000', '150005.643000', '150005.646000', '150005.649000', '150005.651000', '150005.654000', '150005.659000', '150005.662000', '150005.664000', '150005.668000', '150005.672000', '150005.675000', '150005.678000', '150005.681000', '150005.683000', '150005.686000', '150005.689000', '150005.692000', '150005.695000', '150005.698000', '150025.574000', '150025.577000', '150025.580000', '150025.583000', '150025.586000', '150025.589000', '150025.591000', '150025.594000', '150025.597000', '150025.600000', '150025.603000', '150025.606000', '150025.609000', '150025.611000', '150025.614000', '150025.617000', '150025.620000', '150025.623000', '150025.626000', '150025.628000', '150025.631000', '150025.634000', '150025.637000', '150025.640000', '150025.643000', '150025.646000', '150025.649000', '150025.651000', '150025.654000', '150025.657000', '150025.660000', '150025.663000', '150025.666000', '150025.668000', '150025.671000', '150025.674000', '150025.677000', '150025.680000', '150025.683000', '150025.686000', '150025.689000', '150025.691000', '150025.694000', '150025.697000', '150045.573000', '150045.576000', '150045.579000', '150045.582000', '150045.585000', '150045.587000', '150045.590000', '150045.593000', '150045.596000', '150045.599000', '150045.602000', '150045.605000', '150045.608000', '150045.610000', '150045.613000', '150045.616000', '150045.619000', '150045.622000', '150045.625000', '150045.628000', '150045.631000', '150045.633000', '150045.636000', '150045.639000', '150045.642000', '150045.645000', '150045.648000', '150045.651000', '150045.653000', '150045.656000', '150045.659000', '150045.662000', '150045.665000', '150045.668000', '150045.671000', '150045.674000', '150045.676000', '150045.679000', '150045.682000', '150045.685000', '150045.688000', '150045.691000', '150045.694000', '150105.573000', '150105.576000', '150105.579000', '150105.582000', '150105.585000', '150105.587000', '150105.590000', '150105.593000', '150105.596000', '150105.599000', '150105.602000', '150105.605000', '150105.608000', '150105.611000', '150105.613000', '150105.616000', '150105.619000', '150105.622000', '150105.625000', '150105.628000', '150105.631000', '150105.634000', '150105.637000', '150105.639000', '150105.642000', '150105.645000', '150105.648000', '150105.651000', '150105.654000', '150105.657000', '150105.660000', '150105.662000', '150105.666000', '150105.668000', '150105.671000', '150105.674000', '150105.677000', '150105.680000', '150105.683000', '150105.686000', '150105.689000', '150105.691000', '150105.694000', '150105.697000', '150125.573000', '150125.576000', '150125.579000', '150125.582000', '150125.585000', '150125.588000', '150125.591000', '150125.594000', '150125.596000', '150125.599000', '150125.602000', '150125.605000', '150125.608000', '150125.611000', '150125.614000', '150125.617000', '150125.619000', '150125.622000', '150125.625000', '150125.628000', '150125.631000', '150125.634000', '150125.637000', '150125.639000', '150125.642000', '150125.645000', '150125.648000', '150125.651000', '150125.654000', '150125.657000', '150125.660000', '150125.672000', '150125.675000', '150125.678000', '150125.681000', '150125.684000', '150125.687000', '150125.689000', '150125.692000', '150125.695000', '150125.698000', '150125.701000', '150125.704000', '150145.574000', '150145.577000', '150145.580000', '150145.583000', '150145.586000', '150145.588000', '150145.591000', '150145.594000', '150145.597000', '150145.600000', '150145.603000', '150145.606000', '150145.609000', '150145.611000', '150145.614000', '150145.617000', '150145.620000', '150145.623000', '150145.626000', '150145.629000', '150145.632000', '150145.635000', '150145.637000', '150145.640000', '150145.643000', '150145.646000', '150145.649000', '150145.652000', '150145.655000', '150145.658000', '150145.660000', '150145.663000', '150145.666000', '150145.669000', '150145.672000', '150145.675000', '150145.678000', '150145.681000', '150145.684000', '150145.686000', '150145.689000', '150145.692000', '150145.695000', '150145.698000', '150205.574000', '150205.577000', '150205.580000', '150205.583000', '150205.586000', '150205.589000', '150205.592000', '150205.594000', '150205.597000', '150205.600000', '150205.603000', '150205.606000', '150205.609000', '150205.612000', '150205.615000', '150205.617000', '150205.620000', '150205.623000', '150205.626000', '150205.629000', '150205.632000', '150205.635000', '150205.638000', '150205.640000', '150205.643000', '150205.646000', '150205.649000', '150205.652000', '150205.655000', '150205.658000', '150205.661000', '150205.664000', '150205.666000', '150205.669000', '150205.672000', '150205.675000', '150205.678000', '150205.681000', '150205.684000', '150205.687000', '150205.689000', '150205.692000', '150205.695000', '150225.574000', '150225.577000', '150225.580000', '150225.583000', '150225.586000', '150225.589000', '150225.591000', '150225.594000', '150225.597000', '150225.600000', '150225.603000', '150225.606000', '150225.609000', '150225.612000', '150225.615000', '150225.617000', '150225.620000', '150225.623000', '150225.626000', '150225.629000', '150225.632000', '150225.635000', '150225.638000', '150225.641000', '150225.643000', '150225.646000', '150225.649000', '150225.652000', '150225.655000', '150225.658000', '150225.661000', '150225.664000', '150225.667000', '150225.670000', '150225.672000', '150225.675000', '150225.678000', '150225.681000', '150225.684000', '150225.687000', '150225.690000', '150225.693000', '150225.695000', '150245.574000', '150245.577000', '150245.580000', '150245.583000', '150245.586000', '150245.589000', '150245.591000', '150245.594000', '150245.597000', '150245.600000', '150245.603000', '150245.606000', '150245.609000', '150245.612000', '150245.615000', '150245.617000', '150245.620000', '150245.623000', '150245.626000', '150245.629000', '150245.632000', '150245.635000', '150245.638000', '150245.641000', '150245.644000', '150245.646000', '150245.649000', '150245.652000', '150245.655000', '150245.658000', '150245.661000', '150245.664000', '150245.667000', '150245.670000', '150245.672000', '150245.675000', '150245.678000', '150245.681000', '150245.684000', '150245.687000', '150245.690000', '150245.692000', '150245.695000', '150245.698000', '150305.573000', '150305.576000', '150305.579000', '150305.582000', '150305.585000', '150305.588000', '150305.593000', '150305.597000', '150305.600000', '150305.602000', '150305.605000', '150305.608000', '150305.611000', '150305.614000', '150305.617000', '150305.620000', '150305.623000', '150305.626000', '150305.628000', '150305.631000', '150305.634000', '150305.637000', '150305.640000', '150305.643000', '150305.646000', '150305.649000', '150305.652000', '150305.667000', '150305.670000', '150305.673000', '150305.676000', '150305.679000', '150305.681000', '150305.684000', '150305.687000', '150305.690000', '150305.693000', '150305.696000', '150305.699000', '150305.701000', '150305.704000', '150305.707000', '150305.710000', '150325.573000', '150325.576000', '150325.579000', '150325.582000', '150325.585000', '150325.588000', '150325.590000', '150325.593000', '150325.596000', '150325.599000', '150325.602000', '150325.605000', '150325.608000', '150325.611000', '150325.614000', '150325.616000', '150325.619000', '150325.622000', '150325.625000', '150325.628000', '150325.631000', '150325.634000', '150325.637000', '150325.640000', '150325.642000', '150325.645000', '150325.648000', '150325.651000', '150325.654000', '150325.657000', '150325.660000', '150325.663000', '150325.666000', '150325.669000', '150325.671000', '150325.674000', '150325.677000', '150325.680000', '150325.683000', '150325.686000', '150325.689000', '150325.692000', '150325.694000', '150325.697000', '150345.573000', '150345.576000', '150345.579000', '150345.582000', '150345.585000', '150345.588000', '150345.591000', '150345.594000', '150345.597000', '150345.600000', '150345.602000', '150345.605000', '150345.608000', '150345.611000', '150345.615000', '150345.620000', '150345.623000', '150345.626000', '150345.629000', '150345.632000', '150345.635000', '150345.638000', '150345.641000', '150345.644000', '150345.647000', '150345.650000', '150345.652000', '150345.655000', '150345.658000', '150345.661000', '150345.664000', '150345.667000', '150345.676000', '150345.679000', '150345.682000', '150345.685000', '150345.688000', '150345.691000', '150345.694000', '150345.697000', '150345.700000', '150345.702000', '150345.705000', '150405.574000', '150405.577000', '150405.580000', '150405.583000', '150405.586000', '150405.589000', '150405.591000', '150405.594000', '150405.597000', '150405.600000', '150405.603000', '150405.606000', '150405.609000', '150405.612000', '150405.615000', '150405.618000', '150405.621000', '150405.623000', '150405.626000', '150405.629000', '150405.632000', '150405.635000', '150405.638000', '150405.641000', '150405.644000', '150405.646000', '150405.649000', '150405.652000', '150405.655000', '150405.658000', '150405.661000', '150405.664000', '150405.667000', '150405.670000', '150405.673000', '150405.675000', '150405.678000', '150405.681000', '150405.684000', '150405.687000', '150405.690000', '150405.693000', '150405.696000', '150405.699000', '150425.574000', '150425.577000', '150425.580000', '150425.583000', '150425.586000', '150425.588000', '150425.591000', '150425.594000', '150425.597000', '150425.600000', '150425.603000', '150425.606000', '150425.609000', '150425.612000', '150425.615000', '150425.617000', '150425.620000', '150425.623000', '150425.626000', '150425.629000', '150425.633000', '150425.636000', '150425.639000', '150425.642000', '150425.645000', '150425.647000', '150425.650000', '150425.653000', '150425.656000', '150425.659000', '150425.662000', '150425.665000', '150425.668000', '150425.670000', '150425.673000', '150425.676000', '150425.679000', '150425.682000', '150425.685000', '150425.688000', '150425.691000', '150425.694000', '150425.697000', '150445.574000', '150445.577000', '150445.580000', '150445.583000', '150445.586000', '150445.589000', '150445.591000', '150445.594000', '150445.597000', '150445.600000', '150445.603000', '150445.606000', '150445.609000', '150445.612000', '150445.615000', '150445.617000', '150445.620000', '150445.623000', '150445.626000', '150445.629000', '150445.632000', '150445.635000', '150445.638000', '150445.640000', '150445.643000', '150445.646000', '150445.649000', '150445.652000', '150445.655000', '150445.658000', '150445.661000', '150445.664000', '150445.666000', '150445.669000', '150445.672000', '150445.675000', '150445.678000', '150445.681000', '150445.684000', '150445.687000', '150445.690000', '150445.693000', '150445.695000', '150445.698000', '150505.574000', '150505.577000', '150505.580000', '150505.584000', '150505.587000', '150505.590000', '150505.593000', '150505.596000', '150505.599000', '150505.602000', '150505.604000', '150505.607000', '150505.610000', '150505.613000', '150505.616000', '150505.619000', '150505.622000', '150505.624000', '150505.627000', '150505.630000', '150505.633000', '150505.636000', '150505.639000', '150505.642000', '150505.645000', '150505.648000', '150505.651000', '150505.655000', '150505.657000', '150505.660000', '150505.663000', '150505.666000', '150505.669000', '150505.672000', '150505.675000', '150505.678000', '150505.681000', '150505.684000', '150505.687000', '150505.689000', '150505.692000', '150505.695000', '150505.698000', '150525.573000', '150525.576000', '150525.579000', '150525.582000', '150525.585000', '150525.588000', '150525.591000', '150525.594000', '150525.597000', '150525.599000', '150525.602000', '150525.605000', '150525.608000', '150525.611000', '150525.614000', '150525.617000', '150525.620000', '150525.623000', '150525.626000', '150525.628000', '150525.631000', '150525.634000', '150525.637000', '150525.640000', '150525.643000', '150525.646000', '150525.649000', '150525.652000', '150525.655000', '150525.657000', '150525.660000', '150525.663000', '150525.666000', '150525.669000', '150525.672000', '150525.675000', '150525.678000', '150525.681000', '150525.683000', '150525.686000', '150525.689000', '150525.692000', '150525.695000', '150525.698000', '150545.573000', '150545.576000', '150545.579000', '150545.582000', '150545.585000', '150545.588000', '150545.591000', '150545.594000', '150545.597000', '150545.600000', '150545.602000', '150545.605000', '150545.608000', '150545.611000', '150545.614000', '150545.617000', '150545.620000', '150545.623000', '150545.627000', '150545.630000', '150545.633000', '150545.636000', '150545.639000', '150545.641000', '150545.644000', '150545.647000', '150545.650000', '150545.653000', '150545.656000', '150545.659000', '150545.662000', '150545.665000', '150545.669000', '150545.674000', '150545.683000', '150545.685000', '150545.688000', '150545.691000', '150545.694000', '150545.697000', '150545.700000', '150545.703000', '150545.705000', '150605.573000', '150605.576000', '150605.579000', '150605.582000', '150605.585000', '150605.588000', '150605.591000', '150605.593000', '150605.596000', '150605.599000', '150605.602000', '150605.605000', '150605.608000', '150605.611000', '150605.614000', '150605.616000', '150605.619000', '150605.622000', '150605.625000', '150605.628000', '150605.631000', '150605.634000', '150605.637000', '150605.639000', '150605.642000', '150605.645000', '150605.648000', '150605.651000', '150605.654000', '150605.657000', '150605.660000', '150605.663000', '150605.666000', '150605.668000', '150605.671000', '150605.674000', '150605.677000', '150605.680000', '150605.683000', '150605.686000', '150605.689000', '150605.691000', '150605.694000', '150605.697000', '150625.574000', '150625.577000', '150625.580000', '150625.583000', '150625.586000', '150625.589000', '150625.592000', '150625.594000', '150625.597000', '150625.600000', '150625.603000', '150625.606000', '150625.609000', '150625.612000', '150625.615000', '150625.618000', '150625.622000', '150625.625000', '150625.628000', '150625.631000', '150625.634000', '150625.637000', '150625.640000', '150625.643000', '150625.645000', '150625.648000', '150625.651000', '150625.654000', '150625.657000', '150625.660000', '150625.663000', '150625.666000', '150625.669000', '150625.672000', '150625.675000', '150625.678000', '150625.681000', '150625.683000', '150625.686000', '150625.689000', '150625.693000', '150625.698000', '150625.701000', '150645.574000', '150645.577000', '150645.580000', '150645.583000', '150645.586000', '150645.589000', '150645.592000', '150645.595000', '150645.598000', '150645.601000', '150645.604000', '150645.607000', '150645.609000', '150645.612000', '150645.615000', '150645.618000', '150645.621000', '150645.624000', '150645.627000', '150645.630000', '150645.633000', '150645.636000', '150645.638000', '150645.641000', '150645.644000', '150645.647000', '150645.650000', '150645.653000', '150645.656000', '150645.659000', '150645.661000', '150645.664000', '150645.667000', '150645.670000', '150645.673000', '150645.676000', '150645.679000', '150645.682000', '150645.685000', '150645.687000', '150645.690000', '150645.693000', '150645.696000', '150645.699000', '150705.574000', '150705.577000', '150705.580000', '150705.583000', '150705.586000', '150705.589000', '150705.592000', '150705.595000', '150705.598000', '150705.600000', '150705.603000', '150705.606000', '150705.609000', '150705.612000', '150705.615000', '150705.618000', '150705.621000', '150705.624000', '150705.627000', '150705.629000', '150705.632000', '150705.635000', '150705.638000', '150705.641000', '150705.644000', '150705.647000', '150705.650000', '150705.652000', '150705.655000', '150705.658000', '150705.661000', '150705.664000', '150705.667000', '150705.670000', '150705.673000', '150705.676000', '150705.679000', '150705.681000', '150705.684000', '150705.687000', '150705.690000', '150705.693000', '150705.696000', '150725.574000', '150725.577000', '150725.589000', '150725.592000', '150725.595000', '150725.598000', '150725.601000', '150725.604000', '150725.607000', '150725.610000', '150725.613000', '150725.615000', '150725.618000', '150725.621000', '150725.624000', '150725.627000', '150725.630000', '150725.633000', '150725.636000', '150725.639000', '150725.641000', '150725.644000', '150725.647000', '150725.650000', '150725.653000', '150725.656000', '150725.659000', '150725.662000', '150725.664000', '150725.667000', '150725.670000', '150725.673000', '150725.676000', '150725.679000', '150725.682000', '150725.685000', '150725.688000', '150725.691000', '150725.693000', '150725.696000', '150725.699000', '150725.702000', '150725.705000', '150725.708000', '150745.573000', '150745.576000', '150745.579000', '150745.582000', '150745.585000', '150745.588000', '150745.591000', '150745.594000', '150745.596000', '150745.599000', '150745.602000', '150745.605000', '150745.608000', '150745.611000', '150745.614000', '150745.616000', '150745.619000', '150745.622000', '150745.625000', '150745.628000', '150745.631000', '150745.634000', '150745.637000', '150745.640000', '150745.643000', '150745.645000', '150745.648000', '150745.651000', '150745.654000', '150745.657000', '150745.661000', '150745.664000', '150745.667000', '150745.670000', '150745.672000', '150745.675000', '150745.678000', '150745.681000', '150745.684000', '150745.687000', '150745.690000', '150745.693000', '150745.696000', '150805.573000', '150805.576000', '150805.585000', '150805.588000', '150805.591000', '150805.594000', '150805.596000', '150805.599000', '150805.602000', '150805.605000', '150805.608000', '150805.611000', '150805.614000', '150805.617000', '150805.620000', '150805.624000', '150805.627000', '150805.629000', '150805.632000', '150805.635000', '150805.638000', '150805.641000', '150805.644000', '150805.647000', '150805.650000', '150805.653000', '150805.656000', '150805.658000', '150805.661000', '150805.664000', '150805.667000', '150805.670000', '150805.673000', '150805.676000', '150805.679000', '150805.682000', '150805.684000', '150805.687000', '150805.690000', '150805.693000', '150805.696000', '150805.699000', '150805.702000', '150805.705000', '150825.573000', '150825.576000', '150825.579000', '150825.582000', '150825.585000', '150825.588000', '150825.591000', '150825.594000', '150825.596000', '150825.599000', '150825.602000', '150825.605000', '150825.608000', '150825.611000', '150825.614000', '150825.617000', '150825.620000', '150825.622000', '150825.625000', '150825.628000', '150825.631000', '150825.634000', '150825.637000', '150825.640000', '150825.643000', '150825.646000', '150825.649000', '150825.652000', '150825.654000', '150825.657000', '150825.660000', '150825.663000', '150825.666000', '150825.669000', '150825.672000', '150825.675000', '150825.677000', '150825.680000', '150825.683000', '150825.686000', '150825.689000', '150825.692000', '150825.695000', '150845.574000', '150845.577000', '150845.580000', '150845.583000', '150845.586000', '150845.589000', '150845.592000', '150845.594000', '150845.597000', '150845.600000', '150845.603000', '150845.606000', '150845.609000', '150845.612000', '150845.615000', '150845.618000', '150845.621000', '150845.624000', '150845.626000', '150845.629000', '150845.632000', '150845.635000', '150845.638000', '150845.641000', '150845.644000', '150845.647000', '150845.650000', '150845.653000', '150845.655000', '150845.658000', '150845.661000', '150845.664000', '150845.667000', '150845.670000', '150845.673000', '150845.676000', '150845.678000', '150845.681000', '150845.684000', '150845.687000', '150845.690000', '150845.693000', '150845.696000', '150845.699000', '150905.574000', '150905.577000', '150905.580000', '150905.583000', '150905.586000', '150905.589000', '150905.592000', '150905.595000', '150905.597000', '150905.600000', '150905.603000', '150905.606000', '150905.609000', '150905.612000', '150905.615000', '150905.618000', '150905.621000', '150905.623000', '150905.626000', '150905.629000', '150905.632000', '150905.635000', '150905.638000', '150905.641000', '150905.644000', '150905.647000', '150905.650000', '150905.653000', '150905.655000', '150905.658000', '150905.661000', '150905.664000', '150905.667000', '150905.670000', '150905.673000', '150905.676000', '150905.678000', '150905.681000', '150905.684000', '150905.687000', '150905.690000', '150905.693000', '150905.696000', '150925.574000', '150925.577000', '150925.580000', '150925.583000', '150925.586000', '150925.589000', '150925.592000', '150925.594000', '150925.597000', '150925.600000', '150925.603000', '150925.606000', '150925.609000', '150925.612000', '150925.615000', '150925.618000', '150925.621000', '150925.624000', '150925.626000', '150925.629000', '150925.632000', '150925.635000', '150925.638000', '150925.641000', '150925.644000', '150925.647000', '150925.650000', '150925.652000', '150925.655000', '150925.658000', '150925.661000', '150925.664000', '150925.667000', '150925.670000', '150925.673000', '150925.676000', '150925.679000', '150925.681000', '150925.684000', '150925.687000', '150925.690000', '150925.693000', '150925.696000', '150925.699000', '150944.003000', '150944.007000', '150944.010000', '150944.013000', '150944.017000', '150944.020000', '150944.024000', '150944.028000', '150944.031000', '150944.034000', '150944.037000', '150944.040000', '150944.043000', '150944.046000', '150944.049000', '150944.052000', '150944.054000', '150944.057000', '150944.060000', '150944.064000', '150944.067000', '150944.070000', '150944.073000', '150944.085000', '150944.088000', '150944.091000', '150944.094000', '150944.097000', '150944.100000', '150944.103000', '150944.106000', '150944.109000', '150944.112000', '150944.115000', '150944.117000', '150944.120000', '150944.123000', '150944.126000', '150944.129000', '150944.132000'], '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': [8699, 10017, 11582, 12101, 12103, 13503, 9771, 10328, 10410, 10923, 11023, 13176, 11404, 8217, 11715, 11247, 8305, 13222, 9776, 8266, 10476, 9218, 8348, 13254, 12790, 9270, 12924, 11379, 8771, 12777, 10590, 8730, 10586, 8765, 8876, 13659, 11496, 9487, 11507, 8828, 11728, 9356, 8690, 13742, 10268, 9060, 10899, 8995, 8694, 12401, 10057, 9117, 13664, 12086, 9273, 12690, 9064, 12066, 10798, 9131, 13068, 11568, 8921, 12884, 10384, 9049, 12691, 10726, 8876, 12571, 9829, 9430, 10500, 9000, 11690, 10581, 8901, 13494, 11083, 9174, 12181, 9568, 10203, 10138, 8969, 10884, 10645, 9211, 12540, 11283, 9160, 11444, 9073, 9278, 10275, 8648, 14150, 11221, 9331, 10962, 9294, 13368, 12141, 9042, 12275, 9585, 9319, 10393, 8895, 13762, 11401, 9384, 11573, 9093, 12371, 11397, 9894, 10798, 9273, 12183, 10499, 9378, 10214, 9249, 12616, 9311, 9306, 12918, 11783, 9369, 10935, 10248, 9600, 12309, 9796, 12510, 10853, 9242, 13310, 11396, 9143, 12853, 9922, 9509, 10138, 8979, 12934, 10082, 9452, 12365, 9968, 8980, 12731, 10151, 9185, 10470, 8954, 10621, 11554, 9144, 12173, 9010, 9519, 9047, 9126, 9132, 9869, 9649, 9520, 12279, 9600, 9425, 12719, 10613, 9118, 9941, 11185, 10701, 9266, 12637, 10859, 10459, 9422, 13171, 11671, 9292, 13765, 10643, 9478, 13475, 10861, 9122, 12554, 10422, 9141, 9355, 12671, 11603, 9128, 10601, 9873, 10818, 8989, 12290, 9994, 8254, 8444, 9029, 11677, 13331, 10454, 9369, 10003, 8609, 8921, 9023, 10705, 13192, 10475, 9211, 9184, 10750, 9028, 8873, 9748, 12821, 12332, 10142, 8837, 8300, 9397, 8465, 9121, 8798, 8540, 8826, 11409, 10033, 10594, 10870, 12346, 12035, 10974, 9668, 9505, 8575, 9891, 11747, 11239, 8400, 8366, 10008, 11906, 12746, 11843, 10627, 9238, 9098, 8776, 8863, 10085, 11649, 8770, 8589, 9285, 11801, 12704, 10587, 7853, 9121, 9759, 8267, 11058, 11758, 10715, 9340, 12507, 9227, 10662, 12297, 10570, 8722, 9649, 9244, 8287, 8834, 10079, 9923, 8987, 9041, 8664, 10228, 8800, 8962, 12444, 13869, 11366, 10368, 9563, 12875, 9426, 10788, 10964, 11974, 10250, 9583, 11225, 8824, 8839, 10446, 12633, 9917, 10459, 9790, 8556, 8644, 11782, 10951, 9726, 12802, 8454, 9535, 12395, 10267, 10720, 9804, 12426, 9668, 8619, 9877, 8442, 8332, 11536, 12880, 10632, 11729, 8404, 12423, 10531, 10055, 10826, 12174, 8671, 9741, 8392, 10394, 12466, 9290, 8301, 9446, 8920, 8673, 8897, 11210, 10189, 10561, 12536, 8760, 10567, 13158, 11064, 9593, 8561, 8847, 8483, 11140, 12695, 10534, 9602, 9262, 8735, 10458, 12858, 11126, 9498, 8552, 9992, 13489, 11043, 8532, 8527, 8365, 11015, 11656, 9790, 8342, 8567, 8487, 9638, 9421, 10543, 9317, 8559, 8521, 8796, 9587, 11886, 8857, 8111, 10477, 13524, 10498, 9833, 8511, 8904, 8261, 8198, 8623, 10116, 10341, 11124, 9608, 9136, 8730, 8905, 10348, 8344, 8691, 11290, 12684, 10554, 9744, 9027, 10160, 12831, 11730, 10642, 8394, 10040, 13284, 10762, 11721, 8057, 9998, 11918, 10168, 11204, 7899, 9399, 13365, 10703, 9510, 9791, 7843, 10252, 14051, 11711, 9623, 9725, 7955, 9282, 13505, 10868, 8638, 10868, 7392, 10938, 13664, 11414, 9949, 10390, 10236, 7588, 10008, 11779, 11144, 9549, 9231, 9365, 8361, 9511, 7662, 7595, 10504, 11711, 10774, 9610, 10018, 9568, 7213, 10073, 12227, 10321, 9282, 8203, 12598, 11027, 12709, 7829, 10899, 12515, 9402, 8913, 7077, 12047, 11294, 8586, 8435, 7062, 13303, 10511, 12765, 7280, 10107, 11948, 10548, 9344, 13457, 9972, 7629, 10810, 10571, 9365, 8444, 12270, 12144, 8670, 12688, 10466, 9610, 12285, 12429, 7479, 12702, 11963, 8934, 12548, 9850, 9270, 14486, 9663, 12813, 9341, 8863, 10885, 7603, 12824, 9446, 9399, 11133, 7541, 12816, 9020, 8632, 12034, 8990, 13472, 10056, 8750, 11126, 8305, 13332, 10017, 9053, 10861, 7639, 13142, 9936, 9047, 10543, 7651, 12392, 10002, 10189, 11712, 8903, 13030, 8836, 9557, 13018, 9161, 13585, 8606, 10433, 10868, 7401, 11610, 7819, 11217, 12249, 7522, 14264, 9252, 12930, 9631, 12651, 8000, 8710, 13357, 7534, 11816, 7665, 10365, 9756, 8140, 11584, 8342, 12770, 8164, 10631, 11514, 9965, 13672, 8909, 12361, 7742, 11366, 14072, 8456, 11909, 7694, 12556, 8925, 9856, 11336, 8165, 13155, 9779, 9434, 10683, 9603, 7647, 13328, 9395, 11543, 12169, 8081, 12891, 8851, 13276, 14392, 7723, 11664, 7606, 10323, 12894, 8190, 12908, 8060, 11587, 9929, 9567, 15054, 10416, 13131, 8661, 13259, 8569, 11337, 11009, 8593, 11630, 7634, 10442, 10828, 7300, 12560, 8903, 13215, 8544, 11726, 9534, 10067, 14566, 10101, 12278, 8299, 12841, 8077, 8550, 10654, 8155, 10294, 10552, 7107, 12655, 8928, 10116, 11277, 8520, 7740, 13194, 11692, 8281, 9485, 11041, 12115, 8275, 14073, 13838, 9691, 13930, 14261, 9063, 13562, 9913, 11519, 12463, 9683, 11746, 11233, 8201, 13823, 10135, 9821, 11614, 8332, 13163, 8225, 11741, 11823, 8338, 12286, 9520, 7223, 12033, 8243, 10427, 11054, 8252, 13371, 9688, 9486, 12813, 10094, 13863, 9229, 13031, 9124, 10308, 11093, 9967, 11304, 8246, 12334, 8055, 7949, 13271, 7816, 11532, 8863, 7899, 13344, 8567, 11740, 8834, 8732, 10115, 7570, 12116, 9794, 9933, 13865, 8968, 11258, 7753, 11234, 10546, 9493, 12201, 9270, 13118, 8188, 8420, 10404, 7813, 12732, 8765, 10808, 12556, 7509, 11627, 8560, 13139, 9520, 13227, 9088, 9144, 13775, 8434, 12743, 9247, 13965, 8925, 9701, 15271, 9290, 12192, 9493, 14005, 8588, 8536, 10082, 8214, 7673, 7787, 9616, 7857, 10191, 14784, 10090, 13428, 9294, 12070, 11873, 10819, 11615, 13997, 12206, 10622, 14531, 11544, 8272, 10641, 10344, 7882, 11218, 11116, 8377, 11051, 12099, 7711, 6824, 7954, 11326, 9406, 8785, 6884, 8789, 11742, 9166, 8191, 11628, 12254, 9708, 7919, 10357, 13055, 9992, 7947, 8925, 12574, 9301, 7711, 11243, 11900, 9554, 8560, 13298, 13125, 8747, 11991, 10090, 7641, 8620, 12710, 10190, 7750, 12702, 9478, 7891, 10549, 11502, 10299, 12444, 8684, 11698, 11419, 10435, 8210, 13281, 11269, 10018, 13015, 9475, 9119, 6970, 10156, 10882, 10238, 7896, 8600, 12583, 10432, 14213, 7909, 9342, 11824, 10097, 10519, 8259, 8215, 11662, 10264, 10761, 8620, 9713, 11458, 10367, 10310, 7474, 11480, 13116, 10959, 11846, 7453, 11102, 11680, 10189, 7474, 8654, 12431, 10053, 8536, 11181, 11482, 12393, 7308, 10887, 11024, 12083, 7171, 10881, 10433, 8241, 12135, 11982, 9318, 7703, 12564, 10187, 7871, 10830, 11733, 10878, 7032, 9120, 10495, 8823, 8030, 7866, 11099, 10039, 10440, 8953, 11251, 13104, 10997, 11916, 8340, 11458, 13392, 10975, 11712, 7561, 11543, 12282, 12309, 7777, 9428, 13365, 9225, 10849, 8748, 6723, 7902, 10934, 9218, 9085, 8600, 12568, 8928, 8247, 9286, 13141, 10744, 8796, 9476, 12270, 12144, 8567, 12701, 11625, 9290, 10621, 11940, 8689, 9650, 13314, 9707, 7393, 8522, 11088, 11138, 7543, 10243, 10302, 10107, 6922, 11718, 11944, 9568, 7479, 8247, 12687, 10127, 12913, 7629, 10015, 12486, 9798, 11427, 8384, 12710, 12676, 10061, 8637, 8614, 12691, 10981, 9612, 7393, 7566, 9032, 10452, 9382, 10730, 7223, 9799, 12983, 10853, 13397, 8137, 10296, 13177, 9469, 9888, 7016, 9596, 11953, 10738, 7797, 7184, 10250, 12757, 11155, 7294, 11633, 11083, 9204, 11395, 11988, 8735, 7575, 10789, 11555, 9787, 7259, 7965, 10779, 9354, 9206, 8134, 9367, 12183, 10948, 9810, 9299, 9166, 13469, 10864, 9410, 7182, 10352, 12217, 9612, 7730, 9918, 13786, 11536, 11174, 13408, 9982, 8219, 13416, 12142, 9436, 13772, 13528, 7675, 13183, 8851, 11594, 11994, 8822, 11744, 11647, 8154, 13690, 9183, 11074, 10481, 7665, 12924, 7807, 13412, 9507, 11014, 9719, 7528, 12052, 7826, 12628, 8299, 8975, 10385, 7710, 12603, 9118, 12773, 8350, 12058, 9355, 9560, 10540, 9462, 11664, 9517, 13525, 8456, 10425, 12856, 7754, 12504, 8588, 10788, 13692, 8371, 12597, 8698, 11839, 14821, 9433, 12220, 8142, 13386, 9755, 10668, 13833, 8961, 11135, 7897, 13233, 8977, 11799, 9922, 8873, 11534, 7891, 13256, 9068, 10871, 12610, 7311, 11608, 8218, 13628, 9322, 8037, 11355, 7922, 12045, 10306, 9055, 11749, 8058, 13090, 10269, 10583, 11799, 8807, 12226, 8112, 10552, 12092, 8932, 13018, 8297, 11504, 11285, 9344, 12207, 8451, 12776, 8232, 9801, 11738, 8714, 13083, 8001, 9245, 12307, 8460, 13138, 8055, 10385, 10358, 7748, 12816, 9136, 7685, 12839, 13592, 9165, 12411, 8265, 13244, 9585, 11452, 14696, 9071, 11661, 7739, 12348, 7963, 9916, 9580, 7140, 11820, 7700, 11760, 9435, 11036, 12452, 9342, 13838, 10402, 12604, 9169, 13361, 8936, 13275, 8548, 9453, 13815, 8965, 12150, 8422, 13108, 8612, 11707, 10270, 10582, 14177, 9336, 11597, 7933, 13457, 9041, 9780, 13020, 8663, 11355, 8289, 13745, 9072, 13618, 9042, 11723, 10876, 10892, 11918, 8483, 12689, 7683, 10467, 10235, 7698, 13100, 8082, 12116, 9326, 11748, 10825, 12070, 11685, 9524, 10858, 8049, 12868, 8649, 13679, 8549, 8584, 10223, 7652, 13244, 9327, 13522, 8673, 10361, 10557, 10756, 12091, 9831, 11824, 8238, 12983, 8173, 11368, 9685, 8801, 10344, 7362, 12218, 7918, 11875, 10199, 7335, 9551, 10237, 7765], 'WindowCenter': [4137.0, 4144.0, 4150.0, 4150.0, 4148.0, 4146.0, 4102.0, 4102.0, 4098.0, 4099.0, 4099.0, 4121.0, 4111.0, 4068.0, 4108.0, 4096.0, 4079.0, 4117.0, 4087.0, 4066.0, 4086.0, 4075.0, 4066.0, 4119.0, 4107.0, 4076.0, 4106.0, 4097.0, 4065.0, 4118.0, 4099.0, 4078.0, 4098.0, 4079.0, 4080.0, 4119.0, 4111.0, 4090.0, 4098.0, 4078.0, 4097.0, 4077.0, 4079.0, 4119.0, 4088.0, 4078.0, 4099.0, 4078.0, 4080.0, 4122.0, 4090.0, 4079.0, 4119.0, 4109.0, 4077.0, 4121.0, 4080.0, 4097.0, 4087.0, 4077.0, 4105.0, 4097.0, 4079.0, 4106.0, 4088.0, 4078.0, 4109.0, 4099.0, 4090.0, 4108.0, 4089.0, 4075.0, 4098.0, 4078.0, 4110.0, 4097.0, 4079.0, 4108.0, 4097.0, 4076.0, 4107.0, 4088.0, 4087.0, 4087.0, 4075.0, 4097.0, 4099.0, 4079.0, 4119.0, 4111.0, 4077.0, 4109.0, 4078.0, 4078.0, 4100.0, 4082.0, 4119.0, 4098.0, 4076.0, 4097.0, 4088.0, 4119.0, 4108.0, 4076.0, 4108.0, 4087.0, 4078.0, 4099.0, 4091.0, 4120.0, 4109.0, 4088.0, 4109.0, 4089.0, 4108.0, 4111.0, 4089.0, 4099.0, 4078.0, 4107.0, 4088.0, 4077.0, 4101.0, 4102.0, 4120.0, 4090.0, 4091.0, 4120.0, 4124.0, 4088.0, 4111.0, 4101.0, 4090.0, 4120.0, 4101.0, 4121.0, 4100.0, 4078.0, 4106.0, 4098.0, 4077.0, 4108.0, 4088.0, 4077.0, 4087.0, 4078.0, 4107.0, 4086.0, 4077.0, 4107.0, 4088.0, 4089.0, 4121.0, 4099.0, 4078.0, 4095.0, 4079.0, 4097.0, 4109.0, 4079.0, 4109.0, 4078.0, 4088.0, 4076.0, 4090.0, 4091.0, 4102.0, 4102.0, 4101.0, 4122.0, 4104.0, 4103.0, 4133.0, 4113.0, 4092.0, 4102.0, 4113.0, 4111.0, 4104.0, 4122.0, 4112.0, 4102.0, 4091.0, 4133.0, 4112.0, 4092.0, 4132.0, 4103.0, 4091.0, 4132.0, 4101.0, 4080.0, 4110.0, 4099.0, 4079.0, 4088.0, 4120.0, 4110.0, 4078.0, 4097.0, 4088.0, 4101.0, 4091.0, 4111.0, 4090.0, 4079.0, 4081.0, 4092.0, 4124.0, 4132.0, 4102.0, 4092.0, 4103.0, 4081.0, 4091.0, 4093.0, 4125.0, 4135.0, 4113.0, 4093.0, 4091.0, 4099.0, 4078.0, 4080.0, 4091.0, 4121.0, 4119.0, 4098.0, 4089.0, 4081.0, 4091.0, 4079.0, 4092.0, 4080.0, 4092.0, 4091.0, 4124.0, 4101.0, 4112.0, 4113.0, 4123.0, 4122.0, 4100.0, 4089.0, 4089.0, 4078.0, 4091.0, 4111.0, 4099.0, 4056.0, 4069.0, 4088.0, 4098.0, 4108.0, 4096.0, 4085.0, 4066.0, 4063.0, 4067.0, 4064.0, 4088.0, 4095.0, 4065.0, 4066.0, 4078.0, 4098.0, 4106.0, 4088.0, 4055.0, 4078.0, 4088.0, 4066.0, 4098.0, 4108.0, 4098.0, 4079.0, 4108.0, 4087.0, 4098.0, 4108.0, 4099.0, 4078.0, 4087.0, 4092.0, 4078.0, 4090.0, 4101.0, 4102.0, 4092.0, 4093.0, 4091.0, 4101.0, 4092.0, 4092.0, 4135.0, 4133.0, 4111.0, 4101.0, 4089.0, 4121.0, 4088.0, 4100.0, 4100.0, 4109.0, 4089.0, 4088.0, 4100.0, 4078.0, 4078.0, 4086.0, 4118.0, 4086.0, 4087.0, 4086.0, 4067.0, 4066.0, 4096.0, 4098.0, 4076.0, 4108.0, 4055.0, 4074.0, 4107.0, 4086.0, 4096.0, 4075.0, 4095.0, 4073.0, 4075.0, 4088.0, 4067.0, 4067.0, 4108.0, 4108.0, 4087.0, 4097.0, 4068.0, 4105.0, 4087.0, 4075.0, 4086.0, 4095.0, 4064.0, 4076.0, 4067.0, 4097.0, 4108.0, 4087.0, 4080.0, 4102.0, 4090.0, 4091.0, 4091.0, 4121.0, 4110.0, 4112.0, 4124.0, 4082.0, 4099.0, 4120.0, 4098.0, 4089.0, 4079.0, 4078.0, 4079.0, 4111.0, 4107.0, 4098.0, 4089.0, 4080.0, 4080.0, 4098.0, 4108.0, 4099.0, 4079.0, 4066.0, 4088.0, 4107.0, 4087.0, 4063.0, 4065.0, 4064.0, 4097.0, 4097.0, 4084.0, 4067.0, 4078.0, 4091.0, 4099.0, 4089.0, 4099.0, 4088.0, 4079.0, 4090.0, 4094.0, 4102.0, 4134.0, 4089.0, 4080.0, 4100.0, 4128.0, 4099.0, 4105.0, 4077.0, 4078.0, 4068.0, 4067.0, 4078.0, 4098.0, 4099.0, 4110.0, 4101.0, 4101.0, 4078.0, 4089.0, 4099.0, 4080.0, 4095.0, 4124.0, 4133.0, 4100.0, 4090.0, 4090.0, 4114.0, 4122.0, 4109.0, 4099.0, 4068.0, 4089.0, 4121.0, 4101.0, 4107.0, 4057.0, 4086.0, 4121.0, 4103.0, 4110.0, 4066.0, 4077.0, 4121.0, 4113.0, 4089.0, 4101.0, 4068.0, 4099.0, 4130.0, 4108.0, 4089.0, 4088.0, 4068.0, 4090.0, 4121.0, 4098.0, 4078.0, 4099.0, 4071.0, 4112.0, 4130.0, 4108.0, 4088.0, 4088.0, 4099.0, 4060.0, 4086.0, 4110.0, 4109.0, 4091.0, 4090.0, 4078.0, 4068.0, 4090.0, 4061.0, 4068.0, 4098.0, 4111.0, 4099.0, 4091.0, 4089.0, 4089.0, 4047.0, 4089.0, 4111.0, 4101.0, 4089.0, 4068.0, 4110.0, 4100.0, 4119.0, 4058.0, 4098.0, 4108.0, 4087.0, 4079.0, 4049.0, 4118.0, 4100.0, 4079.0, 4080.0, 4061.0, 4123.0, 4099.0, 4124.0, 4061.0, 4101.0, 4123.0, 4100.0, 4092.0, 4121.0, 4089.0, 4069.0, 4097.0, 4098.0, 4090.0, 4079.0, 4119.0, 4122.0, 4082.0, 4121.0, 4100.0, 4088.0, 4110.0, 4122.0, 4060.0, 4121.0, 4121.0, 4090.0, 4121.0, 4103.0, 4092.0, 4131.0, 4089.0, 4121.0, 4079.0, 4078.0, 4099.0, 4069.0, 4119.0, 4091.0, 4090.0, 4110.0, 4070.0, 4119.0, 4091.0, 4080.0, 4121.0, 4094.0, 4120.0, 4099.0, 4078.0, 4111.0, 4083.0, 4133.0, 4102.0, 4080.0, 4099.0, 4069.0, 4122.0, 4103.0, 4081.0, 4102.0, 4070.0, 4120.0, 4101.0, 4110.0, 4109.0, 4080.0, 4117.0, 4080.0, 4086.0, 4123.0, 4092.0, 4119.0, 4068.0, 4087.0, 4101.0, 4061.0, 4109.0, 4071.0, 4109.0, 4122.0, 4060.0, 4133.0, 4093.0, 4118.0, 4089.0, 4110.0, 4066.0, 4067.0, 4119.0, 4072.0, 4109.0, 4072.0, 4102.0, 4103.0, 4081.0, 4123.0, 4081.0, 4120.0, 4083.0, 4111.0, 4124.0, 4101.0, 4133.0, 4080.0, 4110.0, 4061.0, 4110.0, 4134.0, 4078.0, 4110.0, 4071.0, 4119.0, 4090.0, 4101.0, 4111.0, 4083.0, 4119.0, 4101.0, 4090.0, 4101.0, 4100.0, 4072.0, 4144.0, 4104.0, 4112.0, 4123.0, 4073.0, 4119.0, 4078.0, 4106.0, 4121.0, 4059.0, 4110.0, 4069.0, 4099.0, 4123.0, 4082.0, 4122.0, 4083.0, 4112.0, 4104.0, 4090.0, 4144.0, 4101.0, 4122.0, 4079.0, 4106.0, 4080.0, 4099.0, 4100.0, 4079.0, 4099.0, 4059.0, 4098.0, 4111.0, 4059.0, 4121.0, 4092.0, 4119.0, 4082.0, 4111.0, 4092.0, 4103.0, 4132.0, 4100.0, 4112.0, 4067.0, 4121.0, 4071.0, 4081.0, 4102.0, 4072.0, 4102.0, 4109.0, 4063.0, 4132.0, 4094.0, 4102.0, 4114.0, 4092.0, 4088.0, 4148.0, 4135.0, 4099.0, 4106.0, 4112.0, 4125.0, 4082.0, 4134.0, 4131.0, 4091.0, 4131.0, 4131.0, 4081.0, 4119.0, 4088.0, 4100.0, 4108.0, 4081.0, 4094.0, 4087.0, 4053.0, 4106.0, 4076.0, 4079.0, 4087.0, 4053.0, 4093.0, 4055.0, 4086.0, 4095.0, 4058.0, 4095.0, 4076.0, 4047.0, 4110.0, 4067.0, 4097.0, 4100.0, 4070.0, 4120.0, 4091.0, 4079.0, 4111.0, 4089.0, 4118.0, 4078.0, 4108.0, 4076.0, 4078.0, 4097.0, 4077.0, 4084.0, 4055.0, 4096.0, 4056.0, 4059.0, 4119.0, 4068.0, 4111.0, 4092.0, 4083.0, 4132.0, 4081.0, 4110.0, 4083.0, 4080.0, 4099.0, 4059.0, 4109.0, 4091.0, 4089.0, 4120.0, 4082.0, 4101.0, 4058.0, 4095.0, 4101.0, 4087.0, 4106.0, 4079.0, 4106.0, 4072.0, 4067.0, 4098.0, 4071.0, 4118.0, 4081.0, 4103.0, 4121.0, 4057.0, 4110.0, 4080.0, 4124.0, 4089.0, 4117.0, 4078.0, 4077.0, 4121.0, 4071.0, 4120.0, 4087.0, 4116.0, 4076.0, 4089.0, 4130.0, 4080.0, 4123.0, 4090.0, 4133.0, 4081.0, 4081.0, 4099.0, 4079.0, 4071.0, 4073.0, 4104.0, 4085.0, 4114.0, 4158.0, 4113.0, 4134.0, 4093.0, 4123.0, 4112.0, 4104.0, 4125.0, 4120.0, 4100.0, 4089.0, 4105.0, 4075.0, 4030.0, 4060.0, 4049.0, 4027.0, 4059.0, 4058.0, 4027.0, 4057.0, 4066.0, 4018.0, 4009.0, 4042.0, 4081.0, 4062.0, 4063.0, 4035.0, 4066.0, 4098.0, 4078.0, 4069.0, 4100.0, 4096.0, 4079.0, 4058.0, 4088.0, 4108.0, 4076.0, 4057.0, 4067.0, 4098.0, 4076.0, 4060.0, 4099.0, 4109.0, 4078.0, 4067.0, 4117.0, 4110.0, 4068.0, 4097.0, 4088.0, 4056.0, 4069.0, 4118.0, 4102.0, 4057.0, 4107.0, 4090.0, 4069.0, 4101.0, 4109.0, 4099.0, 4122.0, 4080.0, 4111.0, 4110.0, 4100.0, 4069.0, 4118.0, 4097.0, 4073.0, 4108.0, 4076.0, 4066.0, 4045.0, 4087.0, 4100.0, 4098.0, 4071.0, 4081.0, 4120.0, 4112.0, 4132.0, 4070.0, 4090.0, 4110.0, 4102.0, 4112.0, 4078.0, 4080.0, 4111.0, 4100.0, 4112.0, 4078.0, 4090.0, 4109.0, 4099.0, 4101.0, 4059.0, 4112.0, 4121.0, 4101.0, 4111.0, 4058.0, 4098.0, 4108.0, 4091.0, 4046.0, 4066.0, 4107.0, 4088.0, 4076.0, 4099.0, 4097.0, 4109.0, 4044.0, 4097.0, 4099.0, 4108.0, 4047.0, 4098.0, 4098.0, 4068.0, 4109.0, 4108.0, 4077.0, 4059.0, 4106.0, 4087.0, 4068.0, 4098.0, 4108.0, 4099.0, 4047.0, 4088.0, 4099.0, 4089.0, 4069.0, 4071.0, 4110.0, 4100.0, 4112.0, 4093.0, 4110.0, 4124.0, 4100.0, 4111.0, 4069.0, 4109.0, 4119.0, 4098.0, 4109.0, 4058.0, 4099.0, 4109.0, 4108.0, 4057.0, 4078.0, 4121.0, 4077.0, 4099.0, 4078.0, 4045.0, 4068.0, 4097.0, 4088.0, 4080.0, 4078.0, 4108.0, 4078.0, 4069.0, 4077.0, 4108.0, 4087.0, 4066.0, 4076.0, 4095.0, 4096.0, 4065.0, 4105.0, 4097.0, 4075.0, 4087.0, 4094.0, 4054.0, 4074.0, 4105.0, 4075.0, 4043.0, 4064.0, 4096.0, 4097.0, 4056.0, 4088.0, 4088.0, 4097.0, 4060.0, 4109.0, 4109.0, 4089.0, 4060.0, 4068.0, 4121.0, 4099.0, 4121.0, 4057.0, 4089.0, 4119.0, 4089.0, 4110.0, 4082.0, 4120.0, 4107.0, 4089.0, 4080.0, 4070.0, 4107.0, 4099.0, 4077.0, 4046.0, 4056.0, 4078.0, 4099.0, 4089.0, 4103.0, 4057.0, 4091.0, 4120.0, 4099.0, 4119.0, 4060.0, 4088.0, 4120.0, 4077.0, 4088.0, 4047.0, 4089.0, 4110.0, 4098.0, 4058.0, 4050.0, 4090.0, 4120.0, 4100.0, 4046.0, 4097.0, 4097.0, 4075.0, 4109.0, 4108.0, 4063.0, 4056.0, 4098.0, 4137.0, 4115.0, 4072.0, 4068.0, 4111.0, 4090.0, 4104.0, 4094.0, 4105.0, 4124.0, 4124.0, 4102.0, 4106.0, 4105.0, 4134.0, 4100.0, 4080.0, 4049.0, 4103.0, 4112.0, 4078.0, 4058.0, 4092.0, 4131.0, 4111.0, 4097.0, 4120.0, 4089.0, 4065.0, 4107.0, 4108.0, 4077.0, 4107.0, 4108.0, 4045.0, 4106.0, 4065.0, 4096.0, 4095.0, 4068.0, 4094.0, 4098.0, 4058.0, 4120.0, 4077.0, 4084.0, 4087.0, 4048.0, 4106.0, 4057.0, 4105.0, 4074.0, 4086.0, 4076.0, 4055.0, 4108.0, 4056.0, 4108.0, 4068.0, 4078.0, 4102.0, 4070.0, 4116.0, 4078.0, 4120.0, 4069.0, 4111.0, 4091.0, 4088.0, 4103.0, 4090.0, 4109.0, 4088.0, 4120.0, 4070.0, 4099.0, 4118.0, 4070.0, 4122.0, 4081.0, 4101.0, 4135.0, 4079.0, 4121.0, 4080.0, 4110.0, 4132.0, 4090.0, 4120.0, 4070.0, 4118.0, 4089.0, 4097.0, 4122.0, 4079.0, 4098.0, 4069.0, 4120.0, 4091.0, 4108.0, 4088.0, 4076.0, 4109.0, 4070.0, 4120.0, 4079.0, 4099.0, 4120.0, 4061.0, 4112.0, 4080.0, 4120.0, 4090.0, 4071.0, 4109.0, 4084.0, 4125.0, 4103.0, 4078.0, 4112.0, 4073.0, 4120.0, 4102.0, 4100.0, 4112.0, 4080.0, 4109.0, 4069.0, 4100.0, 4113.0, 4081.0, 4121.0, 4069.0, 4111.0, 4109.0, 4090.0, 4109.0, 4072.0, 4107.0, 4069.0, 4091.0, 4107.0, 4079.0, 4122.0, 4069.0, 4092.0, 4122.0, 4083.0, 4121.0, 4068.0, 4100.0, 4100.0, 4074.0, 4122.0, 4091.0, 4072.0, 4134.0, 4135.0, 4091.0, 4123.0, 4083.0, 4117.0, 4093.0, 4101.0, 4132.0, 4078.0, 4107.0, 4060.0, 4106.0, 4070.0, 4091.0, 4099.0, 4062.0, 4124.0, 4083.0, 4123.0, 4105.0, 4116.0, 4134.0, 4094.0, 4133.0, 4103.0, 4123.0, 4081.0, 4119.0, 4081.0, 4118.0, 4078.0, 4084.0, 4132.0, 4091.0, 4119.0, 4082.0, 4121.0, 4083.0, 4113.0, 4102.0, 4098.0, 4134.0, 4079.0, 4109.0, 4070.0, 4120.0, 4083.0, 4092.0, 4121.0, 4081.0, 4111.0, 4082.0, 4132.0, 4093.0, 4122.0, 4083.0, 4109.0, 4098.0, 4100.0, 4110.0, 4081.0, 4110.0, 4059.0, 4099.0, 4099.0, 4070.0, 4121.0, 4083.0, 4119.0, 4091.0, 4112.0, 4113.0, 4109.0, 4109.0, 4073.0, 4100.0, 4056.0, 4119.0, 4082.0, 4119.0, 4081.0, 4080.0, 4099.0, 4084.0, 4133.0, 4093.0, 4123.0, 4078.0, 4088.0, 4103.0, 4103.0, 4112.0, 4077.0, 4099.0, 4069.0, 4109.0, 4082.0, 4109.0, 4089.0, 4077.0, 4100.0, 4060.0, 4122.0, 4084.0, 4121.0, 4112.0, 4075.0, 4103.0, 4125.0, 4100.0], 'WindowWidth': [9195.0, 9195.0, 9195.0, 9195.0, 9191.0, 9181.0, 9115.0, 9112.0, 9101.0, 9100.0, 9101.0, 9134.0, 9121.0, 9058.0, 9111.0, 9092.0, 9078.0, 9123.0, 9081.0, 9051.0, 9078.0, 9063.0, 9052.0, 9130.0, 9111.0, 9065.0, 9104.0, 9094.0, 9051.0, 9127.0, 9103.0, 9073.0, 9098.0, 9075.0, 9078.0, 9127.0, 9122.0, 9091.0, 9098.0, 9072.0, 9095.0, 9069.0, 9074.0, 9128.0, 9086.0, 9072.0, 9098.0, 9071.0, 9079.0, 9138.0, 9092.0, 9076.0, 9128.0, 9115.0, 9070.0, 9135.0, 9077.0, 9093.0, 9081.0, 9067.0, 9103.0, 9094.0, 9076.0, 9106.0, 9085.0, 9070.0, 9113.0, 9100.0, 9092.0, 9112.0, 9089.0, 9065.0, 9099.0, 9071.0, 9114.0, 9097.0, 9073.0, 9110.0, 9096.0, 9065.0, 9108.0, 9085.0, 9084.0, 9081.0, 9065.0, 9095.0, 9102.0, 9073.0, 9131.0, 9121.0, 9069.0, 9113.0, 9073.0, 9072.0, 9107.0, 9085.0, 9129.0, 9099.0, 9067.0, 9095.0, 9087.0, 9127.0, 9112.0, 9068.0, 9112.0, 9083.0, 9071.0, 9103.0, 9095.0, 9130.0, 9117.0, 9087.0, 9114.0, 9089.0, 9112.0, 9121.0, 9088.0, 9100.0, 9072.0, 9108.0, 9085.0, 9069.0, 9109.0, 9111.0, 9132.0, 9092.0, 9093.0, 9132.0, 9145.0, 9090.0, 9123.0, 9108.0, 9091.0, 9134.0, 9109.0, 9133.0, 9104.0, 9072.0, 9106.0, 9097.0, 9067.0, 9109.0, 9085.0, 9066.0, 9081.0, 9071.0, 9109.0, 9080.0, 9069.0, 9106.0, 9085.0, 9089.0, 9135.0, 9105.0, 9071.0, 9092.0, 9075.0, 9097.0, 9116.0, 9075.0, 9113.0, 9072.0, 9084.0, 9068.0, 9091.0, 9095.0, 9112.0, 9112.0, 9108.0, 9137.0, 9116.0, 9115.0, 9155.0, 9128.0, 9097.0, 9110.0, 9126.0, 9122.0, 9118.0, 9138.0, 9124.0, 9111.0, 9096.0, 9156.0, 9126.0, 9098.0, 9151.0, 9112.0, 9095.0, 9151.0, 9108.0, 9078.0, 9116.0, 9099.0, 9074.0, 9086.0, 9131.0, 9118.0, 9072.0, 9095.0, 9086.0, 9107.0, 9094.0, 9120.0, 9090.0, 9078.0, 9081.0, 9098.0, 9142.0, 9151.0, 9109.0, 9099.0, 9114.0, 9081.0, 9095.0, 9099.0, 9148.0, 9162.0, 9127.0, 9100.0, 9095.0, 9102.0, 9073.0, 9075.0, 9092.0, 9131.0, 9127.0, 9098.0, 9090.0, 9082.0, 9093.0, 9076.0, 9096.0, 9079.0, 9097.0, 9096.0, 9142.0, 9110.0, 9124.0, 9124.0, 9141.0, 9137.0, 9104.0, 9087.0, 9088.0, 9072.0, 9092.0, 9120.0, 9099.0, 9039.0, 9057.0, 9084.0, 9096.0, 9108.0, 9090.0, 9072.0, 9050.0, 9043.0, 9053.0, 9046.0, 9082.0, 9088.0, 9048.0, 9049.0, 9068.0, 9095.0, 9104.0, 9082.0, 9035.0, 9069.0, 9087.0, 9054.0, 9098.0, 9109.0, 9097.0, 9072.0, 9110.0, 9084.0, 9097.0, 9112.0, 9099.0, 9072.0, 9084.0, 9096.0, 9073.0, 9092.0, 9108.0, 9111.0, 9100.0, 9101.0, 9096.0, 9109.0, 9098.0, 9098.0, 9159.0, 9155.0, 9123.0, 9108.0, 9089.0, 9134.0, 9088.0, 9103.0, 9102.0, 9113.0, 9086.0, 9086.0, 9102.0, 9070.0, 9070.0, 9078.0, 9125.0, 9079.0, 9081.0, 9079.0, 9052.0, 9050.0, 9090.0, 9095.0, 9065.0, 9109.0, 9034.0, 9059.0, 9104.0, 9076.0, 9091.0, 9061.0, 9087.0, 9056.0, 9064.0, 9082.0, 9054.0, 9057.0, 9112.0, 9111.0, 9082.0, 9094.0, 9055.0, 9101.0, 9082.0, 9063.0, 9076.0, 9087.0, 9045.0, 9065.0, 9057.0, 9095.0, 9112.0, 9084.0, 9078.0, 9112.0, 9095.0, 9096.0, 9096.0, 9137.0, 9121.0, 9125.0, 9144.0, 9085.0, 9105.0, 9134.0, 9099.0, 9087.0, 9074.0, 9071.0, 9074.0, 9118.0, 9110.0, 9098.0, 9086.0, 9076.0, 9076.0, 9097.0, 9112.0, 9100.0, 9072.0, 9052.0, 9082.0, 9108.0, 9078.0, 9044.0, 9048.0, 9047.0, 9093.0, 9093.0, 9073.0, 9055.0, 9071.0, 9098.0, 9102.0, 9089.0, 9100.0, 9087.0, 9077.0, 9094.0, 9106.0, 9115.0, 9159.0, 9090.0, 9082.0, 9104.0, 9140.0, 9102.0, 9119.0, 9070.0, 9070.0, 9056.0, 9056.0, 9074.0, 9100.0, 9105.0, 9117.0, 9109.0, 9111.0, 9075.0, 9091.0, 9104.0, 9079.0, 9106.0, 9142.0, 9152.0, 9105.0, 9092.0, 9095.0, 9130.0, 9137.0, 9115.0, 9100.0, 9058.0, 9086.0, 9132.0, 9105.0, 9108.0, 9042.0, 9079.0, 9135.0, 9113.0, 9117.0, 9054.0, 9068.0, 9133.0, 9128.0, 9089.0, 9106.0, 9060.0, 9102.0, 9146.0, 9113.0, 9087.0, 9086.0, 9058.0, 9092.0, 9133.0, 9098.0, 9072.0, 9103.0, 9068.0, 9124.0, 9145.0, 9112.0, 9084.0, 9085.0, 9100.0, 9048.0, 9080.0, 9114.0, 9115.0, 9091.0, 9091.0, 9073.0, 9058.0, 9089.0, 9052.0, 9061.0, 9099.0, 9117.0, 9100.0, 9092.0, 9088.0, 9086.0, 9030.0, 9087.0, 9118.0, 9105.0, 9090.0, 9058.0, 9115.0, 9104.0, 9129.0, 9045.0, 9097.0, 9110.0, 9083.0, 9073.0, 9035.0, 9126.0, 9103.0, 9074.0, 9077.0, 9054.0, 9137.0, 9103.0, 9140.0, 9054.0, 9106.0, 9139.0, 9104.0, 9095.0, 9132.0, 9087.0, 9063.0, 9097.0, 9099.0, 9092.0, 9075.0, 9130.0, 9137.0, 9081.0, 9133.0, 9105.0, 9085.0, 9117.0, 9134.0, 9051.0, 9133.0, 9135.0, 9093.0, 9135.0, 9112.0, 9095.0, 9148.0, 9087.0, 9133.0, 9074.0, 9071.0, 9100.0, 9063.0, 9126.0, 9092.0, 9091.0, 9118.0, 9065.0, 9130.0, 9093.0, 9077.0, 9136.0, 9101.0, 9132.0, 9103.0, 9071.0, 9119.0, 9086.0, 9152.0, 9110.0, 9078.0, 9101.0, 9063.0, 9135.0, 9113.0, 9079.0, 9109.0, 9064.0, 9131.0, 9110.0, 9120.0, 9116.0, 9076.0, 9124.0, 9076.0, 9078.0, 9137.0, 9096.0, 9127.0, 9057.0, 9080.0, 9103.0, 9054.0, 9116.0, 9068.0, 9114.0, 9136.0, 9050.0, 9152.0, 9100.0, 9127.0, 9085.0, 9113.0, 9055.0, 9055.0, 9129.0, 9070.0, 9116.0, 9070.0, 9110.0, 9114.0, 9083.0, 9140.0, 9082.0, 9132.0, 9086.0, 9122.0, 9143.0, 9106.0, 9151.0, 9076.0, 9117.0, 9053.0, 9117.0, 9154.0, 9074.0, 9116.0, 9067.0, 9130.0, 9093.0, 9108.0, 9121.0, 9085.0, 9129.0, 9108.0, 9093.0, 9108.0, 9107.0, 9071.0, 9173.0, 9118.0, 9123.0, 9138.0, 9071.0, 9128.0, 9072.0, 9106.0, 9130.0, 9047.0, 9116.0, 9063.0, 9103.0, 9137.0, 9084.0, 9138.0, 9086.0, 9122.0, 9115.0, 9093.0, 9168.0, 9108.0, 9137.0, 9076.0, 9108.0, 9077.0, 9099.0, 9103.0, 9075.0, 9099.0, 9049.0, 9098.0, 9120.0, 9051.0, 9137.0, 9099.0, 9132.0, 9085.0, 9121.0, 9097.0, 9111.0, 9151.0, 9104.0, 9122.0, 9057.0, 9131.0, 9067.0, 9081.0, 9109.0, 9070.0, 9111.0, 9118.0, 9061.0, 9151.0, 9103.0, 9111.0, 9128.0, 9101.0, 9103.0, 9182.0, 9161.0, 9119.0, 9121.0, 9125.0, 9146.0, 9085.0, 9157.0, 9149.0, 9093.0, 9147.0, 9147.0, 9079.0, 9128.0, 9085.0, 9102.0, 9110.0, 9074.0, 9084.0, 9078.0, 9027.0, 9101.0, 9063.0, 9066.0, 9077.0, 9029.0, 9081.0, 9033.0, 9074.0, 9086.0, 9039.0, 9087.0, 9065.0, 9029.0, 9114.0, 9057.0, 9096.0, 9103.0, 9062.0, 9127.0, 9092.0, 9073.0, 9119.0, 9087.0, 9123.0, 9070.0, 9107.0, 9066.0, 9068.0, 9094.0, 9066.0, 9072.0, 9033.0, 9089.0, 9038.0, 9045.0, 9129.0, 9062.0, 9122.0, 9096.0, 9088.0, 9153.0, 9080.0, 9118.0, 9086.0, 9077.0, 9100.0, 9047.0, 9114.0, 9094.0, 9089.0, 9131.0, 9080.0, 9105.0, 9047.0, 9091.0, 9106.0, 9083.0, 9107.0, 9072.0, 9105.0, 9066.0, 9054.0, 9097.0, 9067.0, 9127.0, 9080.0, 9108.0, 9133.0, 9043.0, 9116.0, 9077.0, 9140.0, 9088.0, 9123.0, 9072.0, 9069.0, 9131.0, 9065.0, 9130.0, 9084.0, 9120.0, 9068.0, 9086.0, 9144.0, 9075.0, 9137.0, 9090.0, 9151.0, 9080.0, 9080.0, 9100.0, 9075.0, 9068.0, 9075.0, 9119.0, 9094.0, 9131.0, 9199.0, 9129.0, 9160.0, 9101.0, 9138.0, 9124.0, 9114.0, 9147.0, 9131.0, 9101.0, 9085.0, 9102.0, 9058.0, 8990.0, 9027.0, 9011.0, 8980.0, 9024.0, 9023.0, 8981.0, 9020.0, 9032.0, 8970.0, 8962.0, 9009.0, 9062.0, 9038.0, 9044.0, 9006.0, 9049.0, 9095.0, 9069.0, 9059.0, 9099.0, 9091.0, 9071.0, 9041.0, 9082.0, 9108.0, 9064.0, 9038.0, 9053.0, 9094.0, 9065.0, 9048.0, 9099.0, 9112.0, 9070.0, 9053.0, 9120.0, 9114.0, 9054.0, 9093.0, 9082.0, 9039.0, 9059.0, 9125.0, 9106.0, 9041.0, 9108.0, 9089.0, 9061.0, 9106.0, 9114.0, 9101.0, 9135.0, 9076.0, 9119.0, 9114.0, 9103.0, 9059.0, 9123.0, 9094.0, 9057.0, 9106.0, 9063.0, 9051.0, 9024.0, 9082.0, 9102.0, 9100.0, 9067.0, 9081.0, 9134.0, 9124.0, 9150.0, 9066.0, 9092.0, 9117.0, 9109.0, 9123.0, 9074.0, 9078.0, 9119.0, 9104.0, 9123.0, 9074.0, 9091.0, 9115.0, 9101.0, 9107.0, 9048.0, 9121.0, 9133.0, 9105.0, 9119.0, 9046.0, 9098.0, 9111.0, 9090.0, 9027.0, 9052.0, 9108.0, 9084.0, 9067.0, 9099.0, 9093.0, 9111.0, 9021.0, 9094.0, 9099.0, 9110.0, 9029.0, 9097.0, 9099.0, 9059.0, 9113.0, 9110.0, 9068.0, 9046.0, 9106.0, 9081.0, 9059.0, 9097.0, 9110.0, 9100.0, 9031.0, 9084.0, 9102.0, 9090.0, 9063.0, 9068.0, 9118.0, 9106.0, 9123.0, 9099.0, 9119.0, 9140.0, 9105.0, 9119.0, 9062.0, 9115.0, 9129.0, 9099.0, 9114.0, 9045.0, 9099.0, 9115.0, 9110.0, 9043.0, 9069.0, 9131.0, 9069.0, 9102.0, 9070.0, 9023.0, 9057.0, 9094.0, 9086.0, 9077.0, 9071.0, 9110.0, 9070.0, 9060.0, 9066.0, 9108.0, 9078.0, 9051.0, 9064.0, 9087.0, 9089.0, 9047.0, 9101.0, 9093.0, 9060.0, 9077.0, 9083.0, 9032.0, 9056.0, 9098.0, 9059.0, 9017.0, 9044.0, 9092.0, 9095.0, 9038.0, 9082.0, 9083.0, 9095.0, 9054.0, 9113.0, 9114.0, 9086.0, 9049.0, 9059.0, 9133.0, 9103.0, 9132.0, 9044.0, 9088.0, 9129.0, 9088.0, 9118.0, 9082.0, 9131.0, 9110.0, 9086.0, 9076.0, 9061.0, 9108.0, 9101.0, 9069.0, 9024.0, 9039.0, 9069.0, 9101.0, 9089.0, 9109.0, 9043.0, 9091.0, 9128.0, 9100.0, 9126.0, 9046.0, 9081.0, 9129.0, 9068.0, 9084.0, 9031.0, 9088.0, 9119.0, 9099.0, 9046.0, 9035.0, 9088.0, 9128.0, 9100.0, 9026.0, 9092.0, 9093.0, 9060.0, 9112.0, 9109.0, 9047.0, 9041.0, 9094.0, 9170.0, 9136.0, 9072.0, 9061.0, 9120.0, 9094.0, 9120.0, 9107.0, 9123.0, 9146.0, 9146.0, 9113.0, 9122.0, 9121.0, 9154.0, 9103.0, 9076.0, 9035.0, 9111.0, 9121.0, 9070.0, 9045.0, 9093.0, 9147.0, 9121.0, 9093.0, 9130.0, 9086.0, 9049.0, 9107.0, 9112.0, 9067.0, 9106.0, 9108.0, 9021.0, 9103.0, 9051.0, 9089.0, 9089.0, 9054.0, 9086.0, 9096.0, 9042.0, 9128.0, 9069.0, 9072.0, 9080.0, 9027.0, 9104.0, 9040.0, 9102.0, 9060.0, 9076.0, 9064.0, 9036.0, 9108.0, 9040.0, 9110.0, 9057.0, 9070.0, 9107.0, 9065.0, 9123.0, 9073.0, 9130.0, 9063.0, 9117.0, 9092.0, 9084.0, 9109.0, 9090.0, 9115.0, 9085.0, 9129.0, 9063.0, 9100.0, 9126.0, 9066.0, 9135.0, 9080.0, 9108.0, 9157.0, 9077.0, 9134.0, 9080.0, 9119.0, 9151.0, 9091.0, 9133.0, 9065.0, 9126.0, 9089.0, 9096.0, 9134.0, 9072.0, 9097.0, 9061.0, 9132.0, 9093.0, 9112.0, 9086.0, 9066.0, 9114.0, 9066.0, 9130.0, 9075.0, 9100.0, 9132.0, 9054.0, 9122.0, 9080.0, 9131.0, 9093.0, 9067.0, 9116.0, 9090.0, 9146.0, 9116.0, 9074.0, 9123.0, 9073.0, 9132.0, 9110.0, 9105.0, 9124.0, 9077.0, 9114.0, 9062.0, 9106.0, 9125.0, 9080.0, 9132.0, 9061.0, 9117.0, 9115.0, 9090.0, 9114.0, 9067.0, 9109.0, 9061.0, 9093.0, 9110.0, 9074.0, 9133.0, 9062.0, 9095.0, 9138.0, 9086.0, 9135.0, 9062.0, 9104.0, 9104.0, 9076.0, 9138.0, 9095.0, 9072.0, 9156.0, 9159.0, 9094.0, 9140.0, 9086.0, 9124.0, 9099.0, 9104.0, 9147.0, 9069.0, 9108.0, 9050.0, 9106.0, 9064.0, 9092.0, 9103.0, 9058.0, 9143.0, 9089.0, 9141.0, 9120.0, 9135.0, 9156.0, 9103.0, 9155.0, 9111.0, 9139.0, 9079.0, 9128.0, 9079.0, 9124.0, 9073.0, 9077.0, 9148.0, 9094.0, 9130.0, 9083.0, 9133.0, 9084.0, 9125.0, 9111.0, 9099.0, 9155.0, 9074.0, 9116.0, 9064.0, 9132.0, 9086.0, 9095.0, 9134.0, 9079.0, 9122.0, 9083.0, 9150.0, 9099.0, 9135.0, 9084.0, 9114.0, 9099.0, 9102.0, 9116.0, 9079.0, 9116.0, 9048.0, 9102.0, 9103.0, 9065.0, 9134.0, 9087.0, 9130.0, 9096.0, 9123.0, 9125.0, 9116.0, 9114.0, 9060.0, 9103.0, 9040.0, 9128.0, 9082.0, 9126.0, 9079.0, 9074.0, 9103.0, 9091.0, 9152.0, 9097.0, 9138.0, 9074.0, 9084.0, 9111.0, 9111.0, 9121.0, 9067.0, 9099.0, 9060.0, 9113.0, 9082.0, 9113.0, 9088.0, 9068.0, 9103.0, 9052.0, 9139.0, 9092.0, 9134.0, 9125.0, 9080.0, 9115.0, 9149.0, 9124.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.0023126443768996955</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03991688449848024</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.058885012912604</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1303133801596947</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.963226880524715</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4397</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6863.478</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09513789959823259</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>70</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>5.319148936170213</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.471309231360068</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3657782163227243</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.673393754443144</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3747557233143364</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0066114</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01882273517549038</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02360118366777897</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1316</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.875316217517715</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>41.792</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.4394</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>144.3272</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>310423.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>632.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>295.9952</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1916</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>532.5604</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3353.4226</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3556.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>66121.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1119.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4399.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>917.5956</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>34.33058013697155</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> |