=== 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-0017 --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-0017",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
145 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
145 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-0017_ses-04_task-fractional_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0017_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-04_subject-0017_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-0017/figures/sub-0017_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0017_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-0017/figures/sub-0017_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0017_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-0017/figures/sub-0017_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0017_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-0017/figures/sub-0017_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-04_subject-0017_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-0017/figures/sub-0017_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-04_subject-0017_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-0017/figures/sub-0017_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0017_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-0017/figures/sub-0017_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0017/figures/sub-0017_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0017/ses-04/func/sub-0017_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>fb5cef3a38a0c0b747b157b919f3c225</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>12:17:27.127500</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.999143, 0.0136312, 0.0390933, -0.0125563, 0.99954, -0.0276119]</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_brain_imaging_center</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.100367</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4171, -7739, -7203, 549, 34, -123, 76, 80]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</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>259.337</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>aa8342de-8c60-48be-8456-8053821f131e||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.680626392364502, -0.03368763253092766, 0.10651962459087372, 113.94967651367188], [-0.03657164052128792, 2.681692361831665, -0.07316293567419052, -88.04350280761719], [0.10488451272249222, 0.07408078014850616, 2.6969056129455566, -51.83771896362305], [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, 1323]</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, 1323], 'AcquisitionTime': ['121727.127500', '121727.587500', '121728.047500', '121728.507500', '121728.967500', '121729.427500', '121729.887500', '121730.347500', '121730.807500', '121731.267500', '121731.727500', '121732.187500', '121732.647500', '121733.107500', '121733.567500', '121734.027500', '121734.487500', '121734.947500', '121735.407500', '121735.867500', '121736.327500', '121736.787500', '121737.247500', '121737.707500', '121738.167500', '121738.627500', '121739.087500', '121739.547500', '121740.007500', '121740.467500', '121740.927500', '121741.387500', '121741.847500', '121742.307500', '121742.767500', '121743.227500', '121743.687500', '121744.147500', '121744.607500', '121745.067500', '121745.527500', '121745.987500', '121746.447500', '121746.907500', '121747.367500', '121747.827500', '121748.287500', '121748.747500', '121749.207500', '121749.667500', '121750.127500', '121750.587500', '121751.047500', '121751.507500', '121751.967500', '121752.427500', '121752.887500', '121753.347500', '121753.807500', '121754.267500', '121754.727500', '121755.187500', '121755.647500', '121756.107500', '121756.567500', '121757.027500', '121757.487500', '121757.947500', '121758.407500', '121758.867500', '121759.327500', '121759.787500', '121800.247500', '121800.707500', '121801.167500', '121801.627500', '121802.087500', '121802.547500', '121803.007500', '121803.467500', '121803.927500', '121804.387500', '121804.847500', '121805.307500', '121805.767500', '121806.227500', '121806.687500', '121807.147500', '121807.607500', '121808.067500', '121808.527500', '121808.987500', '121809.447500', '121809.907500', '121810.367500', '121810.827500', '121811.287500', '121811.747500', '121812.207500', '121812.667500', '121813.127500', '121813.587500', '121814.047500', '121814.507500', '121814.967500', '121815.427500', '121815.887500', '121816.347500', '121816.807500', '121817.267500', '121817.727500', '121818.187500', '121818.647500', '121819.107500', '121819.567500', '121820.027500', '121820.487500', '121820.947500', '121821.407500', '121821.867500', '121822.327500', '121822.787500', '121823.247500', '121823.707500', '121824.167500', '121824.627500', '121825.087500', '121825.547500', '121826.007500', '121826.467500', '121826.927500', '121827.387500', '121827.847500', '121828.307500', '121828.767500', '121829.227500', '121829.687500', '121830.147500', '121830.607500', '121831.067500', '121831.527500', '121831.987500', '121832.447500', '121832.907500', '121833.367500', '121833.827500', '121834.287500', '121834.747500', '121835.207500', '121835.667500', '121836.127500', '121836.587500', '121837.047500', '121837.507500', '121837.967500', '121838.427500', '121838.887500', '121839.347500', '121839.807500', '121840.267500', '121840.727500', '121841.187500', '121841.647500', '121842.107500', '121842.567500', '121843.027500', '121843.487500', '121843.947500', '121844.407500', '121844.867500', '121845.327500', '121845.787500', '121846.247500', '121846.707500', '121847.167500', '121847.627500', '121848.087500', '121848.547500', '121849.007500', '121849.467500', '121849.927500', '121850.387500', '121850.847500', '121851.307500', '121851.767500', '121852.227500', '121852.687500', '121853.147500', '121853.607500', '121854.067500', '121854.527500', '121854.987500', '121855.447500', '121855.907500', '121856.367500', '121856.827500', '121857.287500', '121857.747500', '121858.207500', '121858.667500', '121859.127500', '121859.587500', '121900.047500', '121900.507500', '121900.967500', '121901.427500', '121901.887500', '121902.347500', '121902.807500', '121903.267500', '121903.727500', '121904.187500', '121904.647500', '121905.107500', '121905.567500', '121906.027500', '121906.487500', '121906.947500', '121907.407500', '121907.867500', '121908.327500', '121908.787500', '121909.247500', '121909.707500', '121910.167500', '121910.627500', '121911.087500', '121911.547500', '121912.007500', '121912.467500', '121912.927500', '121913.387500', '121913.847500', '121914.307500', '121914.767500', '121915.227500', '121915.687500', '121916.147500', '121916.607500', '121917.067500', '121917.527500', '121917.987500', '121918.447500', '121918.907500', '121919.367500', '121919.827500', '121920.287500', '121920.747500', '121921.207500', '121921.667500', '121922.127500', '121922.587500', '121923.047500', '121923.507500', '121923.967500', '121924.427500', '121924.887500', '121925.347500', '121925.807500', '121926.267500', '121926.727500', '121927.187500', '121927.647500', '121928.107500', '121928.567500', '121929.027500', '121929.487500', '121929.947500', '121930.407500', '121930.867500', '121931.327500', '121931.787500', '121932.247500', '121932.707500', '121933.167500', '121933.627500', '121934.087500', '121934.547500', '121935.007500', '121935.467500', '121935.927500', '121936.387500', '121936.847500', '121937.307500', '121937.767500', '121938.227500', '121938.687500', '121939.147500', '121939.607500', '121940.067500', '121940.527500', '121940.987500', '121941.447500', '121941.907500', '121942.367500', '121942.827500', '121943.287500', '121943.747500', '121944.207500', '121944.667500', '121945.127500', '121945.587500', '121946.047500', '121946.507500', '121946.967500', '121947.427500', '121947.887500', '121948.347500', '121948.807500', '121949.267500', '121949.727500', '121950.187500', '121950.647500', '121951.107500', '121951.567500', '121952.027500', '121952.487500', '121952.947500', '121953.407500', '121953.867500', '121954.327500', '121954.787500', '121955.247500', '121955.707500', '121956.167500', '121956.627500', '121957.087500', '121957.547500', '121958.007500', '121958.467500', '121958.927500', '121959.387500', '121959.847500', '122000.307500', '122000.767500', '122001.227500', '122001.687500', '122002.147500', '122002.607500', '122003.067500', '122003.527500', '122003.987500', '122004.447500', '122004.907500', '122005.367500', '122005.827500', '122006.287500', '122006.747500', '122007.207500', '122007.667500', '122008.127500', '122008.587500', '122009.047500', '122009.507500', '122009.967500', '122010.427500', '122010.887500', '122011.347500', '122011.807500', '122012.267500', '122012.727500', '122013.187500', '122013.647500', '122014.107500', '122014.567500', '122015.027500', '122015.487500', '122015.947500', '122016.407500', '122016.867500', '122017.327500', '122017.787500', '122018.247500', '122018.707500', '122019.167500', '122019.627500', '122020.087500', '122020.547500', '122021.007500', '122021.467500', '122021.927500', '122022.387500', '122022.847500', '122023.307500', '122023.767500', '122024.227500', '122024.687500', '122025.147500', '122025.607500', '122026.067500', '122026.527500', '122026.987500', '122027.447500', '122027.907500', '122028.367500', '122028.827500', '122029.287500', '122029.747500', '122030.207500', '122030.667500', '122031.127500', '122031.587500', '122032.047500', '122032.507500', '122032.967500', '122033.427500', '122033.887500', '122034.347500', '122034.807500', '122035.267500', '122035.727500', '122036.187500', '122036.647500', '122037.107500', '122037.567500', '122038.027500', '122038.487500', '122038.947500', '122039.407500', '122039.867500', '122040.327500', '122040.787500', '122041.247500', '122041.707500', '122042.167500', '122042.627500', '122043.087500', '122043.547500', '122044.007500', '122044.467500', '122044.927500', '122045.387500', '122045.847500', '122046.307500', '122046.767500', '122047.227500', '122047.687500', '122048.147500', '122048.607500', '122049.067500', '122049.527500', '122049.987500', '122050.447500', '122050.907500', '122051.367500', '122051.827500', '122052.287500', '122052.747500', '122053.207500', '122053.667500', '122054.127500', '122054.587500', '122055.047500', '122055.507500', '122055.967500', '122056.427500', '122056.887500', '122057.347500', '122057.807500', '122058.267500', '122058.727500', '122059.187500', '122059.647500', '122100.107500', '122100.567500', '122101.027500', '122101.487500', '122101.947500', '122102.407500', '122102.867500', '122103.327500', '122103.787500', '122104.247500', '122104.707500', '122105.167500', '122105.627500', '122106.087500', '122106.547500', '122107.007500', '122107.467500', '122107.927500', '122108.387500', '122108.847500', '122109.307500', '122109.767500', '122110.227500', '122110.687500', '122111.147500', '122111.607500', '122112.067500', '122112.527500', '122112.987500', '122113.447500', '122113.907500', '122114.367500', '122114.827500', '122115.287500', '122115.747500', '122116.207500', '122116.667500', '122117.127500', '122117.587500', '122118.047500', '122118.507500', '122118.967500', '122119.427500', '122119.887500', '122120.347500', '122120.807500', '122121.267500', '122121.727500', '122122.187500', '122122.647500', '122123.107500', '122123.567500', '122124.027500', '122124.487500', '122124.947500', '122125.407500', '122125.867500', '122126.327500', '122126.787500', '122127.247500', '122127.707500', '122128.167500', '122128.627500', '122129.087500', '122129.547500', '122130.007500', '122130.467500', '122130.927500', '122131.387500', '122131.847500', '122132.307500', '122132.767500', '122133.227500', '122133.687500', '122134.147500', '122134.607500', '122135.067500', '122135.527500', '122135.987500', '122136.447500', '122136.907500', '122137.367500', '122137.827500', '122138.287500', '122138.747500', '122139.207500', '122139.667500', '122140.127500', '122140.587500', '122141.047500', '122141.507500', '122141.967500', '122142.427500', '122142.887500', '122143.347500', '122143.807500', '122144.267500', '122144.727500', '122145.187500', '122145.647500', '122146.107500', '122146.567500', '122147.027500', '122147.487500', '122147.947500', '122148.407500', '122148.867500', '122149.327500', '122149.787500', '122150.247500', '122150.707500', '122151.167500', '122151.627500', '122152.087500', '122152.547500', '122153.007500', '122153.467500', '122153.927500', '122154.387500', '122154.847500', '122155.307500', '122155.767500', '122156.227500', '122156.687500', '122157.147500', '122157.607500', '122158.067500', '122158.527500', '122158.987500', '122159.447500', '122159.907500', '122200.367500', '122200.827500', '122201.287500', '122201.747500', '122202.207500', '122202.667500', '122203.127500', '122203.587500', '122204.047500', '122204.507500', '122204.967500', '122205.427500', '122205.887500', '122206.347500', '122206.807500', '122207.267500', '122207.727500', '122208.187500', '122208.647500', '122209.107500', '122209.567500', '122210.027500', '122210.487500', '122210.947500', '122211.407500', '122211.867500', '122212.327500', '122212.787500', '122213.247500', '122213.707500', '122214.167500', '122214.627500', '122215.087500', '122215.547500', '122216.007500', '122216.467500', '122216.927500', '122217.387500', '122217.847500', '122218.307500', '122218.767500', '122219.227500', '122219.687500', '122220.147500', '122220.607500', '122221.067500', '122221.527500', '122221.987500', '122222.447500', '122222.907500', '122223.367500', '122223.827500', '122224.287500', '122224.747500', '122225.207500', '122225.667500', '122226.127500', '122226.587500', '122227.047500', '122227.507500', '122227.967500', '122228.427500', '122228.887500', '122229.347500', '122229.807500', '122230.267500', '122230.727500', '122231.187500', '122231.647500', '122232.107500', '122232.567500', '122233.027500', '122233.487500', '122233.947500', '122234.407500', '122234.867500', '122235.327500', '122235.787500', '122236.247500', '122236.707500', '122237.167500', '122237.627500', '122238.087500', '122238.547500', '122239.007500', '122239.467500', '122239.927500', '122240.387500', '122240.847500', '122241.307500', '122241.767500', '122242.227500', '122242.687500', '122243.147500', '122243.607500', '122244.067500', '122244.527500', '122244.987500', '122245.447500', '122245.907500', '122246.367500', '122246.827500', '122247.287500', '122247.747500', '122248.207500', '122248.667500', '122249.127500', '122249.587500', '122250.047500', '122250.507500', '122250.967500', '122251.427500', '122251.887500', '122252.347500', '122252.807500', '122253.267500', '122253.727500', '122254.187500', '122254.647500', '122255.107500', '122255.567500', '122256.027500', '122256.487500', '122256.947500', '122257.407500', '122257.867500', '122258.327500', '122258.787500', '122259.247500', '122259.707500', '122300.167500', '122300.627500', '122301.087500', '122301.547500', '122302.007500', '122302.467500', '122302.927500', '122303.387500', '122303.847500', '122304.307500', '122304.767500', '122305.227500', '122305.687500', '122306.147500', '122306.607500', '122307.067500', '122307.527500', '122307.987500', '122308.447500', '122308.907500', '122309.367500', '122309.827500', '122310.287500', '122310.747500', '122311.207500', '122311.667500', '122312.127500', '122312.587500', '122313.047500', '122313.507500', '122313.967500', '122314.427500', '122314.887500', '122315.347500', '122315.807500', '122316.267500', '122316.727500', '122317.187500', '122317.647500', '122318.107500', '122318.567500', '122319.027500', '122319.487500', '122319.947500', '122320.407500', '122320.867500', '122321.327500', '122321.787500', '122322.247500', '122322.707500', '122323.167500', '122323.627500', '122324.087500', '122324.547500', '122325.007500', '122325.467500', '122325.927500', '122326.387500', '122326.847500', '122327.307500', '122327.767500', '122328.227500', '122328.687500', '122329.147500', '122329.607500', '122330.067500', '122330.527500', '122330.987500', '122331.447500', '122331.907500', '122332.367500', '122332.827500', '122333.287500', '122333.747500', '122334.207500', '122334.667500', '122335.127500', '122335.587500', '122336.047500', '122336.507500', '122336.967500', '122337.427500', '122337.887500', '122338.347500', '122338.807500', '122339.267500', '122339.727500', '122340.187500', '122340.647500', '122341.107500', '122341.567500', '122342.027500', '122342.487500', '122342.947500', '122343.407500', '122343.867500', '122344.327500', '122344.787500', '122345.247500', '122345.707500', '122346.167500', '122346.627500', '122347.087500', '122347.547500', '122348.007500', '122348.467500', '122348.927500', '122349.387500', '122349.847500', '122350.307500', '122350.767500', '122351.227500', '122351.687500', '122352.147500', '122352.607500', '122353.067500', '122353.527500', '122353.987500', '122354.447500', '122354.907500', '122355.367500', '122355.827500', '122356.287500', '122356.747500', '122357.207500', '122357.667500', '122358.127500', '122358.587500', '122359.047500', '122359.507500', '122359.967500', '122400.427500', '122400.887500', '122401.347500', '122401.807500', '122402.267500', '122402.727500', '122403.187500', '122403.647500', '122404.107500', '122404.567500', '122405.027500', '122405.487500', '122405.947500', '122406.407500', '122406.867500', '122407.327500', '122407.787500', '122408.247500', '122408.707500', '122409.167500', '122409.627500', '122410.087500', '122410.547500', '122411.007500', '122411.467500', '122411.927500', '122412.387500', '122412.847500', '122413.307500', '122413.767500', '122414.227500', '122414.687500', '122415.147500', '122415.607500', '122416.067500', '122416.527500', '122416.987500', '122417.447500', '122417.907500', '122418.367500', '122418.827500', '122419.287500', '122419.747500', '122420.207500', '122420.667500', '122421.127500', '122421.587500', '122422.047500', '122422.507500', '122422.967500', '122423.427500', '122423.887500', '122424.347500', '122424.807500', '122425.267500', '122425.727500', '122426.187500', '122426.647500', '122427.107500', '122427.567500', '122428.027500', '122428.487500', '122428.947500', '122429.407500', '122429.867500', '122430.327500', '122430.787500', '122431.247500', '122431.707500', '122432.167500', '122432.627500', '122433.087500', '122433.547500', '122434.007500', '122434.467500', '122434.927500', '122435.387500', '122435.847500', '122436.307500', '122436.767500', '122437.227500', '122437.687500', '122438.147500', '122438.607500', '122439.067500', '122439.527500', '122439.987500', '122440.447500', '122440.907500', '122441.367500', '122441.827500', '122442.287500', '122442.747500', '122443.207500', '122443.667500', '122444.127500', '122444.587500', '122445.047500', '122445.507500', '122445.967500', '122446.427500', '122446.887500', '122447.347500', '122447.807500', '122448.267500', '122448.727500', '122449.187500', '122449.647500', '122450.107500', '122450.567500', '122451.027500', '122451.487500', '122451.947500', '122452.407500', '122452.867500', '122453.327500', '122453.787500', '122454.247500', '122454.707500', '122455.167500', '122455.627500', '122456.087500', '122456.547500', '122457.007500', '122457.467500', '122457.927500', '122458.387500', '122458.847500', '122459.307500', '122459.767500', '122500.227500', '122500.687500', '122501.147500', '122501.607500', '122502.067500', '122502.527500', '122502.987500', '122503.447500', '122503.907500', '122504.367500', '122504.827500', '122505.287500', '122505.747500', '122506.207500', '122506.667500', '122507.127500', '122507.587500', '122508.047500', '122508.507500', '122508.967500', '122509.427500', '122509.887500', '122510.347500', '122510.807500', '122511.267500', '122511.727500', '122512.187500', '122512.647500', '122513.107500', '122513.567500', '122514.027500', '122514.487500', '122514.947500', '122515.407500', '122515.867500', '122516.327500', '122516.787500', '122517.247500', '122517.707500', '122518.167500', '122518.627500', '122519.087500', '122519.547500', '122520.007500', '122520.467500', '122520.927500', '122521.387500', '122521.847500', '122522.307500', '122522.767500', '122523.227500', '122523.687500', '122524.147500', '122524.607500', '122525.067500', '122525.527500', '122525.987500', '122526.447500', '122526.907500', '122527.367500', '122527.827500', '122528.287500', '122528.747500', '122529.207500', '122529.667500', '122530.127500', '122530.587500', '122531.047500', '122531.507500', '122531.967500', '122532.427500', '122532.887500', '122533.347500', '122533.807500', '122534.267500', '122534.727500', '122535.187500', '122535.647500', '122536.107500', '122536.567500', '122537.027500', '122537.487500', '122537.947500', '122538.407500', '122538.867500', '122539.327500', '122539.787500', '122540.247500', '122540.707500', '122541.167500', '122541.627500', '122542.087500', '122542.547500', '122543.007500', '122543.467500', '122543.927500', '122544.387500', '122544.847500', '122545.307500', '122545.767500', '122546.227500', '122546.687500', '122547.147500', '122547.607500', '122548.067500', '122548.527500', '122548.987500', '122549.447500', '122549.907500', '122550.367500', '122550.827500', '122551.287500', '122551.747500', '122552.207500', '122552.667500', '122553.127500', '122553.587500', '122554.047500', '122554.507500', '122554.967500', '122555.427500', '122555.887500', '122556.347500', '122556.807500', '122557.267500', '122557.727500', '122558.187500', '122558.647500', '122559.107500', '122559.567500', '122600.027500', '122600.487500', '122600.947500', '122601.407500', '122601.867500', '122602.327500', '122602.787500', '122603.247500', '122603.707500', '122604.167500', '122604.627500', '122605.087500', '122605.547500', '122606.007500', '122606.467500', '122606.927500', '122607.387500', '122607.847500', '122608.307500', '122608.767500', '122609.227500', '122609.687500', '122610.147500', '122610.607500', '122611.067500', '122611.527500', '122611.987500', '122612.447500', '122612.907500', '122613.367500', '122613.827500', '122614.287500', '122614.747500', '122615.207500', '122615.667500', '122616.127500', '122616.587500', '122617.047500', '122617.507500', '122617.967500', '122618.427500', '122618.887500', '122619.347500', '122619.807500', '122620.267500', '122620.727500', '122621.187500', '122621.647500', '122622.107500', '122622.567500', '122623.027500', '122623.487500', '122623.947500', '122624.407500', '122624.867500', '122625.327500', '122625.787500', '122626.247500', '122626.707500', '122627.167500', '122627.627500', '122628.087500', '122628.547500', '122629.007500', '122629.467500', '122629.927500', '122630.387500', '122630.847500', '122631.307500', '122631.767500', '122632.227500', '122632.687500', '122633.147500', '122633.607500', '122634.067500', '122634.527500', '122634.987500', '122635.447500', '122635.907500', '122636.367500', '122636.827500', '122637.287500', '122637.747500', '122638.207500', '122638.667500', '122639.127500', '122639.587500', '122640.047500', '122640.507500', '122640.967500', '122641.427500', '122641.887500', '122642.347500', '122642.807500', '122643.267500', '122643.727500', '122644.187500', '122644.647500', '122645.107500', '122645.567500', '122646.027500', '122646.487500', '122646.947500', '122647.407500', '122647.867500', '122648.327500', '122648.787500', '122649.247500', '122649.707500', '122650.167500', '122650.627500', '122651.087500', '122651.547500', '122652.007500', '122652.467500', '122652.927500', '122653.387500', '122653.847500', '122654.307500', '122654.767500', '122655.227500', '122655.687500', '122656.147500', '122656.607500', '122657.067500', '122657.527500', '122657.987500', '122658.447500', '122658.907500', '122659.367500', '122659.827500', '122700.287500', '122700.747500', '122701.207500', '122701.667500', '122702.127500', '122702.587500', '122703.047500', '122703.507500', '122703.967500', '122704.427500', '122704.887500', '122705.347500', '122705.807500', '122706.267500', '122706.727500', '122707.187500', '122707.647500', '122708.107500', '122708.567500', '122709.027500', '122709.487500', '122709.947500', '122710.407500', '122710.867500', '122711.327500', '122711.787500', '122712.247500', '122712.707500', '122713.167500', '122713.627500', '122714.087500', '122714.547500', '122715.007500', '122715.467500', '122715.927500', '122716.387500', '122716.847500', '122717.307500', '122717.767500', '122718.227500', '122718.687500', '122719.147500', '122719.607500', '122720.067500', '122720.527500', '122720.987500', '122721.447500', '122721.907500', '122722.367500', '122722.827500', '122723.287500', '122723.747500', '122724.207500', '122724.667500', '122725.127500', '122725.587500', '122726.047500', '122726.507500', '122726.967500', '122727.427500', '122727.887500', '122728.347500', '122728.807500', '122729.267500', '122729.727500', '122730.187500', '122730.647500', '122731.107500', '122731.567500', '122732.027500', '122732.487500', '122732.947500', '122733.407500', '122733.867500', '122734.327500', '122734.787500', '122735.247500'], 'ContentTime': ['121748.267000', '121748.271000', '121748.274000', '121748.277000', '121748.279000', '121748.282000', '121748.285000', '121748.288000', '121748.291000', '121748.294000', '121748.296000', '121748.299000', '121748.312000', '121748.315000', '121748.318000', '121748.321000', '121748.324000', '121748.326000', '121748.329000', '121748.332000', '121748.335000', '121748.338000', '121748.341000', '121748.343000', '121748.346000', '121748.349000', '121748.352000', '121748.355000', '121748.357000', '121748.360000', '121748.363000', '121748.366000', '121748.369000', '121748.372000', '121748.374000', '121748.377000', '121748.380000', '121748.383000', '121748.386000', '121748.388000', '121748.391000', '121748.394000', '121748.400000', '121748.403000', '121748.406000', '121808.234000', '121808.237000', '121808.240000', '121808.243000', '121808.246000', '121808.249000', '121808.252000', '121808.255000', '121808.258000', '121808.261000', '121808.264000', '121808.267000', '121808.269000', '121808.272000', '121808.275000', '121808.278000', '121808.280000', '121808.283000', '121808.286000', '121808.289000', '121808.292000', '121808.294000', '121808.297000', '121808.300000', '121808.317000', '121808.320000', '121808.323000', '121808.330000', '121808.332000', '121808.335000', '121808.338000', '121808.341000', '121808.344000', '121808.346000', '121808.349000', '121808.352000', '121808.355000', '121808.358000', '121808.360000', '121808.363000', '121808.366000', '121808.376000', '121808.379000', '121828.234000', '121828.237000', '121828.240000', '121828.242000', '121828.245000', '121828.248000', '121828.251000', '121828.254000', '121828.256000', '121828.259000', '121828.262000', '121828.265000', '121828.268000', '121828.270000', '121828.273000', '121828.276000', '121828.279000', '121828.282000', '121828.285000', '121828.287000', '121828.290000', '121828.293000', '121828.296000', '121828.299000', '121828.302000', '121828.305000', '121828.308000', '121828.310000', '121828.313000', '121828.316000', '121828.319000', '121828.322000', '121828.324000', '121828.327000', '121828.330000', '121828.333000', '121828.335000', '121828.338000', '121828.341000', '121828.344000', '121828.347000', '121828.350000', '121828.353000', '121828.355000', '121848.235000', '121848.238000', '121848.241000', '121848.243000', '121848.247000', '121848.249000', '121848.252000', '121848.255000', '121848.258000', '121848.261000', '121848.263000', '121848.266000', '121848.269000', '121848.272000', '121848.275000', '121848.278000', '121848.281000', '121848.283000', '121848.286000', '121848.289000', '121848.292000', '121848.295000', '121848.298000', '121848.301000', '121848.303000', '121848.306000', '121848.309000', '121848.312000', '121848.315000', '121848.317000', '121848.320000', '121848.323000', '121848.326000', '121848.329000', '121848.332000', '121848.334000', '121848.337000', '121848.340000', '121848.346000', '121848.349000', '121848.352000', '121848.354000', '121848.357000', '121908.235000', '121908.238000', '121908.241000', '121908.243000', '121908.246000', '121908.249000', '121908.252000', '121908.255000', '121908.257000', '121908.260000', '121908.263000', '121908.266000', '121908.269000', '121908.272000', '121908.274000', '121908.277000', '121908.280000', '121908.283000', '121908.286000', '121908.288000', '121908.291000', '121908.294000', '121908.297000', '121908.300000', '121908.303000', '121908.306000', '121908.308000', '121908.311000', '121908.314000', '121908.317000', '121908.320000', '121908.322000', '121908.325000', '121908.328000', '121908.331000', '121908.334000', '121908.337000', '121908.339000', '121908.342000', '121908.345000', '121908.348000', '121908.351000', '121908.353000', '121908.356000', '121928.235000', '121928.238000', '121928.241000', '121928.244000', '121928.246000', '121928.249000', '121928.252000', '121928.255000', '121928.258000', '121928.260000', '121928.263000', '121928.266000', '121928.269000', '121928.272000', '121928.276000', '121928.279000', '121928.282000', '121928.285000', '121928.288000', '121928.291000', '121928.294000', '121928.297000', '121928.300000', '121928.302000', '121928.305000', '121928.308000', '121928.311000', '121928.314000', '121928.317000', '121928.319000', '121928.322000', '121928.325000', '121928.328000', '121928.333000', '121928.336000', '121928.338000', '121928.341000', '121928.344000', '121928.347000', '121928.350000', '121928.353000', '121928.356000', '121928.358000', '121948.234000', '121948.237000', '121948.240000', '121948.242000', '121948.245000', '121948.248000', '121948.251000', '121948.254000', '121948.257000', '121948.259000', '121948.262000', '121948.265000', '121948.268000', '121948.271000', '121948.273000', '121948.276000', '121948.279000', '121948.282000', '121948.285000', '121948.287000', '121948.290000', '121948.293000', '121948.296000', '121948.299000', '121948.302000', '121948.304000', '121948.307000', '121948.310000', '121948.313000', '121948.315000', '121948.318000', '121948.321000', '121948.324000', '121948.327000', '121948.329000', '121948.355000', '121948.358000', '121948.361000', '121948.363000', '121948.366000', '121948.369000', '121948.372000', '121948.374000', '121948.377000', '122008.234000', '122008.237000', '122008.240000', '122008.243000', '122008.245000', '122008.248000', '122008.251000', '122008.254000', '122008.257000', '122008.260000', '122008.263000', '122008.265000', '122008.268000', '122008.271000', '122008.274000', '122008.277000', '122008.279000', '122008.282000', '122008.285000', '122008.288000', '122008.291000', '122008.294000', '122008.297000', '122008.300000', '122008.302000', '122008.309000', '122008.312000', '122008.315000', '122008.318000', '122008.321000', '122008.323000', '122008.326000', '122008.329000', '122008.332000', '122008.335000', '122008.338000', '122008.340000', '122008.343000', '122008.346000', '122008.349000', '122008.352000', '122008.354000', '122008.357000', '122028.234000', '122028.237000', '122028.240000', '122028.248000', '122028.251000', '122028.254000', '122028.257000', '122028.260000', '122028.262000', '122028.265000', '122028.268000', '122028.271000', '122028.274000', '122028.277000', '122028.279000', '122028.282000', '122028.285000', '122028.288000', '122028.291000', '122028.294000', '122028.296000', '122028.299000', '122028.302000', '122028.305000', '122028.307000', '122028.310000', '122028.313000', '122028.316000', '122028.319000', '122028.322000', '122028.324000', '122028.327000', '122028.330000', '122028.333000', '122028.336000', '122028.339000', '122028.341000', '122028.344000', '122028.347000', '122028.350000', '122028.353000', '122028.355000', '122028.358000', '122028.361000', '122048.234000', '122048.237000', '122048.240000', '122048.243000', '122048.245000', '122048.248000', '122048.251000', '122048.254000', '122048.257000', '122048.261000', '122048.264000', '122048.266000', '122048.269000', '122048.272000', '122048.275000', '122048.278000', '122048.281000', '122048.284000', '122048.286000', '122048.289000', '122048.292000', '122048.295000', '122048.298000', '122048.301000', '122048.303000', '122048.306000', '122048.309000', '122048.312000', '122048.315000', '122048.319000', '122048.321000', '122048.324000', '122048.327000', '122048.330000', '122048.333000', '122048.336000', '122048.338000', '122048.341000', '122048.344000', '122048.347000', '122048.350000', '122048.353000', '122048.355000', '122108.235000', '122108.238000', '122108.241000', '122108.244000', '122108.247000', '122108.250000', '122108.252000', '122108.255000', '122108.258000', '122108.261000', '122108.264000', '122108.267000', '122108.270000', '122108.272000', '122108.275000', '122108.278000', '122108.281000', '122108.284000', '122108.287000', '122108.289000', '122108.292000', '122108.295000', '122108.298000', '122108.301000', '122108.303000', '122108.306000', '122108.309000', '122108.312000', '122108.314000', '122108.317000', '122108.320000', '122108.323000', '122108.326000', '122108.329000', '122108.331000', '122108.334000', '122108.337000', '122108.340000', '122108.343000', '122108.345000', '122108.348000', '122108.351000', '122108.354000', '122108.356000', '122128.235000', '122128.238000', '122128.241000', '122128.244000', '122128.247000', '122128.249000', '122128.252000', '122128.255000', '122128.258000', '122128.261000', '122128.263000', '122128.266000', '122128.269000', '122128.272000', '122128.275000', '122128.277000', '122128.295000', '122128.298000', '122128.301000', '122128.303000', '122128.306000', '122128.309000', '122128.312000', '122128.315000', '122128.317000', '122128.320000', '122128.323000', '122128.326000', '122128.329000', '122128.332000', '122128.335000', '122128.338000', '122128.341000', '122128.343000', '122128.346000', '122128.352000', '122128.355000', '122128.358000', '122128.361000', '122128.364000', '122128.367000', '122128.369000', '122128.372000', '122148.235000', '122148.238000', '122148.241000', '122148.244000', '122148.246000', '122148.249000', '122148.252000', '122148.255000', '122148.258000', '122148.261000', '122148.263000', '122148.266000', '122148.269000', '122148.272000', '122148.275000', '122148.278000', '122148.280000', '122148.283000', '122148.286000', '122148.289000', '122148.292000', '122148.295000', '122148.297000', '122148.300000', '122148.303000', '122148.306000', '122148.309000', '122148.311000', '122148.314000', '122148.317000', '122148.320000', '122148.323000', '122148.326000', '122148.328000', '122148.331000', '122148.334000', '122148.337000', '122148.340000', '122148.342000', '122148.345000', '122148.348000', '122148.351000', '122148.354000', '122148.356000', '122208.234000', '122208.237000', '122208.240000', '122208.243000', '122208.246000', '122208.248000', '122208.251000', '122208.254000', '122208.257000', '122208.260000', '122208.262000', '122208.265000', '122208.268000', '122208.271000', '122208.274000', '122208.277000', '122208.279000', '122208.282000', '122208.285000', '122208.288000', '122208.291000', '122208.294000', '122208.297000', '122208.301000', '122208.304000', '122208.306000', '122208.309000', '122208.312000', '122208.315000', '122208.318000', '122208.321000', '122208.324000', '122208.326000', '122208.329000', '122208.332000', '122208.335000', '122208.338000', '122208.340000', '122208.343000', '122208.346000', '122208.349000', '122208.352000', '122208.355000', '122228.234000', '122228.237000', '122228.240000', '122228.242000', '122228.245000', '122228.248000', '122228.251000', '122228.254000', '122228.257000', '122228.259000', '122228.263000', '122228.266000', '122228.269000', '122228.272000', '122228.275000', '122228.278000', '122228.281000', '122228.283000', '122228.286000', '122228.289000', '122228.292000', '122228.295000', '122228.298000', '122228.300000', '122228.303000', '122228.306000', '122228.309000', '122228.312000', '122228.315000', '122228.317000', '122228.320000', '122228.323000', '122228.326000', '122228.329000', '122228.331000', '122228.334000', '122228.337000', '122228.340000', '122228.342000', '122228.345000', '122228.348000', '122228.351000', '122228.354000', '122228.357000', '122248.234000', '122248.237000', '122248.240000', '122248.243000', '122248.245000', '122248.248000', '122248.251000', '122248.254000', '122248.257000', '122248.260000', '122248.262000', '122248.265000', '122248.268000', '122248.271000', '122248.274000', '122248.277000', '122248.280000', '122248.282000', '122248.285000', '122248.288000', '122248.291000', '122248.294000', '122248.297000', '122248.299000', '122248.302000', '122248.305000', '122248.317000', '122248.320000', '122248.323000', '122248.326000', '122248.329000', '122248.331000', '122248.334000', '122248.337000', '122248.340000', '122248.343000', '122248.346000', '122248.348000', '122248.351000', '122248.354000', '122248.357000', '122248.360000', '122248.363000', '122308.234000', '122308.237000', '122308.240000', '122308.243000', '122308.245000', '122308.248000', '122308.251000', '122308.254000', '122308.257000', '122308.259000', '122308.262000', '122308.265000', '122308.268000', '122308.271000', '122308.274000', '122308.277000', '122308.279000', '122308.282000', '122308.285000', '122308.288000', '122308.291000', '122308.293000', '122308.296000', '122308.299000', '122308.302000', '122308.305000', '122308.308000', '122308.310000', '122308.313000', '122308.316000', '122308.319000', '122308.322000', '122308.324000', '122308.327000', '122308.330000', '122308.333000', '122308.336000', '122308.338000', '122308.341000', '122308.344000', '122308.347000', '122308.350000', '122308.353000', '122308.355000', '122328.235000', '122328.238000', '122328.241000', '122328.244000', '122328.247000', '122328.249000', '122328.252000', '122328.255000', '122328.258000', '122328.261000', '122328.264000', '122328.266000', '122328.269000', '122328.272000', '122328.275000', '122328.278000', '122328.281000', '122328.283000', '122328.286000', '122328.289000', '122328.292000', '122328.295000', '122328.298000', '122328.300000', '122328.303000', '122328.306000', '122328.309000', '122328.312000', '122328.315000', '122328.318000', '122328.320000', '122328.323000', '122328.326000', '122328.329000', '122328.332000', '122328.336000', '122328.339000', '122328.342000', '122328.345000', '122328.347000', '122328.350000', '122328.353000', '122328.356000', '122348.235000', '122348.238000', '122348.241000', '122348.244000', '122348.247000', '122348.249000', '122348.252000', '122348.256000', '122348.259000', '122348.262000', '122348.265000', '122348.268000', '122348.271000', '122348.274000', '122348.277000', '122348.279000', '122348.282000', '122348.285000', '122348.288000', '122348.291000', '122348.293000', '122348.296000', '122348.299000', '122348.302000', '122348.305000', '122348.308000', '122348.310000', '122348.313000', '122348.316000', '122348.319000', '122348.322000', '122348.325000', '122348.327000', '122348.330000', '122348.333000', '122348.336000', '122348.338000', '122348.341000', '122348.344000', '122348.347000', '122348.350000', '122348.353000', '122348.356000', '122348.358000', '122408.235000', '122408.238000', '122408.241000', '122408.244000', '122408.247000', '122408.249000', '122408.252000', '122408.255000', '122408.258000', '122408.261000', '122408.264000', '122408.266000', '122408.269000', '122408.272000', '122408.275000', '122408.278000', '122408.281000', '122408.284000', '122408.286000', '122408.289000', '122408.292000', '122408.295000', '122408.298000', '122408.301000', '122408.304000', '122408.307000', '122408.309000', '122408.312000', '122408.315000', '122408.318000', '122408.321000', '122408.323000', '122408.326000', '122408.329000', '122408.332000', '122408.335000', '122408.338000', '122408.340000', '122408.343000', '122408.346000', '122408.349000', '122408.352000', '122408.355000', '122428.234000', '122428.237000', '122428.240000', '122428.243000', '122428.245000', '122428.248000', '122428.251000', '122428.254000', '122428.257000', '122428.260000', '122428.262000', '122428.265000', '122428.268000', '122428.271000', '122428.274000', '122428.277000', '122428.279000', '122428.282000', '122428.285000', '122428.288000', '122428.291000', '122428.294000', '122428.297000', '122428.299000', '122428.302000', '122428.305000', '122428.308000', '122428.311000', '122428.313000', '122428.316000', '122428.319000', '122428.322000', '122428.324000', '122428.327000', '122428.330000', '122428.333000', '122428.336000', '122428.339000', '122428.341000', '122428.344000', '122428.347000', '122428.350000', '122428.353000', '122428.356000', '122448.234000', '122448.237000', '122448.240000', '122448.243000', '122448.246000', '122448.248000', '122448.251000', '122448.254000', '122448.257000', '122448.260000', '122448.262000', '122448.265000', '122448.268000', '122448.271000', '122448.274000', '122448.277000', '122448.279000', '122448.282000', '122448.285000', '122448.288000', '122448.291000', '122448.293000', '122448.296000', '122448.299000', '122448.302000', '122448.305000', '122448.308000', '122448.311000', '122448.313000', '122448.316000', '122448.319000', '122448.322000', '122448.324000', '122448.327000', '122448.330000', '122448.333000', '122448.336000', '122448.339000', '122448.341000', '122448.344000', '122448.347000', '122448.350000', '122448.353000', '122508.234000', '122508.237000', '122508.240000', '122508.242000', '122508.245000', '122508.248000', '122508.251000', '122508.254000', '122508.257000', '122508.260000', '122508.262000', '122508.265000', '122508.268000', '122508.271000', '122508.274000', '122508.276000', '122508.279000', '122508.282000', '122508.285000', '122508.288000', '122508.290000', '122508.293000', '122508.296000', '122508.299000', '122508.302000', '122508.305000', '122508.307000', '122508.310000', '122508.313000', '122508.316000', '122508.319000', '122508.322000', '122508.324000', '122508.327000', '122508.330000', '122508.333000', '122508.336000', '122508.338000', '122508.341000', '122508.344000', '122508.347000', '122508.350000', '122508.353000', '122508.355000', '122528.234000', '122528.237000', '122528.240000', '122528.243000', '122528.246000', '122528.248000', '122528.251000', '122528.254000', '122528.257000', '122528.260000', '122528.263000', '122528.265000', '122528.268000', '122528.271000', '122528.274000', '122528.277000', '122528.280000', '122528.282000', '122528.285000', '122528.288000', '122528.291000', '122528.294000', '122528.297000', '122528.300000', '122528.302000', '122528.305000', '122528.308000', '122528.311000', '122528.314000', '122528.316000', '122528.319000', '122528.322000', '122528.325000', '122528.328000', '122528.331000', '122528.333000', '122528.336000', '122528.339000', '122528.342000', '122528.345000', '122528.347000', '122528.350000', '122528.353000', '122548.235000', '122548.238000', '122548.241000', '122548.244000', '122548.249000', '122548.253000', '122548.256000', '122548.259000', '122548.261000', '122548.264000', '122548.267000', '122548.270000', '122548.273000', '122548.275000', '122548.278000', '122548.281000', '122548.284000', '122548.287000', '122548.289000', '122548.293000', '122548.295000', '122548.298000', '122548.301000', '122548.304000', '122548.307000', '122548.309000', '122548.312000', '122548.315000', '122548.318000', '122548.321000', '122548.323000', '122548.326000', '122548.329000', '122548.332000', '122548.335000', '122548.338000', '122548.340000', '122548.343000', '122548.346000', '122548.349000', '122548.352000', '122548.354000', '122548.357000', '122608.235000', '122608.238000', '122608.241000', '122608.244000', '122608.247000', '122608.249000', '122608.252000', '122608.255000', '122608.258000', '122608.261000', '122608.264000', '122608.266000', '122608.269000', '122608.272000', '122608.275000', '122608.278000', '122608.281000', '122608.283000', '122608.286000', '122608.289000', '122608.292000', '122608.295000', '122608.298000', '122608.300000', '122608.303000', '122608.306000', '122608.309000', '122608.312000', '122608.315000', '122608.317000', '122608.320000', '122608.323000', '122608.326000', '122608.329000', '122608.332000', '122608.334000', '122608.337000', '122608.340000', '122608.343000', '122608.346000', '122608.348000', '122608.351000', '122608.354000', '122608.357000', '122628.235000', '122628.238000', '122628.241000', '122628.244000', '122628.247000', '122628.249000', '122628.252000', '122628.255000', '122628.258000', '122628.261000', '122628.264000', '122628.267000', '122628.270000', '122628.272000', '122628.275000', '122628.278000', '122628.281000', '122628.284000', '122628.287000', '122628.290000', '122628.292000', '122628.295000', '122628.298000', '122628.301000', '122628.304000', '122628.306000', '122628.309000', '122628.312000', '122628.315000', '122628.318000', '122628.321000', '122628.324000', '122628.326000', '122628.329000', '122628.332000', '122628.335000', '122628.338000', '122628.340000', '122628.343000', '122628.346000', '122628.349000', '122628.352000', '122628.355000', '122648.234000', '122648.237000', '122648.240000', '122648.243000', '122648.246000', '122648.249000', '122648.251000', '122648.254000', '122648.257000', '122648.260000', '122648.263000', '122648.266000', '122648.268000', '122648.271000', '122648.274000', '122648.277000', '122648.280000', '122648.283000', '122648.286000', '122648.288000', '122648.291000', '122648.294000', '122648.297000', '122648.300000', '122648.302000', '122648.305000', '122648.308000', '122648.311000', '122648.314000', '122648.317000', '122648.319000', '122648.322000', '122648.325000', '122648.328000', '122648.331000', '122648.334000', '122648.336000', '122648.339000', '122648.342000', '122648.345000', '122648.348000', '122648.351000', '122648.353000', '122648.356000', '122708.234000', '122708.237000', '122708.240000', '122708.250000', '122708.253000', '122708.256000', '122708.259000', '122708.263000', '122708.268000', '122708.271000', '122708.274000', '122708.277000', '122708.280000', '122708.283000', '122708.286000', '122708.289000', '122708.292000', '122708.301000', '122708.304000', '122708.307000', '122708.310000', '122708.313000', '122708.316000', '122708.318000', '122708.321000', '122708.324000', '122708.327000', '122708.330000', '122708.332000', '122708.335000', '122708.338000', '122708.341000', '122708.344000', '122708.347000', '122708.349000', '122708.352000', '122708.355000', '122708.358000', '122708.361000', '122708.363000', '122708.366000', '122708.369000', '122708.372000', '122728.234000', '122728.237000', '122728.240000', '122728.243000', '122728.246000', '122728.249000', '122728.251000', '122728.254000', '122728.257000', '122728.260000', '122728.263000', '122728.265000', '122728.268000', '122728.271000', '122728.274000', '122728.277000', '122728.280000', '122728.282000', '122728.285000', '122728.288000', '122728.291000', '122728.294000', '122728.297000', '122728.299000', '122728.302000', '122728.305000', '122728.308000', '122728.311000', '122728.314000', '122728.317000', '122728.319000', '122728.322000', '122728.325000', '122728.328000', '122728.331000', '122728.334000', '122728.336000', '122728.339000', '122728.342000', '122728.345000', '122728.348000', '122728.351000', '122728.353000', '122728.356000', '122735.922000', '122735.926000', '122735.937000', '122735.940000', '122735.943000', '122735.946000', '122735.950000', '122735.952000', '122735.955000', '122735.958000', '122735.961000', '122735.964000', '122735.967000', '122735.970000', '122735.973000', '122735.976000', '122735.979000'], 'InstanceCreationTime': ['121748.267000', '121748.271000', '121748.274000', '121748.277000', '121748.279000', '121748.282000', '121748.285000', '121748.288000', '121748.291000', '121748.294000', '121748.296000', '121748.299000', '121748.312000', '121748.315000', '121748.318000', '121748.321000', '121748.324000', '121748.326000', '121748.329000', '121748.332000', '121748.335000', '121748.338000', '121748.341000', '121748.343000', '121748.346000', '121748.349000', '121748.352000', '121748.355000', '121748.357000', '121748.360000', '121748.363000', '121748.366000', '121748.369000', '121748.372000', '121748.374000', '121748.377000', '121748.380000', '121748.383000', '121748.386000', '121748.388000', '121748.391000', '121748.394000', '121748.400000', '121748.403000', '121748.406000', '121808.234000', '121808.237000', '121808.240000', '121808.243000', '121808.246000', '121808.249000', '121808.252000', '121808.255000', '121808.258000', '121808.261000', '121808.264000', '121808.267000', '121808.269000', '121808.272000', '121808.275000', '121808.278000', '121808.280000', '121808.283000', '121808.286000', '121808.289000', '121808.292000', '121808.294000', '121808.297000', '121808.300000', '121808.317000', '121808.320000', '121808.323000', '121808.330000', '121808.332000', '121808.335000', '121808.338000', '121808.341000', '121808.344000', '121808.346000', '121808.349000', '121808.352000', '121808.355000', '121808.358000', '121808.360000', '121808.363000', '121808.366000', '121808.376000', '121808.379000', '121828.234000', '121828.237000', '121828.240000', '121828.242000', '121828.245000', '121828.248000', '121828.251000', '121828.254000', '121828.256000', '121828.259000', '121828.262000', '121828.265000', '121828.268000', '121828.270000', '121828.273000', '121828.276000', '121828.279000', '121828.282000', '121828.285000', '121828.287000', '121828.290000', '121828.293000', '121828.296000', '121828.299000', '121828.302000', '121828.305000', '121828.308000', '121828.310000', '121828.313000', '121828.316000', '121828.319000', '121828.322000', '121828.324000', '121828.327000', '121828.330000', '121828.333000', '121828.335000', '121828.338000', '121828.341000', '121828.344000', '121828.347000', '121828.350000', '121828.353000', '121828.355000', '121848.235000', '121848.238000', '121848.241000', '121848.243000', '121848.247000', '121848.249000', '121848.252000', '121848.255000', '121848.258000', '121848.261000', '121848.263000', '121848.266000', '121848.269000', '121848.272000', '121848.275000', '121848.278000', '121848.281000', '121848.283000', '121848.286000', '121848.289000', '121848.292000', '121848.295000', '121848.298000', '121848.301000', '121848.303000', '121848.306000', '121848.309000', '121848.312000', '121848.315000', '121848.317000', '121848.320000', '121848.323000', '121848.326000', '121848.329000', '121848.332000', '121848.334000', '121848.337000', '121848.340000', '121848.346000', '121848.349000', '121848.352000', '121848.354000', '121848.357000', '121908.235000', '121908.238000', '121908.241000', '121908.243000', '121908.246000', '121908.249000', '121908.252000', '121908.255000', '121908.257000', '121908.260000', '121908.263000', '121908.266000', '121908.269000', '121908.272000', '121908.274000', '121908.277000', '121908.280000', '121908.283000', '121908.286000', '121908.288000', '121908.291000', '121908.294000', '121908.297000', '121908.300000', '121908.303000', '121908.306000', '121908.308000', '121908.311000', '121908.314000', '121908.317000', '121908.320000', '121908.322000', '121908.325000', '121908.328000', '121908.331000', '121908.334000', '121908.337000', '121908.339000', '121908.342000', '121908.345000', '121908.348000', '121908.351000', '121908.353000', '121908.356000', '121928.235000', '121928.238000', '121928.241000', '121928.244000', '121928.246000', '121928.249000', '121928.252000', '121928.255000', '121928.258000', '121928.260000', '121928.263000', '121928.266000', '121928.269000', '121928.272000', '121928.276000', '121928.279000', '121928.282000', '121928.285000', '121928.288000', '121928.291000', '121928.294000', '121928.297000', '121928.300000', '121928.302000', '121928.305000', '121928.308000', '121928.311000', '121928.314000', '121928.317000', '121928.319000', '121928.322000', '121928.325000', '121928.328000', '121928.333000', '121928.336000', '121928.338000', '121928.341000', '121928.344000', '121928.347000', '121928.350000', '121928.353000', '121928.356000', '121928.358000', '121948.234000', '121948.237000', '121948.240000', '121948.242000', '121948.245000', '121948.248000', '121948.251000', '121948.254000', '121948.257000', '121948.259000', '121948.262000', '121948.265000', '121948.268000', '121948.271000', '121948.273000', '121948.276000', '121948.279000', '121948.282000', '121948.285000', '121948.287000', '121948.290000', '121948.293000', '121948.296000', '121948.299000', '121948.302000', '121948.304000', '121948.307000', '121948.310000', '121948.313000', '121948.315000', '121948.318000', '121948.321000', '121948.324000', '121948.327000', '121948.329000', '121948.355000', '121948.358000', '121948.361000', '121948.363000', '121948.366000', '121948.369000', '121948.372000', '121948.374000', '121948.377000', '122008.234000', '122008.237000', '122008.240000', '122008.243000', '122008.245000', '122008.248000', '122008.251000', '122008.254000', '122008.257000', '122008.260000', '122008.263000', '122008.265000', '122008.268000', '122008.271000', '122008.274000', '122008.277000', '122008.279000', '122008.282000', '122008.285000', '122008.288000', '122008.291000', '122008.294000', '122008.297000', '122008.300000', '122008.302000', '122008.309000', '122008.312000', '122008.315000', '122008.318000', '122008.321000', '122008.323000', '122008.326000', '122008.329000', '122008.332000', '122008.335000', '122008.338000', '122008.340000', '122008.343000', '122008.346000', '122008.349000', '122008.352000', '122008.354000', '122008.357000', '122028.234000', '122028.237000', '122028.240000', '122028.248000', '122028.251000', '122028.254000', '122028.257000', '122028.260000', '122028.262000', '122028.265000', '122028.268000', '122028.271000', '122028.274000', '122028.277000', '122028.279000', '122028.282000', '122028.285000', '122028.288000', '122028.291000', '122028.294000', '122028.296000', '122028.299000', '122028.302000', '122028.305000', '122028.307000', '122028.310000', '122028.313000', '122028.316000', '122028.319000', '122028.322000', '122028.324000', '122028.327000', '122028.330000', '122028.333000', '122028.336000', '122028.339000', '122028.341000', '122028.344000', '122028.347000', '122028.350000', '122028.353000', '122028.355000', '122028.358000', '122028.361000', '122048.234000', '122048.237000', '122048.240000', '122048.243000', '122048.245000', '122048.248000', '122048.251000', '122048.254000', '122048.257000', '122048.261000', '122048.264000', '122048.266000', '122048.269000', '122048.272000', '122048.275000', '122048.278000', '122048.281000', '122048.284000', '122048.286000', '122048.289000', '122048.292000', '122048.295000', '122048.298000', '122048.301000', '122048.303000', '122048.306000', '122048.309000', '122048.312000', '122048.315000', '122048.319000', '122048.321000', '122048.324000', '122048.327000', '122048.330000', '122048.333000', '122048.336000', '122048.338000', '122048.341000', '122048.344000', '122048.347000', '122048.350000', '122048.353000', '122048.355000', '122108.235000', '122108.238000', '122108.241000', '122108.244000', '122108.247000', '122108.250000', '122108.252000', '122108.255000', '122108.258000', '122108.261000', '122108.264000', '122108.267000', '122108.270000', '122108.272000', '122108.275000', '122108.278000', '122108.281000', '122108.284000', '122108.287000', '122108.289000', '122108.292000', '122108.295000', '122108.298000', '122108.301000', '122108.303000', '122108.306000', '122108.309000', '122108.312000', '122108.314000', '122108.317000', '122108.320000', '122108.323000', '122108.326000', '122108.329000', '122108.331000', '122108.334000', '122108.337000', '122108.340000', '122108.343000', '122108.345000', '122108.348000', '122108.351000', '122108.354000', '122108.356000', '122128.235000', '122128.238000', '122128.241000', '122128.244000', '122128.247000', '122128.249000', '122128.252000', '122128.255000', '122128.258000', '122128.261000', '122128.263000', '122128.266000', '122128.269000', '122128.272000', '122128.275000', '122128.277000', '122128.295000', '122128.298000', '122128.301000', '122128.303000', '122128.306000', '122128.309000', '122128.312000', '122128.315000', '122128.317000', '122128.320000', '122128.323000', '122128.326000', '122128.329000', '122128.332000', '122128.335000', '122128.338000', '122128.341000', '122128.343000', '122128.346000', '122128.352000', '122128.355000', '122128.358000', '122128.361000', '122128.364000', '122128.367000', '122128.369000', '122128.372000', '122148.235000', '122148.238000', '122148.241000', '122148.244000', '122148.246000', '122148.249000', '122148.252000', '122148.255000', '122148.258000', '122148.261000', '122148.263000', '122148.266000', '122148.269000', '122148.272000', '122148.275000', '122148.278000', '122148.280000', '122148.283000', '122148.286000', '122148.289000', '122148.292000', '122148.295000', '122148.297000', '122148.300000', '122148.303000', '122148.306000', '122148.309000', '122148.311000', '122148.314000', '122148.317000', '122148.320000', '122148.323000', '122148.326000', '122148.328000', '122148.331000', '122148.334000', '122148.337000', '122148.340000', '122148.342000', '122148.345000', '122148.348000', '122148.351000', '122148.354000', '122148.356000', '122208.234000', '122208.237000', '122208.240000', '122208.243000', '122208.246000', '122208.248000', '122208.251000', '122208.254000', '122208.257000', '122208.260000', '122208.262000', '122208.265000', '122208.268000', '122208.271000', '122208.274000', '122208.277000', '122208.279000', '122208.282000', '122208.285000', '122208.288000', '122208.291000', '122208.294000', '122208.297000', '122208.301000', '122208.304000', '122208.306000', '122208.309000', '122208.312000', '122208.315000', '122208.318000', '122208.321000', '122208.324000', '122208.326000', '122208.329000', '122208.332000', '122208.335000', '122208.338000', '122208.340000', '122208.343000', '122208.346000', '122208.349000', '122208.352000', '122208.355000', '122228.234000', '122228.237000', '122228.240000', '122228.242000', '122228.245000', '122228.248000', '122228.251000', '122228.254000', '122228.257000', '122228.259000', '122228.263000', '122228.266000', '122228.269000', '122228.272000', '122228.275000', '122228.278000', '122228.281000', '122228.283000', '122228.286000', '122228.289000', '122228.292000', '122228.295000', '122228.298000', '122228.300000', '122228.303000', '122228.306000', '122228.309000', '122228.312000', '122228.315000', '122228.317000', '122228.320000', '122228.323000', '122228.326000', '122228.329000', '122228.331000', '122228.334000', '122228.337000', '122228.340000', '122228.342000', '122228.345000', '122228.348000', '122228.351000', '122228.354000', '122228.357000', '122248.234000', '122248.237000', '122248.240000', '122248.243000', '122248.245000', '122248.248000', '122248.251000', '122248.254000', '122248.257000', '122248.260000', '122248.262000', '122248.265000', '122248.268000', '122248.271000', '122248.274000', '122248.277000', '122248.280000', '122248.282000', '122248.285000', '122248.288000', '122248.291000', '122248.294000', '122248.297000', '122248.299000', '122248.302000', '122248.305000', '122248.317000', '122248.320000', '122248.323000', '122248.326000', '122248.329000', '122248.331000', '122248.334000', '122248.337000', '122248.340000', '122248.343000', '122248.346000', '122248.348000', '122248.351000', '122248.354000', '122248.357000', '122248.360000', '122248.363000', '122308.234000', '122308.237000', '122308.240000', '122308.243000', '122308.245000', '122308.248000', '122308.251000', '122308.254000', '122308.257000', '122308.259000', '122308.262000', '122308.265000', '122308.268000', '122308.271000', '122308.274000', '122308.277000', '122308.279000', '122308.282000', '122308.285000', '122308.288000', '122308.291000', '122308.293000', '122308.296000', '122308.299000', '122308.302000', '122308.305000', '122308.308000', '122308.310000', '122308.313000', '122308.316000', '122308.319000', '122308.322000', '122308.324000', '122308.327000', '122308.330000', '122308.333000', '122308.336000', '122308.338000', '122308.341000', '122308.344000', '122308.347000', '122308.350000', '122308.353000', '122308.355000', '122328.235000', '122328.238000', '122328.241000', '122328.244000', '122328.247000', '122328.249000', '122328.252000', '122328.255000', '122328.258000', '122328.261000', '122328.264000', '122328.266000', '122328.269000', '122328.272000', '122328.275000', '122328.278000', '122328.281000', '122328.283000', '122328.286000', '122328.289000', '122328.292000', '122328.295000', '122328.298000', '122328.300000', '122328.303000', '122328.306000', '122328.309000', '122328.312000', '122328.315000', '122328.318000', '122328.320000', '122328.323000', '122328.326000', '122328.329000', '122328.332000', '122328.336000', '122328.339000', '122328.342000', '122328.345000', '122328.347000', '122328.350000', '122328.353000', '122328.356000', '122348.235000', '122348.238000', '122348.241000', '122348.244000', '122348.247000', '122348.249000', '122348.252000', '122348.256000', '122348.259000', '122348.262000', '122348.265000', '122348.268000', '122348.271000', '122348.274000', '122348.277000', '122348.279000', '122348.282000', '122348.285000', '122348.288000', '122348.291000', '122348.293000', '122348.296000', '122348.299000', '122348.302000', '122348.305000', '122348.308000', '122348.310000', '122348.313000', '122348.316000', '122348.319000', '122348.322000', '122348.325000', '122348.327000', '122348.330000', '122348.333000', '122348.336000', '122348.338000', '122348.341000', '122348.344000', '122348.347000', '122348.350000', '122348.353000', '122348.356000', '122348.358000', '122408.235000', '122408.238000', '122408.241000', '122408.244000', '122408.247000', '122408.249000', '122408.252000', '122408.255000', '122408.258000', '122408.261000', '122408.264000', '122408.266000', '122408.269000', '122408.272000', '122408.275000', '122408.278000', '122408.281000', '122408.284000', '122408.286000', '122408.289000', '122408.292000', '122408.295000', '122408.298000', '122408.301000', '122408.304000', '122408.307000', '122408.309000', '122408.312000', '122408.315000', '122408.318000', '122408.321000', '122408.323000', '122408.326000', '122408.329000', '122408.332000', '122408.335000', '122408.338000', '122408.340000', '122408.343000', '122408.346000', '122408.349000', '122408.352000', '122408.355000', '122428.234000', '122428.237000', '122428.240000', '122428.243000', '122428.245000', '122428.248000', '122428.251000', '122428.254000', '122428.257000', '122428.260000', '122428.262000', '122428.265000', '122428.268000', '122428.271000', '122428.274000', '122428.277000', '122428.279000', '122428.282000', '122428.285000', '122428.288000', '122428.291000', '122428.294000', '122428.297000', '122428.299000', '122428.302000', '122428.305000', '122428.308000', '122428.311000', '122428.313000', '122428.316000', '122428.319000', '122428.322000', '122428.324000', '122428.327000', '122428.330000', '122428.333000', '122428.336000', '122428.339000', '122428.341000', '122428.344000', '122428.347000', '122428.350000', '122428.353000', '122428.356000', '122448.234000', '122448.237000', '122448.240000', '122448.243000', '122448.246000', '122448.248000', '122448.251000', '122448.254000', '122448.257000', '122448.260000', '122448.262000', '122448.265000', '122448.268000', '122448.271000', '122448.274000', '122448.277000', '122448.279000', '122448.282000', '122448.285000', '122448.288000', '122448.291000', '122448.293000', '122448.296000', '122448.299000', '122448.302000', '122448.305000', '122448.308000', '122448.311000', '122448.313000', '122448.316000', '122448.319000', '122448.322000', '122448.324000', '122448.327000', '122448.330000', '122448.333000', '122448.336000', '122448.339000', '122448.341000', '122448.344000', '122448.347000', '122448.350000', '122448.353000', '122508.234000', '122508.237000', '122508.240000', '122508.242000', '122508.245000', '122508.248000', '122508.251000', '122508.254000', '122508.257000', '122508.260000', '122508.262000', '122508.265000', '122508.268000', '122508.271000', '122508.274000', '122508.276000', '122508.279000', '122508.282000', '122508.285000', '122508.288000', '122508.290000', '122508.293000', '122508.296000', '122508.299000', '122508.302000', '122508.305000', '122508.307000', '122508.310000', '122508.313000', '122508.316000', '122508.319000', '122508.322000', '122508.324000', '122508.327000', '122508.330000', '122508.333000', '122508.336000', '122508.338000', '122508.341000', '122508.344000', '122508.347000', '122508.350000', '122508.353000', '122508.355000', '122528.234000', '122528.237000', '122528.240000', '122528.243000', '122528.246000', '122528.248000', '122528.251000', '122528.254000', '122528.257000', '122528.260000', '122528.263000', '122528.265000', '122528.268000', '122528.271000', '122528.274000', '122528.277000', '122528.280000', '122528.282000', '122528.285000', '122528.288000', '122528.291000', '122528.294000', '122528.297000', '122528.300000', '122528.302000', '122528.305000', '122528.308000', '122528.311000', '122528.314000', '122528.316000', '122528.319000', '122528.322000', '122528.325000', '122528.328000', '122528.331000', '122528.333000', '122528.336000', '122528.339000', '122528.342000', '122528.345000', '122528.347000', '122528.350000', '122528.353000', '122548.235000', '122548.238000', '122548.241000', '122548.244000', '122548.249000', '122548.253000', '122548.256000', '122548.259000', '122548.261000', '122548.264000', '122548.267000', '122548.270000', '122548.273000', '122548.275000', '122548.278000', '122548.281000', '122548.284000', '122548.287000', '122548.289000', '122548.293000', '122548.295000', '122548.298000', '122548.301000', '122548.304000', '122548.307000', '122548.309000', '122548.312000', '122548.315000', '122548.318000', '122548.321000', '122548.323000', '122548.326000', '122548.329000', '122548.332000', '122548.335000', '122548.338000', '122548.340000', '122548.343000', '122548.346000', '122548.349000', '122548.352000', '122548.354000', '122548.357000', '122608.235000', '122608.238000', '122608.241000', '122608.244000', '122608.247000', '122608.249000', '122608.252000', '122608.255000', '122608.258000', '122608.261000', '122608.264000', '122608.266000', '122608.269000', '122608.272000', '122608.275000', '122608.278000', '122608.281000', '122608.283000', '122608.286000', '122608.289000', '122608.292000', '122608.295000', '122608.298000', '122608.300000', '122608.303000', '122608.306000', '122608.309000', '122608.312000', '122608.315000', '122608.317000', '122608.320000', '122608.323000', '122608.326000', '122608.329000', '122608.332000', '122608.334000', '122608.337000', '122608.340000', '122608.343000', '122608.346000', '122608.348000', '122608.351000', '122608.354000', '122608.357000', '122628.235000', '122628.238000', '122628.241000', '122628.244000', '122628.247000', '122628.249000', '122628.252000', '122628.255000', '122628.258000', '122628.261000', '122628.264000', '122628.267000', '122628.270000', '122628.272000', '122628.275000', '122628.278000', '122628.281000', '122628.284000', '122628.287000', '122628.290000', '122628.292000', '122628.295000', '122628.298000', '122628.301000', '122628.304000', '122628.306000', '122628.309000', '122628.312000', '122628.315000', '122628.318000', '122628.321000', '122628.324000', '122628.326000', '122628.329000', '122628.332000', '122628.335000', '122628.338000', '122628.340000', '122628.343000', '122628.346000', '122628.349000', '122628.352000', '122628.355000', '122648.234000', '122648.237000', '122648.240000', '122648.243000', '122648.246000', '122648.249000', '122648.251000', '122648.254000', '122648.257000', '122648.260000', '122648.263000', '122648.266000', '122648.268000', '122648.271000', '122648.274000', '122648.277000', '122648.280000', '122648.283000', '122648.286000', '122648.288000', '122648.291000', '122648.294000', '122648.297000', '122648.300000', '122648.302000', '122648.305000', '122648.308000', '122648.311000', '122648.314000', '122648.317000', '122648.319000', '122648.322000', '122648.325000', '122648.328000', '122648.331000', '122648.334000', '122648.336000', '122648.339000', '122648.342000', '122648.345000', '122648.348000', '122648.351000', '122648.353000', '122648.356000', '122708.234000', '122708.237000', '122708.240000', '122708.250000', '122708.253000', '122708.256000', '122708.259000', '122708.263000', '122708.268000', '122708.271000', '122708.274000', '122708.277000', '122708.280000', '122708.283000', '122708.286000', '122708.289000', '122708.292000', '122708.301000', '122708.304000', '122708.307000', '122708.310000', '122708.313000', '122708.316000', '122708.318000', '122708.321000', '122708.324000', '122708.327000', '122708.330000', '122708.332000', '122708.335000', '122708.338000', '122708.341000', '122708.344000', '122708.347000', '122708.349000', '122708.352000', '122708.355000', '122708.358000', '122708.361000', '122708.363000', '122708.366000', '122708.369000', '122708.372000', '122728.234000', '122728.237000', '122728.240000', '122728.243000', '122728.246000', '122728.249000', '122728.251000', '122728.254000', '122728.257000', '122728.260000', '122728.263000', '122728.265000', '122728.268000', '122728.271000', '122728.274000', '122728.277000', '122728.280000', '122728.282000', '122728.285000', '122728.288000', '122728.291000', '122728.294000', '122728.297000', '122728.299000', '122728.302000', '122728.305000', '122728.308000', '122728.311000', '122728.314000', '122728.317000', '122728.319000', '122728.322000', '122728.325000', '122728.328000', '122728.331000', '122728.334000', '122728.336000', '122728.339000', '122728.342000', '122728.345000', '122728.348000', '122728.351000', '122728.353000', '122728.356000', '122735.922000', '122735.926000', '122735.937000', '122735.940000', '122735.943000', '122735.946000', '122735.950000', '122735.952000', '122735.955000', '122735.958000', '122735.961000', '122735.964000', '122735.967000', '122735.970000', '122735.973000', '122735.976000', '122735.979000'], '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, 1323], 'LargestImagePixelValue': [8519, 12003, 8589, 11764, 9815, 13657, 8643, 10545, 9656, 14068, 8252, 10723, 8009, 14305, 11427, 14886, 11519, 14069, 11220, 14002, 11248, 14385, 10441, 13889, 9222, 13908, 8710, 14317, 8384, 14927, 9700, 13617, 10536, 13666, 11933, 13393, 13684, 12605, 14483, 11722, 13933, 11960, 13984, 10854, 13245, 10721, 14067, 11216, 13786, 10798, 13541, 9871, 13345, 10136, 13630, 11286, 12683, 11198, 13359, 10870, 14031, 10802, 16712, 10363, 10765, 8093, 12116, 10024, 11104, 9416, 9346, 11334, 14442, 12819, 10739, 19999, 13573, 18249, 12668, 18153, 13685, 18251, 14739, 18244, 15486, 17290, 14382, 17019, 13933, 16865, 14679, 16378, 14451, 15023, 13861, 15465, 14679, 16372, 14846, 16389, 14204, 16264, 14183, 16327, 14769, 14437, 14744, 11603, 15303, 11161, 16401, 11378, 17018, 11151, 16561, 11839, 16651, 11057, 16091, 11177, 16858, 11490, 15759, 10980, 15864, 11646, 15127, 12756, 13457, 12682, 11059, 15202, 9809, 17166, 12816, 17290, 13678, 16908, 14639, 16454, 14486, 16829, 13839, 17632, 14488, 15650, 11186, 13884, 13275, 17436, 17962, 13251, 17832, 11756, 17536, 15598, 15309, 14236, 11495, 15810, 11890, 14446, 8834, 13693, 10568, 15971, 10639, 15660, 12043, 15136, 12406, 14703, 13017, 12474, 12305, 11473, 12686, 13408, 13125, 11625, 13995, 9431, 14291, 9114, 14310, 9685, 14051, 10315, 13694, 10181, 13713, 10190, 13769, 11598, 14056, 11300, 15420, 11775, 8501, 8396, 7913, 8263, 7693, 9894, 8524, 8154, 8969, 8719, 11743, 14857, 16529, 13522, 13692, 10491, 15937, 9654, 14730, 13357, 14031, 13580, 15364, 11533, 19729, 10915, 15239, 11323, 14182, 9581, 12873, 8517, 12846, 8176, 13011, 8021, 12809, 8351, 12627, 8447, 12289, 8058, 12285, 7862, 12225, 8315, 11413, 7912, 11448, 8002, 11278, 7884, 11705, 7949, 8425, 8136, 9916, 8223, 10939, 8533, 13558, 10476, 14515, 10193, 13528, 9728, 15421, 9604, 15648, 9714, 15431, 9318, 14343, 8382, 13802, 8517, 14817, 9958, 16207, 11326, 14974, 8266, 11903, 9757, 15962, 9969, 15087, 10537, 14869, 10485, 13072, 8363, 12008, 8224, 12277, 10213, 12678, 10140, 11728, 8712, 11886, 9072, 12787, 11741, 12798, 12051, 11230, 10552, 10551, 13139, 9576, 14944, 11366, 13983, 9495, 10657, 8763, 8035, 9824, 8130, 10612, 8000, 11130, 9401, 11406, 11959, 10339, 8160, 10822, 8601, 9940, 9224, 13162, 9987, 8164, 13387, 10153, 18417, 10441, 16205, 9805, 14714, 10328, 14050, 10210, 12415, 11960, 10877, 17243, 9068, 15298, 8543, 13912, 8045, 12570, 7945, 11995, 8103, 12105, 8044, 12184, 8045, 11218, 8098, 11287, 7891, 11931, 7995, 11853, 8078, 11422, 8014, 11207, 14856, 10472, 15742, 9415, 15018, 8741, 14425, 9471, 14061, 8272, 13280, 8089, 12389, 8050, 12701, 8214, 12367, 9696, 15301, 8979, 14320, 10047, 13786, 8993, 14345, 8990, 13477, 8789, 13708, 8892, 12658, 8922, 11988, 12265, 11145, 16269, 10464, 15498, 9610, 13872, 8347, 12656, 8238, 13102, 9346, 12232, 8274, 12172, 9018, 11377, 14847, 10754, 14832, 10076, 15165, 9197, 13931, 8971, 13672, 9085, 12685, 8214, 12719, 8018, 12424, 8278, 13325, 8266, 13590, 8161, 13901, 9496, 13561, 10938, 11918, 10003, 11312, 12999, 11488, 12800, 11466, 9591, 11229, 9619, 10285, 12895, 12291, 13883, 12013, 13206, 10762, 15653, 9467, 14723, 9442, 13520, 8575, 13058, 8160, 12386, 8818, 13013, 8514, 12940, 7973, 12936, 8874, 12840, 10425, 12401, 10211, 11684, 12105, 10792, 15753, 9726, 15845, 9806, 13299, 8858, 13087, 8469, 12693, 8785, 12837, 8242, 12102, 8545, 11771, 7996, 13013, 8317, 11229, 10254, 10446, 14765, 9337, 15126, 8350, 13567, 8548, 12890, 8890, 13107, 8281, 13162, 8401, 12394, 8922, 13684, 9952, 11999, 10680, 13588, 10633, 12924, 10893, 10106, 11890, 10755, 12021, 13078, 12617, 15167, 11273, 14768, 10283, 16416, 11025, 16255, 11490, 16208, 9337, 15986, 9325, 15920, 10429, 15843, 9955, 14707, 8782, 15010, 10024, 13388, 10948, 12446, 10671, 12964, 10183, 14172, 10753, 11663, 13915, 10469, 12400, 8882, 13146, 8122, 12962, 8147, 13079, 8829, 13682, 8927, 13303, 8848, 12926, 9089, 14410, 10591, 12982, 9905, 12270, 10394, 8708, 14240, 9197, 14253, 11137, 8312, 13760, 10097, 14719, 9640, 14474, 9688, 13388, 10830, 12117, 16295, 10748, 15296, 10063, 13449, 9114, 13347, 8517, 12824, 7965, 12345, 10686, 16064, 11076, 12069, 7985, 11211, 8112, 11732, 8822, 13287, 8834, 14164, 9212, 12487, 9702, 12714, 9189, 13771, 9187, 12326, 13980, 11194, 19023, 10908, 14624, 10269, 14285, 9651, 12668, 8781, 13934, 9067, 12765, 8891, 12921, 9555, 13486, 10754, 13682, 10073, 13266, 9546, 12665, 9153, 13066, 10800, 12211, 10222, 11472, 15914, 10424, 15058, 11449, 14297, 9952, 14078, 9619, 13276, 8815, 13940, 8961, 14697, 10601, 14004, 11081, 8701, 12824, 10123, 13766, 9525, 12548, 8796, 11535, 18151, 11504, 16493, 9966, 13206, 8507, 12780, 8522, 11844, 14263, 10632, 15522, 9761, 15231, 9138, 14617, 9111, 13988, 8637, 13789, 8349, 11566, 10038, 11030, 10539, 12682, 8189, 12382, 8145, 12139, 11403, 11317, 14821, 11135, 15793, 10022, 13770, 9203, 13098, 11610, 12101, 17290, 10136, 14295, 9775, 13652, 8623, 13127, 11254, 11471, 10172, 10847, 11148, 10163, 14503, 15899, 19496, 11152, 13393, 10112, 14180, 10697, 13848, 10351, 14312, 10893, 13720, 10187, 13864, 9695, 12881, 10435, 12871, 13466, 11592, 16727, 11308, 14498, 10303, 13252, 8579, 13228, 7879, 12705, 9148, 11809, 13961, 11241, 14571, 10383, 16552, 9851, 13467, 10596, 13213, 9943, 14367, 9364, 13512, 8614, 12908, 8700, 15780, 8303, 11829, 11302, 12218, 12492, 11691, 11630, 13090, 15190, 11334, 14740, 11029, 14427, 10883, 14081, 9109, 14702, 8662, 13087, 11110, 12687, 15417, 11185, 14422, 11293, 15611, 10152, 13917, 8934, 14119, 8123, 12419, 10656, 12214, 14809, 11707, 14014, 11050, 14473, 10786, 15703, 9896, 13575, 8922, 14658, 8132, 12188, 13945, 11357, 14730, 11192, 14130, 10319, 13775, 10828, 13906, 11388, 12794, 11451, 14552, 10295, 14208, 10577, 13742, 9843, 13553, 7910, 12837, 12046, 12439, 14385, 11724, 13937, 11384, 15177, 10648, 15121, 10330, 13905, 10129, 13633, 8848, 14368, 8180, 13293, 11188, 13721, 10957, 13567, 8179, 13366, 10694, 12830, 12051, 13090, 10528, 12655, 11072, 12125, 15344, 11849, 15212, 11660, 16313, 10846, 15735, 10463, 14324, 8525, 13764, 8087, 12674, 8240, 13858, 8066, 13723, 9992, 12642, 8873, 15011, 10178, 13674, 10487, 13251, 9790, 13782, 8270, 12862, 12889, 11920, 14567, 11290, 14407, 9754, 14350, 8049, 14380, 10231, 13839, 10617, 12886, 10438, 11418, 14994, 11103, 14243, 11685, 14799, 10700, 14777, 10215, 14279, 10324, 14342, 9907, 13491, 8053, 13608, 11176, 13333, 10261, 12452, 15515, 11083, 14836, 11123, 14038, 10408, 14479, 9336, 14327, 8284, 13185, 9114, 12303, 10590, 11125, 10131, 11383, 10987, 11454, 9142, 11672, 11284, 12630, 12163, 12408, 13360, 11975, 15028, 10572, 14739, 9515, 13598, 8976, 14073, 9896, 13543, 9539, 13198, 10441, 12490, 9490, 11505, 14623, 11078, 14816, 10945, 14830, 10416, 14682, 9799, 13497, 8408, 12706, 7836, 12823, 11240, 11775, 14903, 11734, 12024, 10919, 14502, 10568, 14377, 10975, 14146, 10952, 15094, 10219, 13084, 10322, 13676, 8705, 13851, 9280, 12438, 15502, 10173, 14811, 10735, 14262, 11026, 13326, 9453, 15643, 9947, 15632, 10902, 11460, 12340, 14505, 11370, 15219, 11133, 14384, 9660, 13223, 10504, 11739, 15118, 11297, 14602, 10195, 13097, 8383, 12726, 10173, 11983, 15757, 11655, 13884, 10889, 15034, 10350, 13970, 10129, 14463, 10198, 13169, 9546, 14389, 9672, 13407, 8527, 14495, 9056, 12798, 12792, 11276, 15386, 11129, 14222, 10912, 13552, 8324, 13120, 8969, 11974, 13273, 12868, 11347, 11194, 10106, 11445, 8155, 21635, 21855, 16715, 15954, 11303, 13327, 10662, 13211, 11497, 15686, 10416, 9412, 13577, 9888, 17313, 13872, 18868, 19650, 13261, 17905, 12883, 17357, 13278, 18378, 11387, 17277, 11215, 16117, 10969, 15737, 10779, 15024, 9942, 15653, 11647, 14373, 15733, 13968, 14095, 12242, 15590, 12294, 15958, 12414, 15330, 11930, 16813, 11489, 16649, 10409, 15548, 17664, 12873, 15914, 12226, 15978, 11177, 16220, 11129, 14954, 10585, 13097, 10587, 14512, 10666, 14327, 10928, 14457, 10510, 14632, 14621, 12909, 17640, 13598, 17578, 11696, 16350, 18111, 13749, 18651, 13754, 17151, 12930, 18168, 11634, 17133, 13052, 14610, 18950, 14193, 18022, 12440, 17537, 12132, 17354, 11447, 16438, 13169, 13854, 13423, 13535, 17202, 12674, 16532, 12635, 15726, 12286, 17066, 11410, 16751, 10786, 15754, 17348, 13550, 17586, 12760, 17287, 11773, 17033, 11805, 16560, 11515, 15023, 16601, 14238, 17295, 12334, 16214, 12412, 17175, 11014, 16560, 11655, 16276, 11782, 16372, 10942, 15834, 11231, 15852, 18545, 13398, 18495, 12619, 18961, 12380, 18762, 11720, 17673, 16665, 16528, 17766, 15601, 10502, 16033, 10753, 17083, 11441, 16777, 15524, 14560, 17288, 14241, 18986, 14186, 18377, 13245, 18481, 11622, 17587, 10665, 16615, 16276, 15326, 20528, 14849, 19121, 13116, 17580, 10989, 16498, 10912, 15791, 12519, 14513, 16291, 13706, 16556, 13818, 16407, 12736, 17125, 11433, 16288, 14282, 16789, 11000, 11345, 14872, 10088, 16591, 11269, 16292, 11912, 16089, 15347, 14323, 18893, 13837, 18673, 12234, 18000, 11471, 16915, 17357, 13972, 19620, 12851, 17543, 11523, 17152, 11449, 15877, 13119, 14812, 17994, 13586, 17246, 12673], 'WindowCenter': [4842.0, 4877.0, 4826.0, 4866.0, 4833.0, 4874.0, 4810.0, 4825.0, 4828.0, 4854.0, 4810.0, 4819.0, 4799.0, 4884.0, 4868.0, 4882.0, 4852.0, 4872.0, 4854.0, 4884.0, 4856.0, 4884.0, 4855.0, 4872.0, 4834.0, 4872.0, 4813.0, 4881.0, 4814.0, 4882.0, 4833.0, 4872.0, 4842.0, 4872.0, 4852.0, 4872.0, 4870.0, 4862.0, 4881.0, 4862.0, 4871.0, 4864.0, 4871.0, 4853.0, 4862.0, 4854.0, 4872.0, 4854.0, 4881.0, 4856.0, 4899.0, 4858.0, 4896.0, 4867.0, 4897.0, 4868.0, 4887.0, 4880.0, 4899.0, 4881.0, 4897.0, 4868.0, 4791.0, 4784.0, 4960.0, 4897.0, 4915.0, 4914.0, 4880.0, 4888.0, 4877.0, 4834.0, 4844.0, 4944.0, 4792.0, 4940.0, 4866.0, 4915.0, 4876.0, 4915.0, 4885.0, 4926.0, 4897.0, 4915.0, 4907.0, 4916.0, 4897.0, 4913.0, 4897.0, 4904.0, 4885.0, 4905.0, 4887.0, 4885.0, 4886.0, 4894.0, 4885.0, 4892.0, 4895.0, 4904.0, 4886.0, 4902.0, 4884.0, 4901.0, 4893.0, 4883.0, 4895.0, 4865.0, 4904.0, 4866.0, 4904.0, 4865.0, 4916.0, 4869.0, 4915.0, 4878.0, 4915.0, 4869.0, 4906.0, 4867.0, 4916.0, 4891.0, 4932.0, 4868.0, 4904.0, 4874.0, 4905.0, 4899.0, 4909.0, 4899.0, 4890.0, 4934.0, 4875.0, 4944.0, 4903.0, 4943.0, 4911.0, 4931.0, 4922.0, 4931.0, 4912.0, 4931.0, 4912.0, 4929.0, 4921.0, 4943.0, 4892.0, 4898.0, 4890.0, 4905.0, 4896.0, 4867.0, 4908.0, 4869.0, 4919.0, 4910.0, 4909.0, 4899.0, 4868.0, 4905.0, 4880.0, 4909.0, 4837.0, 4885.0, 4855.0, 4894.0, 4857.0, 4905.0, 4875.0, 4893.0, 4866.0, 4895.0, 4886.0, 4875.0, 4876.0, 4855.0, 4887.0, 4898.0, 4887.0, 4866.0, 4894.0, 4836.0, 4894.0, 4835.0, 4895.0, 4847.0, 4895.0, 4856.0, 4884.0, 4856.0, 4884.0, 4858.0, 4898.0, 4880.0, 4907.0, 4878.0, 4905.0, 4846.0, 4657.0, 4906.0, 4861.0, 4854.0, 4834.0, 4859.0, 4841.0, 4807.0, 4844.0, 4815.0, 4853.0, 4859.0, 4935.0, 4899.0, 4888.0, 4870.0, 4917.0, 4861.0, 4919.0, 4900.0, 4899.0, 4886.0, 4893.0, 4852.0, 4899.0, 4829.0, 4869.0, 4841.0, 4860.0, 4819.0, 4848.0, 4798.0, 4834.0, 4797.0, 4846.0, 4789.0, 4848.0, 4801.0, 4848.0, 4801.0, 4848.0, 4802.0, 4848.0, 4802.0, 4848.0, 4811.0, 4849.0, 4814.0, 4864.0, 4816.0, 4866.0, 4829.0, 4888.0, 4848.0, 4830.0, 4841.0, 4864.0, 4847.0, 4868.0, 4840.0, 4889.0, 4872.0, 4908.0, 4873.0, 4897.0, 4863.0, 4918.0, 4862.0, 4917.0, 4862.0, 4909.0, 4862.0, 4910.0, 4853.0, 4897.0, 4851.0, 4898.0, 4858.0, 4906.0, 4870.0, 4896.0, 4830.0, 4879.0, 4852.0, 4894.0, 4846.0, 4884.0, 4846.0, 4885.0, 4859.0, 4877.0, 4829.0, 4865.0, 4817.0, 4855.0, 4859.0, 4866.0, 4834.0, 4854.0, 4813.0, 4854.0, 4814.0, 4862.0, 4853.0, 4853.0, 4852.0, 4831.0, 4832.0, 4833.0, 4849.0, 4812.0, 4872.0, 4857.0, 4878.0, 4827.0, 4831.0, 4812.0, 4801.0, 4830.0, 4803.0, 4843.0, 4806.0, 4859.0, 4816.0, 4847.0, 4845.0, 4828.0, 4809.0, 4848.0, 4835.0, 4848.0, 4771.0, 4911.0, 4885.0, 4853.0, 4901.0, 4873.0, 4927.0, 4883.0, 4919.0, 4849.0, 4888.0, 4859.0, 4877.0, 4846.0, 4865.0, 4852.0, 4833.0, 4889.0, 4812.0, 4869.0, 4801.0, 4849.0, 4792.0, 4849.0, 4792.0, 4839.0, 4803.0, 4841.0, 4792.0, 4852.0, 4804.0, 4842.0, 4802.0, 4843.0, 4805.0, 4866.0, 4817.0, 4866.0, 4816.0, 4867.0, 4828.0, 4869.0, 4896.0, 4858.0, 4905.0, 4838.0, 4895.0, 4839.0, 4886.0, 4837.0, 4885.0, 4830.0, 4877.0, 4819.0, 4866.0, 4818.0, 4887.0, 4868.0, 4869.0, 4842.0, 4887.0, 4814.0, 4888.0, 4851.0, 4890.0, 4854.0, 4901.0, 4843.0, 4891.0, 4843.0, 4888.0, 4829.0, 4880.0, 4828.0, 4857.0, 4855.0, 4845.0, 4883.0, 4835.0, 4873.0, 4825.0, 4862.0, 4804.0, 4853.0, 4806.0, 4853.0, 4812.0, 4843.0, 4803.0, 4843.0, 4813.0, 4843.0, 4871.0, 4834.0, 4872.0, 4824.0, 4872.0, 4824.0, 4862.0, 4814.0, 4862.0, 4814.0, 4852.0, 4805.0, 4852.0, 4805.0, 4854.0, 4805.0, 4865.0, 4806.0, 4864.0, 4816.0, 4875.0, 4825.0, 4866.0, 4845.0, 4856.0, 4836.0, 4858.0, 4865.0, 4857.0, 4879.0, 4861.0, 4839.0, 4859.0, 4825.0, 4861.0, 4868.0, 4869.0, 4878.0, 4868.0, 4865.0, 4846.0, 4885.0, 4837.0, 4874.0, 4828.0, 4865.0, 4817.0, 4863.0, 4818.0, 4855.0, 4815.0, 4865.0, 4805.0, 4854.0, 4805.0, 4854.0, 4803.0, 4854.0, 4833.0, 4844.0, 4822.0, 4842.0, 4840.0, 4831.0, 4858.0, 4801.0, 4868.0, 4810.0, 4838.0, 4801.0, 4838.0, 4790.0, 4837.0, 4792.0, 4840.0, 4793.0, 4840.0, 4804.0, 4843.0, 4793.0, 4864.0, 4804.0, 4845.0, 4833.0, 4845.0, 4872.0, 4825.0, 4873.0, 4817.0, 4863.0, 4817.0, 4854.0, 4828.0, 4878.0, 4833.0, 4868.0, 4831.0, 4880.0, 4844.0, 4889.0, 4863.0, 4894.0, 4874.0, 4892.0, 4863.0, 4880.0, 4863.0, 4861.0, 4872.0, 4859.0, 4881.0, 4879.0, 4871.0, 4889.0, 4861.0, 4887.0, 4838.0, 4884.0, 4836.0, 4882.0, 4847.0, 4883.0, 4815.0, 4882.0, 4816.0, 4871.0, 4834.0, 4873.0, 4824.0, 4862.0, 4805.0, 4861.0, 4823.0, 4864.0, 4835.0, 4856.0, 4848.0, 4896.0, 4863.0, 4875.0, 4821.0, 4831.0, 4852.0, 4834.0, 4854.0, 4814.0, 4864.0, 4818.0, 4865.0, 4818.0, 4864.0, 4816.0, 4865.0, 4827.0, 4865.0, 4828.0, 4867.0, 4829.0, 4889.0, 4848.0, 4865.0, 4838.0, 4866.0, 4847.0, 4827.0, 4899.0, 4851.0, 4899.0, 4860.0, 4843.0, 4890.0, 4851.0, 4890.0, 4851.0, 4879.0, 4828.0, 4867.0, 4834.0, 4842.0, 4871.0, 4822.0, 4858.0, 4810.0, 4837.0, 4802.0, 4851.0, 4802.0, 4839.0, 4790.0, 4840.0, 4724.0, 4905.0, 4839.0, 4851.0, 4789.0, 4866.0, 4816.0, 4864.0, 4838.0, 4885.0, 4839.0, 4886.0, 4849.0, 4878.0, 4850.0, 4867.0, 4838.0, 4877.0, 4825.0, 4866.0, 4885.0, 4846.0, 4900.0, 4832.0, 4861.0, 4822.0, 4859.0, 4824.0, 4851.0, 4813.0, 4872.0, 4813.0, 4850.0, 4813.0, 4851.0, 4836.0, 4865.0, 4846.0, 4874.0, 4847.0, 4875.0, 4837.0, 4866.0, 4837.0, 4875.0, 4843.0, 4854.0, 4832.0, 4843.0, 4881.0, 4833.0, 4871.0, 4855.0, 4872.0, 4823.0, 4861.0, 4823.0, 4862.0, 4839.0, 4876.0, 4804.0, 4877.0, 4835.0, 4862.0, 4843.0, 4829.0, 4866.0, 4837.0, 4877.0, 4838.0, 4867.0, 4816.0, 4845.0, 4893.0, 4855.0, 4882.0, 4823.0, 4850.0, 4801.0, 4840.0, 4802.0, 4842.0, 4871.0, 4833.0, 4869.0, 4821.0, 4869.0, 4812.0, 4860.0, 4813.0, 4860.0, 4803.0, 4864.0, 4804.0, 4857.0, 4836.0, 4846.0, 4846.0, 4868.0, 4818.0, 4866.0, 4819.0, 4858.0, 4857.0, 4859.0, 4885.0, 4857.0, 4885.0, 4838.0, 4875.0, 4826.0, 4864.0, 4843.0, 4854.0, 4892.0, 4824.0, 4861.0, 4822.0, 4851.0, 4803.0, 4853.0, 4842.0, 4844.0, 4834.0, 4846.0, 4843.0, 4834.0, 4794.0, 4907.0, 4859.0, 4871.0, 4888.0, 4847.0, 4884.0, 4857.0, 4896.0, 4859.0, 4886.0, 4859.0, 4887.0, 4858.0, 4876.0, 4837.0, 4866.0, 4846.0, 4865.0, 4864.0, 4856.0, 4894.0, 4845.0, 4872.0, 4835.0, 4862.0, 4814.0, 4863.0, 4816.0, 4863.0, 4824.0, 4855.0, 4874.0, 4857.0, 4883.0, 4836.0, 4893.0, 4835.0, 4875.0, 4848.0, 4876.0, 4850.0, 4902.0, 4840.0, 4889.0, 4840.0, 4888.0, 4829.0, 4896.0, 4830.0, 4869.0, 4868.0, 4867.0, 4877.0, 4868.0, 4869.0, 4889.0, 4895.0, 4857.0, 4885.0, 4845.0, 4885.0, 4846.0, 4885.0, 4837.0, 4885.0, 4827.0, 4876.0, 4844.0, 4866.0, 4884.0, 4845.0, 4873.0, 4844.0, 4882.0, 4834.0, 4862.0, 4813.0, 4862.0, 4803.0, 4853.0, 4832.0, 4853.0, 4870.0, 4843.0, 4872.0, 4857.0, 4873.0, 4845.0, 4882.0, 4835.0, 4863.0, 4825.0, 4873.0, 4804.0, 4854.0, 4872.0, 4844.0, 4884.0, 4845.0, 4875.0, 4847.0, 4875.0, 4858.0, 4888.0, 4869.0, 4878.0, 4869.0, 4898.0, 4860.0, 4888.0, 4859.0, 4888.0, 4839.0, 4878.0, 4819.0, 4867.0, 4865.0, 4867.0, 4874.0, 4867.0, 4885.0, 4857.0, 4885.0, 4845.0, 4884.0, 4845.0, 4864.0, 4835.0, 4873.0, 4826.0, 4873.0, 4815.0, 4875.0, 4854.0, 4875.0, 4845.0, 4874.0, 4816.0, 4875.0, 4845.0, 4866.0, 4865.0, 4877.0, 4847.0, 4867.0, 4856.0, 4866.0, 4884.0, 4856.0, 4883.0, 4846.0, 4894.0, 4845.0, 4883.0, 4845.0, 4872.0, 4814.0, 4875.0, 4805.0, 4854.0, 4818.0, 4877.0, 4819.0, 4876.0, 4849.0, 4889.0, 4865.0, 4910.0, 4861.0, 4888.0, 4872.0, 4890.0, 4861.0, 4888.0, 4828.0, 4877.0, 4877.0, 4867.0, 4874.0, 4844.0, 4873.0, 4824.0, 4873.0, 4804.0, 4874.0, 4835.0, 4863.0, 4834.0, 4864.0, 4833.0, 4844.0, 4883.0, 4844.0, 4872.0, 4854.0, 4873.0, 4846.0, 4872.0, 4845.0, 4873.0, 4835.0, 4874.0, 4835.0, 4864.0, 4805.0, 4874.0, 4844.0, 4865.0, 4834.0, 4855.0, 4882.0, 4844.0, 4872.0, 4843.0, 4862.0, 4834.0, 4872.0, 4824.0, 4873.0, 4815.0, 4862.0, 4826.0, 4865.0, 4844.0, 4853.0, 4833.0, 4854.0, 4856.0, 4867.0, 4849.0, 4869.0, 4869.0, 4880.0, 4880.0, 4891.0, 4889.0, 4880.0, 4898.0, 4858.0, 4887.0, 4837.0, 4890.0, 4827.0, 4875.0, 4837.0, 4875.0, 4835.0, 4866.0, 4846.0, 4867.0, 4835.0, 4856.0, 4884.0, 4857.0, 4886.0, 4847.0, 4885.0, 4846.0, 4885.0, 4837.0, 4865.0, 4816.0, 4865.0, 4806.0, 4865.0, 4856.0, 4867.0, 4883.0, 4856.0, 4855.0, 4846.0, 4873.0, 4846.0, 4875.0, 4857.0, 4886.0, 4859.0, 4896.0, 4849.0, 4876.0, 4848.0, 4877.0, 4830.0, 4876.0, 4825.0, 4868.0, 4885.0, 4837.0, 4875.0, 4846.0, 4876.0, 4848.0, 4876.0, 4839.0, 4896.0, 4860.0, 4907.0, 4871.0, 4870.0, 4881.0, 4897.0, 4869.0, 4897.0, 4859.0, 4889.0, 4838.0, 4878.0, 4847.0, 4857.0, 4885.0, 4845.0, 4873.0, 4823.0, 4852.0, 4803.0, 4851.0, 4821.0, 4843.0, 4870.0, 4843.0, 4862.0, 4833.0, 4871.0, 4833.0, 4872.0, 4835.0, 4872.0, 4836.0, 4864.0, 4836.0, 4874.0, 4837.0, 4865.0, 4817.0, 4887.0, 4826.0, 4867.0, 4864.0, 4846.0, 4884.0, 4844.0, 4864.0, 4845.0, 4863.0, 4804.0, 4865.0, 4827.0, 4854.0, 4864.0, 4867.0, 4857.0, 4859.0, 4875.0, 4858.0, 4713.0, 4832.0, 4954.0, 4899.0, 4900.0, 4860.0, 4868.0, 4838.0, 4882.0, 4887.0, 4927.0, 4881.0, 4857.0, 4892.0, 4842.0, 4926.0, 4896.0, 4936.0, 4973.0, 4886.0, 4894.0, 4860.0, 4875.0, 4843.0, 4873.0, 4811.0, 4872.0, 4819.0, 4861.0, 4810.0, 4860.0, 4809.0, 4848.0, 4789.0, 4858.0, 4802.0, 4840.0, 4848.0, 4844.0, 4853.0, 4833.0, 4863.0, 4831.0, 4853.0, 4831.0, 4848.0, 4818.0, 4858.0, 4823.0, 4872.0, 4814.0, 4862.0, 4882.0, 4832.0, 4858.0, 4831.0, 4861.0, 4823.0, 4860.0, 4826.0, 4866.0, 4825.0, 4857.0, 4828.0, 4868.0, 4822.0, 4879.0, 4853.0, 4890.0, 4852.0, 4904.0, 4891.0, 4872.0, 4910.0, 4880.0, 4912.0, 4861.0, 4900.0, 4909.0, 4870.0, 4896.0, 4867.0, 4887.0, 4858.0, 4898.0, 4838.0, 4888.0, 4854.0, 4866.0, 4898.0, 4867.0, 4896.0, 4858.0, 4896.0, 4845.0, 4886.0, 4836.0, 4885.0, 4854.0, 4856.0, 4855.0, 4857.0, 4883.0, 4857.0, 4884.0, 4845.0, 4875.0, 4848.0, 4900.0, 4853.0, 4898.0, 4839.0, 4889.0, 4887.0, 4860.0, 4898.0, 4857.0, 4902.0, 4860.0, 4897.0, 4847.0, 4887.0, 4848.0, 4887.0, 4886.0, 4878.0, 4899.0, 4859.0, 4899.0, 4859.0, 4898.0, 4851.0, 4898.0, 4862.0, 4900.0, 4861.0, 4903.0, 4852.0, 4905.0, 4863.0, 4912.0, 4922.0, 4882.0, 4921.0, 4873.0, 4920.0, 4869.0, 4909.0, 4849.0, 4899.0, 4887.0, 4900.0, 4909.0, 4886.0, 4838.0, 4888.0, 4838.0, 4887.0, 4836.0, 4889.0, 4876.0, 4877.0, 4888.0, 4878.0, 4910.0, 4873.0, 4893.0, 4863.0, 4883.0, 4822.0, 4881.0, 4813.0, 4874.0, 4860.0, 4851.0, 4885.0, 4850.0, 4877.0, 4830.0, 4859.0, 4804.0, 4858.0, 4808.0, 4862.0, 4832.0, 4861.0, 4862.0, 4842.0, 4877.0, 4864.0, 4877.0, 4860.0, 4910.0, 4865.0, 4887.0, 4894.0, 4912.0, 4877.0, 4880.0, 4903.0, 4856.0, 4924.0, 4878.0, 4934.0, 4873.0, 4902.0, 4906.0, 4892.0, 4922.0, 4879.0, 4912.0, 4861.0, 4903.0, 4853.0, 4900.0, 4899.0, 4873.0, 4910.0, 4856.0, 4900.0, 4849.0, 4901.0, 4848.0, 4888.0, 4856.0, 4877.0, 4895.0, 4865.0, 4897.0, 4860.0], 'WindowWidth': [10573.0, 10612.0, 10539.0, 10594.0, 10543.0, 10599.0, 10506.0, 10524.0, 10533.0, 10557.0, 10513.0, 10508.0, 10490.0, 10616.0, 10600.0, 10609.0, 10568.0, 10595.0, 10574.0, 10615.0, 10578.0, 10615.0, 10577.0, 10596.0, 10547.0, 10595.0, 10514.0, 10605.0, 10518.0, 10608.0, 10542.0, 10595.0, 10553.0, 10594.0, 10567.0, 10594.0, 10590.0, 10580.0, 10607.0, 10584.0, 10592.0, 10585.0, 10594.0, 10571.0, 10583.0, 10572.0, 10596.0, 10573.0, 10609.0, 10578.0, 10645.0, 10588.0, 10639.0, 10601.0, 10640.0, 10602.0, 10626.0, 10620.0, 10648.0, 10627.0, 10642.0, 10601.0, 10430.0, 10462.0, 10801.0, 10699.0, 10694.0, 10704.0, 10626.0, 10665.0, 10643.0, 10547.0, 10546.0, 10749.0, 10463.0, 10716.0, 10588.0, 10662.0, 10605.0, 10662.0, 10619.0, 10679.0, 10638.0, 10662.0, 10651.0, 10664.0, 10641.0, 10659.0, 10637.0, 10645.0, 10611.0, 10646.0, 10623.0, 10611.0, 10618.0, 10629.0, 10617.0, 10620.0, 10630.0, 10642.0, 10619.0, 10637.0, 10614.0, 10637.0, 10627.0, 10615.0, 10632.0, 10594.0, 10645.0, 10594.0, 10645.0, 10593.0, 10666.0, 10602.0, 10662.0, 10615.0, 10663.0, 10603.0, 10651.0, 10596.0, 10665.0, 10639.0, 10701.0, 10604.0, 10648.0, 10608.0, 10651.0, 10648.0, 10664.0, 10650.0, 10638.0, 10707.0, 10623.0, 10716.0, 10658.0, 10714.0, 10668.0, 10695.0, 10683.0, 10695.0, 10667.0, 10695.0, 10668.0, 10689.0, 10680.0, 10720.0, 10645.0, 10648.0, 10631.0, 10644.0, 10626.0, 10590.0, 10649.0, 10599.0, 10671.0, 10657.0, 10655.0, 10639.0, 10599.0, 10645.0, 10616.0, 10658.0, 10557.0, 10617.0, 10576.0, 10627.0, 10582.0, 10647.0, 10605.0, 10630.0, 10588.0, 10635.0, 10620.0, 10605.0, 10607.0, 10571.0, 10624.0, 10643.0, 10627.0, 10595.0, 10629.0, 10554.0, 10630.0, 10551.0, 10632.0, 10571.0, 10635.0, 10582.0, 10619.0, 10582.0, 10619.0, 10587.0, 10642.0, 10622.0, 10657.0, 10618.0, 10652.0, 10553.0, 10221.0, 10730.0, 10631.0, 10602.0, 10571.0, 10600.0, 10575.0, 10517.0, 10574.0, 10520.0, 10571.0, 10579.0, 10720.0, 10650.0, 10634.0, 10614.0, 10675.0, 10600.0, 10680.0, 10653.0, 10647.0, 10627.0, 10631.0, 10573.0, 10632.0, 10534.0, 10593.0, 10552.0, 10577.0, 10521.0, 10557.0, 10489.0, 10533.0, 10488.0, 10552.0, 10481.0, 10559.0, 10498.0, 10557.0, 10499.0, 10557.0, 10503.0, 10561.0, 10503.0, 10561.0, 10516.0, 10565.0, 10526.0, 10592.0, 10531.0, 10602.0, 10555.0, 10637.0, 10592.0, 10553.0, 10577.0, 10603.0, 10583.0, 10609.0, 10568.0, 10644.0, 10620.0, 10662.0, 10621.0, 10646.0, 10606.0, 10677.0, 10605.0, 10676.0, 10605.0, 10663.0, 10605.0, 10670.0, 10596.0, 10647.0, 10587.0, 10646.0, 10591.0, 10652.0, 10605.0, 10640.0, 10555.0, 10621.0, 10586.0, 10632.0, 10567.0, 10619.0, 10567.0, 10621.0, 10590.0, 10612.0, 10548.0, 10590.0, 10529.0, 10577.0, 10590.0, 10596.0, 10546.0, 10572.0, 10517.0, 10575.0, 10517.0, 10582.0, 10570.0, 10571.0, 10567.0, 10539.0, 10538.0, 10540.0, 10559.0, 10513.0, 10594.0, 10586.0, 10609.0, 10537.0, 10540.0, 10516.0, 10498.0, 10540.0, 10507.0, 10560.0, 10512.0, 10591.0, 10523.0, 10565.0, 10560.0, 10535.0, 10516.0, 10569.0, 10560.0, 10573.0, 10432.0, 10680.0, 10640.0, 10594.0, 10657.0, 10618.0, 10684.0, 10635.0, 10680.0, 10579.0, 10629.0, 10591.0, 10612.0, 10566.0, 10592.0, 10568.0, 10541.0, 10614.0, 10513.0, 10585.0, 10495.0, 10557.0, 10485.0, 10559.0, 10485.0, 10544.0, 10503.0, 10552.0, 10485.0, 10566.0, 10505.0, 10555.0, 10501.0, 10559.0, 10508.0, 10594.0, 10528.0, 10594.0, 10529.0, 10599.0, 10550.0, 10603.0, 10635.0, 10588.0, 10649.0, 10561.0, 10634.0, 10564.0, 10623.0, 10557.0, 10620.0, 10551.0, 10611.0, 10536.0, 10596.0, 10533.0, 10629.0, 10625.0, 10603.0, 10565.0, 10618.0, 10512.0, 10627.0, 10580.0, 10633.0, 10590.0, 10650.0, 10572.0, 10638.0, 10574.0, 10627.0, 10546.0, 10618.0, 10544.0, 10580.0, 10573.0, 10561.0, 10611.0, 10545.0, 10598.0, 10531.0, 10578.0, 10503.0, 10567.0, 10505.0, 10565.0, 10508.0, 10552.0, 10500.0, 10554.0, 10514.0, 10556.0, 10589.0, 10543.0, 10593.0, 10531.0, 10593.0, 10531.0, 10581.0, 10517.0, 10580.0, 10516.0, 10564.0, 10507.0, 10565.0, 10508.0, 10572.0, 10506.0, 10590.0, 10510.0, 10585.0, 10522.0, 10603.0, 10535.0, 10591.0, 10560.0, 10577.0, 10552.0, 10585.0, 10590.0, 10582.0, 10615.0, 10592.0, 10559.0, 10588.0, 10534.0, 10598.0, 10598.0, 10603.0, 10610.0, 10596.0, 10588.0, 10564.0, 10617.0, 10554.0, 10602.0, 10539.0, 10587.0, 10524.0, 10582.0, 10531.0, 10575.0, 10518.0, 10588.0, 10504.0, 10569.0, 10505.0, 10568.0, 10500.0, 10570.0, 10539.0, 10555.0, 10523.0, 10551.0, 10545.0, 10534.0, 10566.0, 10491.0, 10579.0, 10502.0, 10538.0, 10492.0, 10538.0, 10477.0, 10537.0, 10480.0, 10543.0, 10485.0, 10544.0, 10503.0, 10554.0, 10488.0, 10586.0, 10505.0, 10560.0, 10543.0, 10560.0, 10595.0, 10536.0, 10598.0, 10526.0, 10585.0, 10527.0, 10572.0, 10542.0, 10612.0, 10559.0, 10597.0, 10552.0, 10621.0, 10574.0, 10630.0, 10599.0, 10648.0, 10618.0, 10639.0, 10600.0, 10619.0, 10599.0, 10596.0, 10611.0, 10591.0, 10623.0, 10615.0, 10606.0, 10629.0, 10592.0, 10622.0, 10555.0, 10616.0, 10549.0, 10609.0, 10562.0, 10608.0, 10519.0, 10606.0, 10521.0, 10590.0, 10542.0, 10595.0, 10527.0, 10579.0, 10504.0, 10574.0, 10528.0, 10584.0, 10546.0, 10575.0, 10568.0, 10651.0, 10602.0, 10604.0, 10516.0, 10533.0, 10562.0, 10539.0, 10567.0, 10515.0, 10585.0, 10528.0, 10587.0, 10529.0, 10584.0, 10522.0, 10588.0, 10541.0, 10587.0, 10543.0, 10594.0, 10545.0, 10628.0, 10568.0, 10586.0, 10556.0, 10592.0, 10568.0, 10541.0, 10647.0, 10582.0, 10642.0, 10588.0, 10573.0, 10631.0, 10576.0, 10631.0, 10578.0, 10612.0, 10539.0, 10592.0, 10541.0, 10547.0, 10584.0, 10519.0, 10565.0, 10502.0, 10534.0, 10494.0, 10556.0, 10492.0, 10538.0, 10475.0, 10543.0, 10334.0, 10660.0, 10548.0, 10566.0, 10475.0, 10594.0, 10526.0, 10586.0, 10559.0, 10620.0, 10562.0, 10622.0, 10575.0, 10615.0, 10578.0, 10595.0, 10558.0, 10609.0, 10533.0, 10591.0, 10616.0, 10564.0, 10630.0, 10538.0, 10577.0, 10522.0, 10572.0, 10531.0, 10563.0, 10512.0, 10593.0, 10511.0, 10560.0, 10512.0, 10562.0, 10551.0, 10587.0, 10564.0, 10599.0, 10566.0, 10604.0, 10554.0, 10592.0, 10553.0, 10604.0, 10554.0, 10569.0, 10538.0, 10554.0, 10602.0, 10539.0, 10591.0, 10576.0, 10592.0, 10526.0, 10574.0, 10527.0, 10581.0, 10561.0, 10602.0, 10498.0, 10606.0, 10544.0, 10576.0, 10552.0, 10544.0, 10591.0, 10551.0, 10606.0, 10554.0, 10593.0, 10520.0, 10558.0, 10626.0, 10571.0, 10606.0, 10523.0, 10555.0, 10490.0, 10542.0, 10494.0, 10549.0, 10590.0, 10539.0, 10581.0, 10517.0, 10584.0, 10509.0, 10571.0, 10512.0, 10572.0, 10497.0, 10583.0, 10500.0, 10580.0, 10549.0, 10562.0, 10560.0, 10594.0, 10527.0, 10590.0, 10532.0, 10582.0, 10579.0, 10584.0, 10613.0, 10579.0, 10615.0, 10554.0, 10603.0, 10533.0, 10585.0, 10553.0, 10569.0, 10619.0, 10526.0, 10576.0, 10521.0, 10558.0, 10498.0, 10566.0, 10549.0, 10557.0, 10542.0, 10562.0, 10552.0, 10543.0, 10453.0, 10656.0, 10553.0, 10608.0, 10626.0, 10566.0, 10615.0, 10582.0, 10636.0, 10586.0, 10623.0, 10587.0, 10624.0, 10585.0, 10606.0, 10553.0, 10593.0, 10565.0, 10589.0, 10584.0, 10577.0, 10627.0, 10558.0, 10594.0, 10548.0, 10579.0, 10514.0, 10579.0, 10522.0, 10581.0, 10530.0, 10575.0, 10598.0, 10580.0, 10610.0, 10548.0, 10623.0, 10548.0, 10603.0, 10568.0, 10607.0, 10577.0, 10651.0, 10563.0, 10629.0, 10565.0, 10627.0, 10546.0, 10633.0, 10549.0, 10602.0, 10597.0, 10595.0, 10608.0, 10598.0, 10600.0, 10628.0, 10631.0, 10583.0, 10619.0, 10562.0, 10616.0, 10565.0, 10617.0, 10555.0, 10618.0, 10539.0, 10605.0, 10557.0, 10590.0, 10612.0, 10561.0, 10598.0, 10556.0, 10607.0, 10543.0, 10578.0, 10511.0, 10577.0, 10500.0, 10567.0, 10538.0, 10567.0, 10588.0, 10554.0, 10591.0, 10583.0, 10598.0, 10559.0, 10609.0, 10548.0, 10581.0, 10532.0, 10596.0, 10504.0, 10572.0, 10593.0, 10557.0, 10612.0, 10556.0, 10600.0, 10565.0, 10602.0, 10583.0, 10627.0, 10600.0, 10609.0, 10600.0, 10639.0, 10589.0, 10625.0, 10586.0, 10625.0, 10556.0, 10608.0, 10531.0, 10595.0, 10589.0, 10595.0, 10599.0, 10593.0, 10616.0, 10581.0, 10616.0, 10562.0, 10614.0, 10562.0, 10586.0, 10545.0, 10597.0, 10538.0, 10597.0, 10521.0, 10602.0, 10573.0, 10602.0, 10560.0, 10599.0, 10522.0, 10602.0, 10560.0, 10592.0, 10589.0, 10608.0, 10566.0, 10594.0, 10578.0, 10592.0, 10614.0, 10578.0, 10610.0, 10561.0, 10627.0, 10560.0, 10610.0, 10560.0, 10593.0, 10514.0, 10602.0, 10507.0, 10571.0, 10529.0, 10608.0, 10530.0, 10606.0, 10573.0, 10631.0, 10610.0, 10661.0, 10594.0, 10629.0, 10612.0, 10633.0, 10594.0, 10628.0, 10544.0, 10610.0, 10608.0, 10595.0, 10601.0, 10557.0, 10595.0, 10530.0, 10595.0, 10501.0, 10598.0, 10547.0, 10582.0, 10542.0, 10585.0, 10540.0, 10559.0, 10611.0, 10558.0, 10593.0, 10570.0, 10598.0, 10563.0, 10595.0, 10563.0, 10598.0, 10547.0, 10601.0, 10546.0, 10584.0, 10508.0, 10601.0, 10556.0, 10587.0, 10545.0, 10573.0, 10607.0, 10559.0, 10594.0, 10555.0, 10581.0, 10543.0, 10594.0, 10532.0, 10598.0, 10519.0, 10580.0, 10537.0, 10590.0, 10559.0, 10571.0, 10543.0, 10573.0, 10578.0, 10596.0, 10576.0, 10605.0, 10605.0, 10621.0, 10618.0, 10637.0, 10629.0, 10618.0, 10642.0, 10583.0, 10623.0, 10554.0, 10630.0, 10537.0, 10601.0, 10553.0, 10603.0, 10547.0, 10590.0, 10562.0, 10593.0, 10546.0, 10577.0, 10613.0, 10580.0, 10618.0, 10566.0, 10616.0, 10563.0, 10617.0, 10552.0, 10588.0, 10520.0, 10586.0, 10509.0, 10587.0, 10577.0, 10594.0, 10609.0, 10575.0, 10573.0, 10562.0, 10597.0, 10563.0, 10602.0, 10580.0, 10620.0, 10588.0, 10634.0, 10573.0, 10608.0, 10569.0, 10610.0, 10551.0, 10604.0, 10533.0, 10596.0, 10614.0, 10550.0, 10602.0, 10561.0, 10606.0, 10569.0, 10604.0, 10558.0, 10634.0, 10591.0, 10651.0, 10610.0, 10606.0, 10621.0, 10637.0, 10600.0, 10638.0, 10584.0, 10628.0, 10555.0, 10611.0, 10565.0, 10579.0, 10616.0, 10559.0, 10595.0, 10523.0, 10563.0, 10498.0, 10561.0, 10519.0, 10551.0, 10586.0, 10553.0, 10577.0, 10539.0, 10587.0, 10540.0, 10594.0, 10545.0, 10593.0, 10550.0, 10587.0, 10551.0, 10600.0, 10553.0, 10589.0, 10525.0, 10622.0, 10535.0, 10594.0, 10584.0, 10561.0, 10613.0, 10555.0, 10586.0, 10556.0, 10580.0, 10499.0, 10587.0, 10540.0, 10571.0, 10582.0, 10592.0, 10582.0, 10587.0, 10622.0, 10583.0, 10331.0, 10519.0, 10749.0, 10643.0, 10644.0, 10584.0, 10585.0, 10545.0, 10616.0, 10632.0, 10686.0, 10630.0, 10588.0, 10630.0, 10560.0, 10685.0, 10639.0, 10698.0, 10767.0, 10624.0, 10630.0, 10576.0, 10590.0, 10538.0, 10583.0, 10490.0, 10579.0, 10508.0, 10563.0, 10489.0, 10559.0, 10489.0, 10541.0, 10461.0, 10555.0, 10475.0, 10532.0, 10542.0, 10539.0, 10556.0, 10527.0, 10570.0, 10522.0, 10551.0, 10519.0, 10540.0, 10499.0, 10554.0, 10512.0, 10579.0, 10500.0, 10566.0, 10594.0, 10525.0, 10556.0, 10520.0, 10560.0, 10513.0, 10561.0, 10522.0, 10578.0, 10523.0, 10570.0, 10531.0, 10585.0, 10517.0, 10603.0, 10572.0, 10622.0, 10571.0, 10645.0, 10626.0, 10599.0, 10650.0, 10606.0, 10653.0, 10581.0, 10634.0, 10649.0, 10589.0, 10624.0, 10580.0, 10611.0, 10570.0, 10624.0, 10543.0, 10611.0, 10560.0, 10578.0, 10628.0, 10580.0, 10621.0, 10570.0, 10620.0, 10550.0, 10606.0, 10536.0, 10603.0, 10560.0, 10563.0, 10564.0, 10566.0, 10600.0, 10565.0, 10601.0, 10549.0, 10590.0, 10557.0, 10631.0, 10569.0, 10627.0, 10547.0, 10614.0, 10613.0, 10573.0, 10626.0, 10570.0, 10635.0, 10576.0, 10626.0, 10554.0, 10611.0, 10557.0, 10616.0, 10609.0, 10598.0, 10631.0, 10574.0, 10630.0, 10573.0, 10628.0, 10567.0, 10629.0, 10583.0, 10635.0, 10582.0, 10643.0, 10572.0, 10647.0, 10587.0, 10654.0, 10672.0, 10614.0, 10666.0, 10600.0, 10662.0, 10589.0, 10646.0, 10561.0, 10630.0, 10614.0, 10635.0, 10650.0, 10610.0, 10545.0, 10611.0, 10545.0, 10611.0, 10537.0, 10615.0, 10594.0, 10596.0, 10617.0, 10597.0, 10645.0, 10593.0, 10615.0, 10578.0, 10598.0, 10510.0, 10598.0, 10499.0, 10584.0, 10564.0, 10548.0, 10601.0, 10544.0, 10587.0, 10516.0, 10556.0, 10482.0, 10553.0, 10485.0, 10562.0, 10524.0, 10567.0, 10565.0, 10537.0, 10589.0, 10573.0, 10592.0, 10575.0, 10649.0, 10589.0, 10609.0, 10629.0, 10658.0, 10615.0, 10620.0, 10645.0, 10584.0, 10676.0, 10616.0, 10700.0, 10603.0, 10641.0, 10652.0, 10628.0, 10673.0, 10606.0, 10653.0, 10582.0, 10638.0, 10568.0, 10631.0, 10632.0, 10593.0, 10642.0, 10567.0, 10628.0, 10559.0, 10632.0, 10556.0, 10611.0, 10567.0, 10594.0, 10620.0, 10578.0, 10622.0, 10574.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.023805794251134643</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.19580876898638427</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>46.30344985741107</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.0147768045117322</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0001737234973507</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4918</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5884.6724</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.3525274233393277</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>321</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>24.28139183055976</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.2225222161147222</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.8401295686496706</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.5512149153324386</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>3.276222164362057</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00485531</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012360877357423306</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04083472117781639</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1322</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.343025317436791</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>13.2395</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.2886</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>229.9466</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298754.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>1045.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>401.2891</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.304</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>578.5243</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>4028.5872</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4255.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77790.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1707.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5145.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>979.7255</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>13.338528567692265</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> |