=== 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-0024 --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-0024",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
140 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
140 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-0024_ses-04_task-alignvideo_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-0024_ses-04_task-alignvideo_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-0024_suffix-bold_task-alignvideo" 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-0024/figures/sub-0024_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0024_suffix-bold_task-alignvideo" 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-0024/figures/sub-0024_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0024_suffix-bold_task-alignvideo" 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-0024/figures/sub-0024_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0024_suffix-bold_task-alignvideo" 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-0024/figures/sub-0024_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-04_task-alignvideo_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-0024_suffix-bold_task-alignvideo" 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-0024/figures/sub-0024_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-04_task-alignvideo_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-0024_suffix-bold_task-alignvideo" 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-0024/figures/sub-0024_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0024_suffix-bold_task-alignvideo" 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-0024/figures/sub-0024_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0024/figures/sub-0024_ses-04_task-alignvideo_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-0024/figures/sub-0024_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-04_task-alignvideo_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-0024/ses-04/func/sub-0024_ses-04_task-alignvideo_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>d8ecba52f8197e594734421ba66f93f9</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>15:52:6.355000</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.998656, -0.0446439, 0.0263168, 0.0423799, 0.995806, 0.0810783]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_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.0840045</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-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4165, -7783, -7264, 600, -45, -344, 103, 45]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 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>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>235.544</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>49dd1158-1697-44c4-b299-5ed2982bb4ea||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.679321765899658, 0.11370214074850082, 0.08053042739629745, 106.92667388916016], [0.11977627873420715, 2.671675682067871, 0.2156059741973877, -102.45909881591797], [0.0706060379743576, -0.21752718091011047, 2.6901726722717285, -66.57978820800781], [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, 1268]</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], 'AcquisitionTime': ['155206.355000', '155206.815000', '155207.275000', '155207.735000', '155208.195000', '155208.655000', '155209.115000', '155209.575000', '155210.035000', '155210.495000', '155210.955000', '155211.415000', '155211.875000', '155212.335000', '155212.795000', '155213.255000', '155213.715000', '155214.175000', '155214.635000', '155215.095000', '155215.555000', '155216.015000', '155216.475000', '155216.935000', '155217.395000', '155217.855000', '155218.315000', '155218.775000', '155219.235000', '155219.695000', '155220.155000', '155220.615000', '155221.075000', '155221.535000', '155221.995000', '155222.455000', '155222.915000', '155223.375000', '155223.835000', '155224.295000', '155224.755000', '155225.215000', '155225.675000', '155226.135000', '155226.595000', '155227.055000', '155227.515000', '155227.975000', '155228.435000', '155228.895000', '155229.355000', '155229.815000', '155230.275000', '155230.735000', '155231.195000', '155231.655000', '155232.115000', '155232.575000', '155233.035000', '155233.495000', '155233.955000', '155234.415000', '155234.875000', '155235.335000', '155235.795000', '155236.255000', '155236.715000', '155237.175000', '155237.635000', '155238.095000', '155238.555000', '155239.015000', '155239.475000', '155239.935000', '155240.395000', '155240.855000', '155241.315000', '155241.775000', '155242.235000', '155242.695000', '155243.155000', '155243.615000', '155244.075000', '155244.535000', '155244.995000', '155245.455000', '155245.915000', '155246.375000', '155246.835000', '155247.295000', '155247.755000', '155248.215000', '155248.675000', '155249.135000', '155249.595000', '155250.055000', '155250.515000', '155250.975000', '155251.435000', '155251.895000', '155252.355000', '155252.815000', '155253.275000', '155253.735000', '155254.195000', '155254.655000', '155255.115000', '155255.575000', '155256.035000', '155256.495000', '155256.955000', '155257.415000', '155257.875000', '155258.335000', '155258.795000', '155259.255000', '155259.715000', '155300.175000', '155300.635000', '155301.095000', '155301.555000', '155302.015000', '155302.475000', '155302.935000', '155303.395000', '155303.855000', '155304.315000', '155304.775000', '155305.235000', '155305.695000', '155306.155000', '155306.615000', '155307.075000', '155307.535000', '155307.995000', '155308.455000', '155308.915000', '155309.375000', '155309.835000', '155310.295000', '155310.755000', '155311.215000', '155311.675000', '155312.135000', '155312.595000', '155313.055000', '155313.515000', '155313.975000', '155314.435000', '155314.895000', '155315.355000', '155315.815000', '155316.275000', '155316.735000', '155317.195000', '155317.655000', '155318.115000', '155318.575000', '155319.035000', '155319.495000', '155319.955000', '155320.415000', '155320.875000', '155321.335000', '155321.795000', '155322.255000', '155322.715000', '155323.175000', '155323.635000', '155324.095000', '155324.555000', '155325.015000', '155325.475000', '155325.935000', '155326.395000', '155326.855000', '155327.315000', '155327.775000', '155328.235000', '155328.695000', '155329.155000', '155329.615000', '155330.075000', '155330.535000', '155330.995000', '155331.455000', '155331.915000', '155332.375000', '155332.835000', '155333.295000', '155333.755000', '155334.215000', '155334.675000', '155335.135000', '155335.595000', '155336.055000', '155336.515000', '155336.975000', '155337.435000', '155337.895000', '155338.355000', '155338.815000', '155339.275000', '155339.735000', '155340.195000', '155340.655000', '155341.115000', '155341.575000', '155342.035000', '155342.495000', '155342.955000', '155343.415000', '155343.875000', '155344.335000', '155344.795000', '155345.255000', '155345.715000', '155346.175000', '155346.635000', '155347.095000', '155347.555000', '155348.015000', '155348.475000', '155348.935000', '155349.395000', '155349.855000', '155350.315000', '155350.775000', '155351.235000', '155351.695000', '155352.155000', '155352.615000', '155353.075000', '155353.535000', '155353.995000', '155354.455000', '155354.915000', '155355.375000', '155355.835000', '155356.295000', '155356.755000', '155357.215000', '155357.675000', '155358.135000', '155358.595000', '155359.055000', '155359.515000', '155359.975000', '155400.435000', '155400.895000', '155401.355000', '155401.815000', '155402.275000', '155402.735000', '155403.195000', '155403.655000', '155404.115000', '155404.575000', '155405.035000', '155405.495000', '155405.955000', '155406.415000', '155406.875000', '155407.335000', '155407.795000', '155408.255000', '155408.715000', '155409.175000', '155409.635000', '155410.095000', '155410.555000', '155411.015000', '155411.475000', '155411.935000', '155412.395000', '155412.855000', '155413.315000', '155413.775000', '155414.235000', '155414.695000', '155415.155000', '155415.615000', '155416.075000', '155416.535000', '155416.995000', '155417.455000', '155417.915000', '155418.375000', '155418.835000', '155419.295000', '155419.755000', '155420.215000', '155420.675000', '155421.135000', '155421.595000', '155422.055000', '155422.515000', '155422.975000', '155423.435000', '155423.895000', '155424.355000', '155424.815000', '155425.275000', '155425.735000', '155426.195000', '155426.655000', '155427.115000', '155427.575000', '155428.035000', '155428.495000', '155428.955000', '155429.415000', '155429.875000', '155430.335000', '155430.795000', '155431.255000', '155431.715000', '155432.175000', '155432.635000', '155433.095000', '155433.555000', '155434.015000', '155434.475000', '155434.935000', '155435.395000', '155435.855000', '155436.315000', '155436.775000', '155437.235000', '155437.695000', '155438.155000', '155438.615000', '155439.075000', '155439.535000', '155439.995000', '155440.455000', '155440.915000', '155441.375000', '155441.835000', '155442.295000', '155442.755000', '155443.215000', '155443.675000', '155444.135000', '155444.595000', '155445.055000', '155445.515000', '155445.975000', '155446.435000', '155446.895000', '155447.355000', '155447.815000', '155448.275000', '155448.735000', '155449.195000', '155449.655000', '155450.115000', '155450.575000', '155451.035000', '155451.495000', '155451.955000', '155452.415000', '155452.875000', '155453.335000', '155453.795000', '155454.255000', '155454.715000', '155455.175000', '155455.635000', '155456.095000', '155456.555000', '155457.015000', '155457.475000', '155457.935000', '155458.395000', '155458.855000', '155459.315000', '155459.775000', '155500.235000', '155500.695000', '155501.155000', '155501.615000', '155502.075000', '155502.535000', '155502.995000', '155503.455000', '155503.915000', '155504.375000', '155504.835000', '155505.295000', '155505.755000', '155506.215000', '155506.675000', '155507.135000', '155507.595000', '155508.055000', '155508.515000', '155508.975000', '155509.435000', '155509.895000', '155510.355000', '155510.815000', '155511.275000', '155511.735000', '155512.195000', '155512.655000', '155513.115000', '155513.575000', '155514.035000', '155514.495000', '155514.955000', '155515.415000', '155515.875000', '155516.335000', '155516.795000', '155517.255000', '155517.715000', '155518.175000', '155518.635000', '155519.095000', '155519.555000', '155520.015000', '155520.475000', '155520.935000', '155521.395000', '155521.855000', '155522.315000', '155522.775000', '155523.235000', '155523.695000', '155524.155000', '155524.615000', '155525.075000', '155525.535000', '155525.995000', '155526.455000', '155526.915000', '155527.375000', '155527.835000', '155528.295000', '155528.755000', '155529.215000', '155529.675000', '155530.135000', '155530.595000', '155531.055000', '155531.515000', '155531.975000', '155532.435000', '155532.895000', '155533.355000', '155533.815000', '155534.275000', '155534.735000', '155535.195000', '155535.655000', '155536.115000', '155536.575000', '155537.035000', '155537.495000', '155537.955000', '155538.415000', '155538.875000', '155539.335000', '155539.795000', '155540.255000', '155540.715000', '155541.175000', '155541.635000', '155542.095000', '155542.555000', '155543.015000', '155543.475000', '155543.935000', '155544.395000', '155544.855000', '155545.315000', '155545.775000', '155546.235000', '155546.695000', '155547.155000', '155547.615000', '155548.075000', '155548.535000', '155548.995000', '155549.455000', '155549.915000', '155550.375000', '155550.835000', '155551.295000', '155551.755000', '155552.215000', '155552.675000', '155553.135000', '155553.595000', '155554.055000', '155554.515000', '155554.975000', '155555.435000', '155555.895000', '155556.355000', '155556.815000', '155557.275000', '155557.735000', '155558.195000', '155558.655000', '155559.115000', '155559.575000', '155600.035000', '155600.495000', '155600.955000', '155601.415000', '155601.875000', '155602.335000', '155602.795000', '155603.255000', '155603.715000', '155604.175000', '155604.635000', '155605.095000', '155605.555000', '155606.015000', '155606.475000', '155606.935000', '155607.395000', '155607.855000', '155608.315000', '155608.775000', '155609.235000', '155609.695000', '155610.155000', '155610.615000', '155611.075000', '155611.535000', '155611.995000', '155612.455000', '155612.915000', '155613.375000', '155613.835000', '155614.295000', '155614.755000', '155615.215000', '155615.675000', '155616.135000', '155616.595000', '155617.055000', '155617.515000', '155617.975000', '155618.435000', '155618.895000', '155619.355000', '155619.815000', '155620.275000', '155620.735000', '155621.195000', '155621.655000', '155622.115000', '155622.575000', '155623.035000', '155623.495000', '155623.955000', '155624.415000', '155624.875000', '155625.335000', '155625.795000', '155626.255000', '155626.715000', '155627.175000', '155627.635000', '155628.095000', '155628.555000', '155629.015000', '155629.475000', '155629.935000', '155630.395000', '155630.855000', '155631.315000', '155631.775000', '155632.235000', '155632.695000', '155633.155000', '155633.615000', '155634.075000', '155634.535000', '155634.995000', '155635.455000', '155635.915000', '155636.375000', '155636.835000', '155637.295000', '155637.755000', '155638.215000', '155638.675000', '155639.135000', '155639.595000', '155640.055000', '155640.515000', '155640.975000', '155641.435000', '155641.895000', '155642.355000', '155642.815000', '155643.275000', '155643.735000', '155644.195000', '155644.655000', '155645.115000', '155645.575000', '155646.035000', '155646.495000', '155646.955000', '155647.415000', '155647.875000', '155648.335000', '155648.795000', '155649.255000', '155649.715000', '155650.175000', '155650.635000', '155651.095000', '155651.555000', '155652.015000', '155652.475000', '155652.935000', '155653.395000', '155653.855000', '155654.315000', '155654.775000', '155655.235000', '155655.695000', '155656.155000', '155656.615000', '155657.075000', '155657.535000', '155657.995000', '155658.455000', '155658.915000', '155659.375000', '155659.835000', '155700.295000', '155700.755000', '155701.215000', '155701.675000', '155702.135000', '155702.595000', '155703.055000', '155703.515000', '155703.975000', '155704.435000', '155704.895000', '155705.355000', '155705.815000', '155706.275000', '155706.735000', '155707.195000', '155707.655000', '155708.115000', '155708.575000', '155709.035000', '155709.495000', '155709.955000', '155710.415000', '155710.875000', '155711.335000', '155711.795000', '155712.255000', '155712.715000', '155713.175000', '155713.635000', '155714.095000', '155714.555000', '155715.015000', '155715.475000', '155715.935000', '155716.395000', '155716.855000', '155717.315000', '155717.775000', '155718.235000', '155718.695000', '155719.155000', '155719.615000', '155720.075000', '155720.535000', '155720.995000', '155721.455000', '155721.915000', '155722.375000', '155722.835000', '155723.295000', '155723.755000', '155724.215000', '155724.675000', '155725.135000', '155725.595000', '155726.055000', '155726.515000', '155726.975000', '155727.435000', '155727.895000', '155728.355000', '155728.815000', '155729.275000', '155729.735000', '155730.195000', '155730.655000', '155731.115000', '155731.575000', '155732.035000', '155732.495000', '155732.955000', '155733.415000', '155733.875000', '155734.335000', '155734.795000', '155735.255000', '155735.715000', '155736.175000', '155736.635000', '155737.095000', '155737.555000', '155738.015000', '155738.475000', '155738.935000', '155739.395000', '155739.855000', '155740.315000', '155740.775000', '155741.235000', '155741.695000', '155742.155000', '155742.615000', '155743.075000', '155743.535000', '155743.995000', '155744.455000', '155744.915000', '155745.375000', '155745.835000', '155746.295000', '155746.755000', '155747.215000', '155747.675000', '155748.135000', '155748.595000', '155749.055000', '155749.515000', '155749.975000', '155750.435000', '155750.895000', '155751.355000', '155751.815000', '155752.275000', '155752.735000', '155753.195000', '155753.655000', '155754.115000', '155754.575000', '155755.035000', '155755.495000', '155755.955000', '155756.415000', '155756.875000', '155757.335000', '155757.795000', '155758.255000', '155758.715000', '155759.175000', '155759.635000', '155800.095000', '155800.555000', '155801.015000', '155801.475000', '155801.935000', '155802.395000', '155802.855000', '155803.315000', '155803.775000', '155804.235000', '155804.695000', '155805.155000', '155805.615000', '155806.075000', '155806.535000', '155806.995000', '155807.455000', '155807.915000', '155808.375000', '155808.835000', '155809.295000', '155809.755000', '155810.215000', '155810.675000', '155811.135000', '155811.595000', '155812.055000', '155812.515000', '155812.975000', '155813.435000', '155813.895000', '155814.355000', '155814.815000', '155815.275000', '155815.735000', '155816.195000', '155816.655000', '155817.115000', '155817.575000', '155818.035000', '155818.495000', '155818.955000', '155819.415000', '155819.875000', '155820.335000', '155820.795000', '155821.255000', '155821.715000', '155822.175000', '155822.635000', '155823.095000', '155823.555000', '155824.015000', '155824.475000', '155824.935000', '155825.395000', '155825.855000', '155826.315000', '155826.775000', '155827.235000', '155827.695000', '155828.155000', '155828.615000', '155829.075000', '155829.535000', '155829.995000', '155830.455000', '155830.915000', '155831.375000', '155831.835000', '155832.295000', '155832.755000', '155833.215000', '155833.675000', '155834.135000', '155834.595000', '155835.055000', '155835.515000', '155835.975000', '155836.435000', '155836.895000', '155837.355000', '155837.815000', '155838.275000', '155838.735000', '155839.195000', '155839.655000', '155840.115000', '155840.575000', '155841.035000', '155841.495000', '155841.955000', '155842.415000', '155842.875000', '155843.335000', '155843.795000', '155844.255000', '155844.715000', '155845.175000', '155845.635000', '155846.095000', '155846.555000', '155847.015000', '155847.475000', '155847.935000', '155848.395000', '155848.855000', '155849.315000', '155849.775000', '155850.235000', '155850.695000', '155851.155000', '155851.615000', '155852.075000', '155852.535000', '155852.995000', '155853.455000', '155853.915000', '155854.375000', '155854.835000', '155855.295000', '155855.755000', '155856.215000', '155856.675000', '155857.135000', '155857.595000', '155858.055000', '155858.515000', '155858.975000', '155859.435000', '155859.895000', '155900.355000', '155900.815000', '155901.275000', '155901.735000', '155902.195000', '155902.655000', '155903.115000', '155903.575000', '155904.035000', '155904.495000', '155904.955000', '155905.415000', '155905.875000', '155906.335000', '155906.795000', '155907.255000', '155907.715000', '155908.175000', '155908.635000', '155909.095000', '155909.555000', '155910.015000', '155910.475000', '155910.935000', '155911.395000', '155911.855000', '155912.315000', '155912.775000', '155913.235000', '155913.695000', '155914.155000', '155914.615000', '155915.075000', '155915.535000', '155915.995000', '155916.455000', '155916.915000', '155917.375000', '155917.835000', '155918.295000', '155918.755000', '155919.215000', '155919.675000', '155920.135000', '155920.595000', '155921.055000', '155921.515000', '155921.975000', '155922.435000', '155922.895000', '155923.355000', '155923.815000', '155924.275000', '155924.735000', '155925.195000', '155925.655000', '155926.115000', '155926.575000', '155927.035000', '155927.495000', '155927.955000', '155928.415000', '155928.875000', '155929.335000', '155929.795000', '155930.255000', '155930.715000', '155931.175000', '155931.635000', '155932.095000', '155932.555000', '155933.015000', '155933.475000', '155933.935000', '155934.395000', '155934.855000', '155935.315000', '155935.775000', '155936.235000', '155936.695000', '155937.155000', '155937.615000', '155938.075000', '155938.535000', '155938.995000', '155939.455000', '155939.915000', '155940.375000', '155940.835000', '155941.295000', '155941.755000', '155942.215000', '155942.675000', '155943.135000', '155943.595000', '155944.055000', '155944.515000', '155944.975000', '155945.435000', '155945.895000', '155946.355000', '155946.815000', '155947.275000', '155947.735000', '155948.195000', '155948.655000', '155949.115000', '155949.575000', '155950.035000', '155950.495000', '155950.955000', '155951.415000', '155951.875000', '155952.335000', '155952.795000', '155953.255000', '155953.715000', '155954.175000', '155954.635000', '155955.095000', '155955.555000', '155956.015000', '155956.475000', '155956.935000', '155957.395000', '155957.855000', '155958.315000', '155958.775000', '155959.235000', '155959.695000', '160000.155000', '160000.615000', '160001.075000', '160001.535000', '160001.995000', '160002.455000', '160002.915000', '160003.375000', '160003.835000', '160004.295000', '160004.755000', '160005.215000', '160005.675000', '160006.135000', '160006.595000', '160007.055000', '160007.515000', '160007.975000', '160008.435000', '160008.895000', '160009.355000', '160009.815000', '160010.275000', '160010.735000', '160011.195000', '160011.655000', '160012.115000', '160012.575000', '160013.035000', '160013.495000', '160013.955000', '160014.415000', '160014.875000', '160015.335000', '160015.795000', '160016.255000', '160016.715000', '160017.175000', '160017.635000', '160018.095000', '160018.555000', '160019.015000', '160019.475000', '160019.935000', '160020.395000', '160020.855000', '160021.315000', '160021.775000', '160022.235000', '160022.695000', '160023.155000', '160023.615000', '160024.075000', '160024.535000', '160024.995000', '160025.455000', '160025.915000', '160026.375000', '160026.835000', '160027.295000', '160027.755000', '160028.215000', '160028.675000', '160029.135000', '160029.595000', '160030.055000', '160030.515000', '160030.975000', '160031.435000', '160031.895000', '160032.355000', '160032.815000', '160033.275000', '160033.735000', '160034.195000', '160034.655000', '160035.115000', '160035.575000', '160036.035000', '160036.495000', '160036.955000', '160037.415000', '160037.875000', '160038.335000', '160038.795000', '160039.255000', '160039.715000', '160040.175000', '160040.635000', '160041.095000', '160041.555000', '160042.015000', '160042.475000', '160042.935000', '160043.395000', '160043.855000', '160044.315000', '160044.775000', '160045.235000', '160045.695000', '160046.155000', '160046.615000', '160047.075000', '160047.535000', '160047.995000', '160048.455000', '160048.915000', '160049.375000', '160049.835000', '160050.295000', '160050.755000', '160051.215000', '160051.675000', '160052.135000', '160052.595000', '160053.055000', '160053.515000', '160053.975000', '160054.435000', '160054.895000', '160055.355000', '160055.815000', '160056.275000', '160056.735000', '160057.195000', '160057.655000', '160058.115000', '160058.575000', '160059.035000', '160059.495000', '160059.955000', '160100.415000', '160100.875000', '160101.335000', '160101.795000', '160102.255000', '160102.715000', '160103.175000', '160103.635000', '160104.095000', '160104.555000', '160105.015000', '160105.475000', '160105.935000', '160106.395000', '160106.855000', '160107.315000', '160107.775000', '160108.235000', '160108.695000', '160109.155000', '160109.615000', '160110.075000', '160110.535000', '160110.995000', '160111.455000', '160111.915000', '160112.375000', '160112.835000', '160113.295000', '160113.755000', '160114.215000', '160114.675000', '160115.135000', '160115.595000', '160116.055000', '160116.515000', '160116.975000', '160117.435000', '160117.895000', '160118.355000', '160118.815000', '160119.275000', '160119.735000', '160120.195000', '160120.655000', '160121.115000', '160121.575000', '160122.035000', '160122.495000', '160122.955000', '160123.415000', '160123.875000', '160124.335000', '160124.795000', '160125.255000', '160125.715000', '160126.175000', '160126.635000', '160127.095000', '160127.555000', '160128.015000', '160128.475000', '160128.935000', '160129.395000', '160129.855000', '160130.315000', '160130.775000', '160131.235000', '160131.695000', '160132.155000', '160132.615000', '160133.075000', '160133.535000', '160133.995000', '160134.455000', '160134.915000', '160135.375000', '160135.835000', '160136.295000', '160136.755000', '160137.215000', '160137.675000', '160138.135000', '160138.595000', '160139.055000', '160139.515000', '160139.975000', '160140.435000', '160140.895000', '160141.355000', '160141.815000', '160142.275000', '160142.735000', '160143.195000', '160143.655000', '160144.115000', '160144.575000', '160145.035000', '160145.495000', '160145.955000', '160146.415000', '160146.875000', '160147.335000', '160147.795000', '160148.255000', '160148.715000', '160149.175000'], 'ContentTime': ['155220.548000', '155220.552000', '155220.564000', '155220.567000', '155220.570000', '155220.573000', '155220.575000', '155220.578000', '155220.581000', '155220.591000', '155220.593000', '155220.596000', '155220.599000', '155220.602000', '155220.608000', '155220.611000', '155220.614000', '155220.617000', '155220.620000', '155220.622000', '155220.625000', '155220.628000', '155220.631000', '155220.634000', '155220.636000', '155220.639000', '155220.642000', '155220.645000', '155240.512000', '155240.515000', '155240.523000', '155240.525000', '155240.528000', '155240.531000', '155240.534000', '155240.536000', '155240.539000', '155240.542000', '155240.545000', '155240.548000', '155240.551000', '155240.553000', '155240.556000', '155240.559000', '155240.562000', '155240.565000', '155240.570000', '155240.573000', '155240.575000', '155240.578000', '155240.581000', '155240.584000', '155240.587000', '155240.589000', '155240.592000', '155240.595000', '155240.598000', '155240.601000', '155240.603000', '155240.606000', '155240.609000', '155240.612000', '155240.615000', '155240.617000', '155240.620000', '155240.623000', '155240.626000', '155240.629000', '155240.632000', '155240.636000', '155240.639000', '155240.642000', '155300.512000', '155300.515000', '155300.518000', '155300.521000', '155300.525000', '155300.528000', '155300.531000', '155300.534000', '155300.536000', '155300.539000', '155300.542000', '155300.545000', '155300.548000', '155300.550000', '155300.553000', '155300.556000', '155300.559000', '155300.562000', '155300.565000', '155300.567000', '155300.576000', '155300.579000', '155300.582000', '155300.585000', '155300.587000', '155300.590000', '155300.593000', '155300.596000', '155300.599000', '155300.601000', '155300.604000', '155300.607000', '155300.610000', '155300.613000', '155300.616000', '155300.618000', '155300.621000', '155300.624000', '155300.627000', '155300.630000', '155300.632000', '155300.635000', '155300.638000', '155320.512000', '155320.515000', '155320.518000', '155320.520000', '155320.523000', '155320.526000', '155320.529000', '155320.532000', '155320.534000', '155320.537000', '155320.540000', '155320.543000', '155320.546000', '155320.549000', '155320.551000', '155320.554000', '155320.557000', '155320.560000', '155320.563000', '155320.566000', '155320.569000', '155320.571000', '155320.574000', '155320.577000', '155320.580000', '155320.583000', '155320.586000', '155320.588000', '155320.591000', '155320.594000', '155320.597000', '155320.600000', '155320.602000', '155320.605000', '155320.608000', '155320.611000', '155320.614000', '155320.616000', '155320.619000', '155320.622000', '155320.625000', '155320.628000', '155320.630000', '155320.633000', '155340.512000', '155340.515000', '155340.518000', '155340.521000', '155340.523000', '155340.526000', '155340.529000', '155340.532000', '155340.535000', '155340.538000', '155340.555000', '155340.558000', '155340.561000', '155340.564000', '155340.567000', '155340.570000', '155340.573000', '155340.575000', '155340.578000', '155340.581000', '155340.584000', '155340.587000', '155340.590000', '155340.592000', '155340.595000', '155340.598000', '155340.601000', '155340.604000', '155340.607000', '155340.609000', '155340.612000', '155340.615000', '155340.618000', '155340.621000', '155340.623000', '155340.626000', '155340.629000', '155340.632000', '155340.635000', '155340.638000', '155340.640000', '155340.643000', '155340.646000', '155400.513000', '155400.516000', '155400.519000', '155400.521000', '155400.524000', '155400.527000', '155400.530000', '155400.533000', '155400.536000', '155400.538000', '155400.541000', '155400.544000', '155400.547000', '155400.550000', '155400.552000', '155400.555000', '155400.558000', '155400.561000', '155400.564000', '155400.567000', '155400.569000', '155400.572000', '155400.575000', '155400.578000', '155400.581000', '155400.584000', '155400.586000', '155400.589000', '155400.592000', '155400.595000', '155400.598000', '155400.601000', '155400.603000', '155400.606000', '155400.609000', '155400.612000', '155400.615000', '155400.618000', '155400.620000', '155400.623000', '155400.626000', '155400.629000', '155400.632000', '155400.635000', '155420.513000', '155420.516000', '155420.519000', '155420.522000', '155420.524000', '155420.527000', '155420.530000', '155420.533000', '155420.536000', '155420.539000', '155420.541000', '155420.544000', '155420.547000', '155420.550000', '155420.553000', '155420.556000', '155420.559000', '155420.562000', '155420.564000', '155420.567000', '155420.570000', '155420.573000', '155420.576000', '155420.579000', '155420.581000', '155420.584000', '155420.587000', '155420.590000', '155420.593000', '155420.596000', '155420.598000', '155420.601000', '155420.604000', '155420.607000', '155420.610000', '155420.613000', '155420.615000', '155420.618000', '155420.621000', '155420.624000', '155420.627000', '155420.629000', '155420.632000', '155440.513000', '155440.516000', '155440.519000', '155440.522000', '155440.524000', '155440.527000', '155440.530000', '155440.533000', '155440.536000', '155440.539000', '155440.541000', '155440.544000', '155440.547000', '155440.550000', '155440.553000', '155440.556000', '155440.559000', '155440.561000', '155440.564000', '155440.567000', '155440.570000', '155440.573000', '155440.576000', '155440.578000', '155440.581000', '155440.584000', '155440.587000', '155440.590000', '155440.593000', '155440.595000', '155440.598000', '155440.601000', '155440.604000', '155440.607000', '155440.610000', '155440.613000', '155440.615000', '155440.618000', '155440.621000', '155440.624000', '155440.627000', '155440.629000', '155440.632000', '155440.635000', '155500.514000', '155500.517000', '155500.520000', '155500.522000', '155500.525000', '155500.528000', '155500.531000', '155500.534000', '155500.537000', '155500.540000', '155500.542000', '155500.545000', '155500.548000', '155500.551000', '155500.554000', '155500.557000', '155500.560000', '155500.562000', '155500.565000', '155500.568000', '155500.571000', '155500.574000', '155500.577000', '155500.580000', '155500.583000', '155500.587000', '155500.591000', '155500.594000', '155500.597000', '155500.600000', '155500.603000', '155500.605000', '155500.608000', '155500.611000', '155500.614000', '155500.617000', '155500.620000', '155500.622000', '155500.625000', '155500.628000', '155500.631000', '155500.634000', '155500.637000', '155520.512000', '155520.515000', '155520.518000', '155520.521000', '155520.523000', '155520.526000', '155520.529000', '155520.532000', '155520.535000', '155520.538000', '155520.540000', '155520.543000', '155520.546000', '155520.549000', '155520.552000', '155520.554000', '155520.557000', '155520.560000', '155520.563000', '155520.566000', '155520.569000', '155520.572000', '155520.574000', '155520.577000', '155520.580000', '155520.583000', '155520.586000', '155520.589000', '155520.591000', '155520.594000', '155520.597000', '155520.600000', '155520.603000', '155520.606000', '155520.608000', '155520.611000', '155520.614000', '155520.617000', '155520.620000', '155520.623000', '155520.626000', '155520.629000', '155520.631000', '155520.634000', '155540.512000', '155540.515000', '155540.518000', '155540.521000', '155540.524000', '155540.526000', '155540.529000', '155540.532000', '155540.535000', '155540.538000', '155540.541000', '155540.543000', '155540.546000', '155540.549000', '155540.552000', '155540.555000', '155540.558000', '155540.561000', '155540.564000', '155540.567000', '155540.569000', '155540.572000', '155540.575000', '155540.578000', '155540.581000', '155540.584000', '155540.586000', '155540.589000', '155540.592000', '155540.595000', '155540.598000', '155540.601000', '155540.603000', '155540.606000', '155540.609000', '155540.613000', '155540.616000', '155540.618000', '155540.621000', '155540.624000', '155540.627000', '155540.630000', '155540.633000', '155600.512000', '155600.515000', '155600.518000', '155600.521000', '155600.523000', '155600.526000', '155600.529000', '155600.532000', '155600.535000', '155600.538000', '155600.541000', '155600.543000', '155600.546000', '155600.549000', '155600.552000', '155600.555000', '155600.558000', '155600.561000', '155600.564000', '155600.566000', '155600.569000', '155600.572000', '155600.575000', '155600.578000', '155600.581000', '155600.583000', '155600.586000', '155600.589000', '155600.592000', '155600.595000', '155600.597000', '155600.600000', '155600.603000', '155600.606000', '155600.609000', '155600.612000', '155600.614000', '155600.617000', '155600.620000', '155600.623000', '155600.626000', '155600.629000', '155600.631000', '155600.634000', '155620.513000', '155620.516000', '155620.519000', '155620.522000', '155620.524000', '155620.527000', '155620.530000', '155620.533000', '155620.536000', '155620.539000', '155620.542000', '155620.544000', '155620.547000', '155620.551000', '155620.554000', '155620.557000', '155620.560000', '155620.563000', '155620.566000', '155620.569000', '155620.572000', '155620.574000', '155620.577000', '155620.580000', '155620.583000', '155620.586000', '155620.589000', '155620.591000', '155620.594000', '155620.597000', '155620.600000', '155620.603000', '155620.606000', '155620.609000', '155620.612000', '155620.615000', '155620.618000', '155620.621000', '155620.624000', '155620.626000', '155620.629000', '155620.632000', '155620.635000', '155640.513000', '155640.516000', '155640.519000', '155640.522000', '155640.524000', '155640.527000', '155640.530000', '155640.533000', '155640.536000', '155640.539000', '155640.541000', '155640.544000', '155640.547000', '155640.550000', '155640.553000', '155640.556000', '155640.558000', '155640.573000', '155640.576000', '155640.579000', '155640.582000', '155640.585000', '155640.587000', '155640.590000', '155640.593000', '155640.596000', '155640.599000', '155640.602000', '155640.604000', '155640.607000', '155640.610000', '155640.613000', '155640.616000', '155640.619000', '155640.622000', '155640.624000', '155640.627000', '155640.630000', '155640.633000', '155640.636000', '155640.638000', '155640.641000', '155640.644000', '155640.647000', '155700.513000', '155700.516000', '155700.519000', '155700.522000', '155700.524000', '155700.527000', '155700.530000', '155700.533000', '155700.536000', '155700.539000', '155700.542000', '155700.545000', '155700.547000', '155700.550000', '155700.553000', '155700.556000', '155700.559000', '155700.562000', '155700.565000', '155700.568000', '155700.571000', '155700.573000', '155700.576000', '155700.579000', '155700.582000', '155700.585000', '155700.588000', '155700.590000', '155700.593000', '155700.596000', '155700.599000', '155700.602000', '155700.605000', '155700.607000', '155700.610000', '155700.613000', '155700.616000', '155700.619000', '155700.622000', '155700.624000', '155700.627000', '155700.630000', '155700.633000', '155720.512000', '155720.515000', '155720.518000', '155720.521000', '155720.523000', '155720.526000', '155720.529000', '155720.532000', '155720.535000', '155720.538000', '155720.540000', '155720.543000', '155720.546000', '155720.549000', '155720.552000', '155720.555000', '155720.557000', '155720.560000', '155720.563000', '155720.566000', '155720.569000', '155720.572000', '155720.574000', '155720.577000', '155720.580000', '155720.583000', '155720.586000', '155720.589000', '155720.591000', '155720.594000', '155720.597000', '155720.600000', '155720.603000', '155720.606000', '155720.608000', '155720.611000', '155720.614000', '155720.617000', '155720.620000', '155720.623000', '155720.625000', '155720.628000', '155720.631000', '155720.634000', '155740.512000', '155740.515000', '155740.518000', '155740.521000', '155740.523000', '155740.526000', '155740.529000', '155740.532000', '155740.535000', '155740.538000', '155740.540000', '155740.543000', '155740.546000', '155740.549000', '155740.552000', '155740.555000', '155740.558000', '155740.560000', '155740.563000', '155740.566000', '155740.569000', '155740.572000', '155740.575000', '155740.577000', '155740.580000', '155740.583000', '155740.587000', '155740.597000', '155740.600000', '155740.603000', '155740.606000', '155740.609000', '155740.612000', '155740.615000', '155740.618000', '155740.620000', '155740.623000', '155740.626000', '155740.629000', '155740.632000', '155740.635000', '155740.638000', '155740.641000', '155800.512000', '155800.515000', '155800.518000', '155800.520000', '155800.523000', '155800.526000', '155800.529000', '155800.532000', '155800.535000', '155800.538000', '155800.540000', '155800.543000', '155800.546000', '155800.549000', '155800.552000', '155800.555000', '155800.558000', '155800.561000', '155800.563000', '155800.566000', '155800.569000', '155800.572000', '155800.575000', '155800.578000', '155800.580000', '155800.583000', '155800.586000', '155800.589000', '155800.592000', '155800.595000', '155800.597000', '155800.600000', '155800.603000', '155800.606000', '155800.609000', '155800.612000', '155800.614000', '155800.617000', '155800.620000', '155800.623000', '155800.626000', '155800.628000', '155800.644000', '155800.647000', '155820.512000', '155820.515000', '155820.518000', '155820.521000', '155820.523000', '155820.526000', '155820.529000', '155820.532000', '155820.535000', '155820.538000', '155820.541000', '155820.543000', '155820.546000', '155820.549000', '155820.552000', '155820.555000', '155820.558000', '155820.561000', '155820.563000', '155820.566000', '155820.569000', '155820.572000', '155820.575000', '155820.578000', '155820.580000', '155820.583000', '155820.586000', '155820.589000', '155820.592000', '155820.595000', '155820.598000', '155820.600000', '155820.603000', '155820.606000', '155820.609000', '155820.612000', '155820.615000', '155820.617000', '155820.620000', '155820.623000', '155820.626000', '155820.629000', '155820.632000', '155840.513000', '155840.516000', '155840.519000', '155840.521000', '155840.524000', '155840.527000', '155840.530000', '155840.533000', '155840.536000', '155840.539000', '155840.542000', '155840.544000', '155840.547000', '155840.550000', '155840.553000', '155840.556000', '155840.559000', '155840.562000', '155840.564000', '155840.567000', '155840.570000', '155840.573000', '155840.576000', '155840.579000', '155840.581000', '155840.584000', '155840.587000', '155840.590000', '155840.593000', '155840.596000', '155840.599000', '155840.602000', '155840.604000', '155840.607000', '155840.610000', '155840.613000', '155840.616000', '155840.618000', '155840.621000', '155840.624000', '155840.627000', '155840.630000', '155840.633000', '155840.635000', '155900.513000', '155900.516000', '155900.519000', '155900.522000', '155900.524000', '155900.527000', '155900.530000', '155900.533000', '155900.536000', '155900.539000', '155900.542000', '155900.545000', '155900.547000', '155900.550000', '155900.553000', '155900.556000', '155900.559000', '155900.562000', '155900.565000', '155900.567000', '155900.570000', '155900.573000', '155900.576000', '155900.579000', '155900.582000', '155900.585000', '155900.587000', '155900.590000', '155900.593000', '155900.596000', '155900.599000', '155900.602000', '155900.604000', '155900.607000', '155900.610000', '155900.613000', '155900.616000', '155900.619000', '155900.622000', '155900.625000', '155900.628000', '155900.631000', '155900.634000', '155920.513000', '155920.516000', '155920.519000', '155920.521000', '155920.524000', '155920.527000', '155920.530000', '155920.533000', '155920.536000', '155920.539000', '155920.541000', '155920.544000', '155920.547000', '155920.550000', '155920.553000', '155920.556000', '155920.559000', '155920.561000', '155920.564000', '155920.567000', '155920.570000', '155920.573000', '155920.576000', '155920.578000', '155920.581000', '155920.584000', '155920.587000', '155920.590000', '155920.593000', '155920.596000', '155920.598000', '155920.601000', '155920.604000', '155920.607000', '155920.610000', '155920.613000', '155920.615000', '155920.618000', '155920.633000', '155920.636000', '155920.639000', '155920.642000', '155920.645000', '155920.648000', '155940.512000', '155940.515000', '155940.518000', '155940.521000', '155940.523000', '155940.526000', '155940.529000', '155940.532000', '155940.535000', '155940.538000', '155940.541000', '155940.543000', '155940.546000', '155940.549000', '155940.552000', '155940.555000', '155940.558000', '155940.561000', '155940.563000', '155940.566000', '155940.569000', '155940.572000', '155940.575000', '155940.578000', '155940.580000', '155940.583000', '155940.586000', '155940.589000', '155940.592000', '155940.595000', '155940.597000', '155940.600000', '155940.603000', '155940.606000', '155940.609000', '155940.612000', '155940.614000', '155940.617000', '155940.620000', '155940.623000', '155940.626000', '155940.629000', '155940.632000', '160000.512000', '160000.515000', '160000.518000', '160000.521000', '160000.524000', '160000.526000', '160000.529000', '160000.532000', '160000.535000', '160000.538000', '160000.541000', '160000.543000', '160000.546000', '160000.549000', '160000.552000', '160000.555000', '160000.558000', '160000.561000', '160000.564000', '160000.566000', '160000.569000', '160000.572000', '160000.575000', '160000.578000', '160000.581000', '160000.584000', '160000.586000', '160000.589000', '160000.592000', '160000.595000', '160000.598000', '160000.601000', '160000.603000', '160000.606000', '160000.609000', '160000.612000', '160000.615000', '160000.618000', '160000.620000', '160000.623000', '160000.626000', '160000.629000', '160000.632000', '160000.635000', '160020.512000', '160020.515000', '160020.518000', '160020.521000', '160020.524000', '160020.526000', '160020.529000', '160020.532000', '160020.535000', '160020.538000', '160020.541000', '160020.544000', '160020.547000', '160020.549000', '160020.552000', '160020.555000', '160020.558000', '160020.561000', '160020.564000', '160020.567000', '160020.570000', '160020.573000', '160020.575000', '160020.578000', '160020.581000', '160020.584000', '160020.587000', '160020.589000', '160020.592000', '160020.595000', '160020.598000', '160020.601000', '160020.604000', '160020.606000', '160020.609000', '160020.612000', '160020.615000', '160020.618000', '160020.621000', '160020.623000', '160020.626000', '160020.629000', '160020.632000', '160040.512000', '160040.516000', '160040.521000', '160040.524000', '160040.527000', '160040.530000', '160040.533000', '160040.536000', '160040.538000', '160040.541000', '160040.544000', '160040.547000', '160040.550000', '160040.553000', '160040.555000', '160040.558000', '160040.561000', '160040.564000', '160040.567000', '160040.570000', '160040.573000', '160040.575000', '160040.578000', '160040.581000', '160040.584000', '160040.587000', '160040.590000', '160040.592000', '160040.595000', '160040.598000', '160040.601000', '160040.604000', '160040.606000', '160040.609000', '160040.612000', '160040.615000', '160040.618000', '160040.621000', '160040.624000', '160040.626000', '160040.630000', '160040.633000', '160040.636000', '160100.513000', '160100.516000', '160100.519000', '160100.522000', '160100.525000', '160100.527000', '160100.530000', '160100.533000', '160100.536000', '160100.539000', '160100.542000', '160100.545000', '160100.547000', '160100.550000', '160100.553000', '160100.556000', '160100.559000', '160100.562000', '160100.565000', '160100.567000', '160100.570000', '160100.573000', '160100.576000', '160100.579000', '160100.582000', '160100.584000', '160100.587000', '160100.590000', '160100.593000', '160100.596000', '160100.599000', '160100.601000', '160100.604000', '160100.607000', '160100.610000', '160100.613000', '160100.616000', '160100.618000', '160100.621000', '160100.624000', '160100.627000', '160100.630000', '160100.633000', '160100.635000', '160120.513000', '160120.517000', '160120.520000', '160120.523000', '160120.526000', '160120.528000', '160120.531000', '160120.534000', '160120.537000', '160120.540000', '160120.543000', '160120.545000', '160120.548000', '160120.551000', '160120.554000', '160120.557000', '160120.560000', '160120.563000', '160120.565000', '160120.568000', '160120.571000', '160120.574000', '160120.577000', '160120.580000', '160120.583000', '160120.585000', '160120.588000', '160120.591000', '160120.594000', '160120.597000', '160120.600000', '160120.602000', '160120.605000', '160120.608000', '160120.611000', '160120.614000', '160120.617000', '160120.620000', '160120.622000', '160120.625000', '160120.628000', '160120.631000', '160120.634000', '160140.513000', '160140.516000', '160140.519000', '160140.522000', '160140.525000', '160140.527000', '160140.530000', '160140.533000', '160140.536000', '160140.539000', '160140.542000', '160140.545000', '160140.547000', '160140.550000', '160140.553000', '160140.556000', '160140.559000', '160140.562000', '160140.565000', '160140.568000', '160140.570000', '160140.573000', '160140.576000', '160140.579000', '160140.582000', '160140.584000', '160140.587000', '160140.590000', '160140.593000', '160140.596000', '160140.599000', '160140.601000', '160140.604000', '160140.607000', '160140.610000', '160140.613000', '160140.616000', '160140.619000', '160140.622000', '160140.624000', '160140.627000', '160140.630000', '160140.633000', '160140.636000', '160150.482000', '160150.485000', '160150.488000', '160150.493000', '160150.496000', '160150.499000', '160150.502000', '160150.505000', '160150.508000', '160150.511000', '160150.514000', '160150.516000', '160150.519000', '160150.522000', '160150.526000', '160150.529000', '160150.532000', '160150.535000', '160150.538000', '160150.540000', '160150.543000', '160150.546000'], 'InstanceCreationTime': ['155220.548000', '155220.552000', '155220.564000', '155220.567000', '155220.570000', '155220.573000', '155220.575000', '155220.578000', '155220.581000', '155220.591000', '155220.593000', '155220.596000', '155220.599000', '155220.602000', '155220.608000', '155220.611000', '155220.614000', '155220.617000', '155220.620000', '155220.622000', '155220.625000', '155220.628000', '155220.631000', '155220.634000', '155220.636000', '155220.639000', '155220.642000', '155220.645000', '155240.512000', '155240.515000', '155240.523000', '155240.525000', '155240.528000', '155240.531000', '155240.534000', '155240.536000', '155240.539000', '155240.542000', '155240.545000', '155240.548000', '155240.551000', '155240.553000', '155240.556000', '155240.559000', '155240.562000', '155240.565000', '155240.570000', '155240.573000', '155240.575000', '155240.578000', '155240.581000', '155240.584000', '155240.587000', '155240.589000', '155240.592000', '155240.595000', '155240.598000', '155240.601000', '155240.603000', '155240.606000', '155240.609000', '155240.612000', '155240.615000', '155240.617000', '155240.620000', '155240.623000', '155240.626000', '155240.629000', '155240.632000', '155240.636000', '155240.639000', '155240.642000', '155300.512000', '155300.515000', '155300.518000', '155300.521000', '155300.525000', '155300.528000', '155300.531000', '155300.534000', '155300.536000', '155300.539000', '155300.542000', '155300.545000', '155300.548000', '155300.550000', '155300.553000', '155300.556000', '155300.559000', '155300.562000', '155300.565000', '155300.567000', '155300.576000', '155300.579000', '155300.582000', '155300.585000', '155300.587000', '155300.590000', '155300.593000', '155300.596000', '155300.599000', '155300.601000', '155300.604000', '155300.607000', '155300.610000', '155300.613000', '155300.616000', '155300.618000', '155300.621000', '155300.624000', '155300.627000', '155300.630000', '155300.632000', '155300.635000', '155300.638000', '155320.512000', '155320.515000', '155320.518000', '155320.520000', '155320.523000', '155320.526000', '155320.529000', '155320.532000', '155320.534000', '155320.537000', '155320.540000', '155320.543000', '155320.546000', '155320.549000', '155320.551000', '155320.554000', '155320.557000', '155320.560000', '155320.563000', '155320.566000', '155320.569000', '155320.571000', '155320.574000', '155320.577000', '155320.580000', '155320.583000', '155320.586000', '155320.588000', '155320.591000', '155320.594000', '155320.597000', '155320.600000', '155320.602000', '155320.605000', '155320.608000', '155320.611000', '155320.614000', '155320.616000', '155320.619000', '155320.622000', '155320.625000', '155320.628000', '155320.630000', '155320.633000', '155340.512000', '155340.515000', '155340.518000', '155340.521000', '155340.523000', '155340.526000', '155340.529000', '155340.532000', '155340.535000', '155340.538000', '155340.555000', '155340.558000', '155340.561000', '155340.564000', '155340.567000', '155340.570000', '155340.573000', '155340.575000', '155340.578000', '155340.581000', '155340.584000', '155340.587000', '155340.590000', '155340.592000', '155340.595000', '155340.598000', '155340.601000', '155340.604000', '155340.607000', '155340.609000', '155340.612000', '155340.615000', '155340.618000', '155340.621000', '155340.623000', '155340.626000', '155340.629000', '155340.632000', '155340.635000', '155340.638000', '155340.640000', '155340.643000', '155340.646000', '155400.513000', '155400.516000', '155400.519000', '155400.521000', '155400.524000', '155400.527000', '155400.530000', '155400.533000', '155400.536000', '155400.538000', '155400.541000', '155400.544000', '155400.547000', '155400.550000', '155400.552000', '155400.555000', '155400.558000', '155400.561000', '155400.564000', '155400.567000', '155400.569000', '155400.572000', '155400.575000', '155400.578000', '155400.581000', '155400.584000', '155400.586000', '155400.589000', '155400.592000', '155400.595000', '155400.598000', '155400.601000', '155400.603000', '155400.606000', '155400.609000', '155400.612000', '155400.615000', '155400.618000', '155400.620000', '155400.623000', '155400.626000', '155400.629000', '155400.632000', '155400.635000', '155420.513000', '155420.516000', '155420.519000', '155420.522000', '155420.524000', '155420.527000', '155420.530000', '155420.533000', '155420.536000', '155420.539000', '155420.541000', '155420.544000', '155420.547000', '155420.550000', '155420.553000', '155420.556000', '155420.559000', '155420.562000', '155420.564000', '155420.567000', '155420.570000', '155420.573000', '155420.576000', '155420.579000', '155420.581000', '155420.584000', '155420.587000', '155420.590000', '155420.593000', '155420.596000', '155420.598000', '155420.601000', '155420.604000', '155420.607000', '155420.610000', '155420.613000', '155420.615000', '155420.618000', '155420.621000', '155420.624000', '155420.627000', '155420.629000', '155420.632000', '155440.513000', '155440.516000', '155440.519000', '155440.522000', '155440.524000', '155440.527000', '155440.530000', '155440.533000', '155440.536000', '155440.539000', '155440.541000', '155440.544000', '155440.547000', '155440.550000', '155440.553000', '155440.556000', '155440.559000', '155440.561000', '155440.564000', '155440.567000', '155440.570000', '155440.573000', '155440.576000', '155440.578000', '155440.581000', '155440.584000', '155440.587000', '155440.590000', '155440.593000', '155440.595000', '155440.598000', '155440.601000', '155440.604000', '155440.607000', '155440.610000', '155440.613000', '155440.615000', '155440.618000', '155440.621000', '155440.624000', '155440.627000', '155440.629000', '155440.632000', '155440.635000', '155500.514000', '155500.517000', '155500.520000', '155500.522000', '155500.525000', '155500.528000', '155500.531000', '155500.534000', '155500.537000', '155500.540000', '155500.542000', '155500.545000', '155500.548000', '155500.551000', '155500.554000', '155500.557000', '155500.560000', '155500.562000', '155500.565000', '155500.568000', '155500.571000', '155500.574000', '155500.577000', '155500.580000', '155500.583000', '155500.587000', '155500.591000', '155500.594000', '155500.597000', '155500.600000', '155500.603000', '155500.605000', '155500.608000', '155500.611000', '155500.614000', '155500.617000', '155500.620000', '155500.622000', '155500.625000', '155500.628000', '155500.631000', '155500.634000', '155500.637000', '155520.512000', '155520.515000', '155520.518000', '155520.521000', '155520.523000', '155520.526000', '155520.529000', '155520.532000', '155520.535000', '155520.538000', '155520.540000', '155520.543000', '155520.546000', '155520.549000', '155520.552000', '155520.554000', '155520.557000', '155520.560000', '155520.563000', '155520.566000', '155520.569000', '155520.572000', '155520.574000', '155520.577000', '155520.580000', '155520.583000', '155520.586000', '155520.589000', '155520.591000', '155520.594000', '155520.597000', '155520.600000', '155520.603000', '155520.606000', '155520.608000', '155520.611000', '155520.614000', '155520.617000', '155520.620000', '155520.623000', '155520.626000', '155520.629000', '155520.631000', '155520.634000', '155540.512000', '155540.515000', '155540.518000', '155540.521000', '155540.524000', '155540.526000', '155540.529000', '155540.532000', '155540.535000', '155540.538000', '155540.541000', '155540.543000', '155540.546000', '155540.549000', '155540.552000', '155540.555000', '155540.558000', '155540.561000', '155540.564000', '155540.567000', '155540.569000', '155540.572000', '155540.575000', '155540.578000', '155540.581000', '155540.584000', '155540.586000', '155540.589000', '155540.592000', '155540.595000', '155540.598000', '155540.601000', '155540.603000', '155540.606000', '155540.609000', '155540.613000', '155540.616000', '155540.618000', '155540.621000', '155540.624000', '155540.627000', '155540.630000', '155540.633000', '155600.512000', '155600.515000', '155600.518000', '155600.521000', '155600.523000', '155600.526000', '155600.529000', '155600.532000', '155600.535000', '155600.538000', '155600.541000', '155600.543000', '155600.546000', '155600.549000', '155600.552000', '155600.555000', '155600.558000', '155600.561000', '155600.564000', '155600.566000', '155600.569000', '155600.572000', '155600.575000', '155600.578000', '155600.581000', '155600.583000', '155600.586000', '155600.589000', '155600.592000', '155600.595000', '155600.597000', '155600.600000', '155600.603000', '155600.606000', '155600.609000', '155600.612000', '155600.614000', '155600.617000', '155600.620000', '155600.623000', '155600.626000', '155600.629000', '155600.631000', '155600.634000', '155620.513000', '155620.516000', '155620.519000', '155620.522000', '155620.524000', '155620.527000', '155620.530000', '155620.533000', '155620.536000', '155620.539000', '155620.542000', '155620.544000', '155620.547000', '155620.551000', '155620.554000', '155620.557000', '155620.560000', '155620.563000', '155620.566000', '155620.569000', '155620.572000', '155620.574000', '155620.577000', '155620.580000', '155620.583000', '155620.586000', '155620.589000', '155620.591000', '155620.594000', '155620.597000', '155620.600000', '155620.603000', '155620.606000', '155620.609000', '155620.612000', '155620.615000', '155620.618000', '155620.621000', '155620.624000', '155620.626000', '155620.629000', '155620.632000', '155620.635000', '155640.513000', '155640.516000', '155640.519000', '155640.522000', '155640.524000', '155640.527000', '155640.530000', '155640.533000', '155640.536000', '155640.539000', '155640.541000', '155640.544000', '155640.547000', '155640.550000', '155640.553000', '155640.556000', '155640.558000', '155640.573000', '155640.576000', '155640.579000', '155640.582000', '155640.585000', '155640.587000', '155640.590000', '155640.593000', '155640.596000', '155640.599000', '155640.602000', '155640.604000', '155640.607000', '155640.610000', '155640.613000', '155640.616000', '155640.619000', '155640.622000', '155640.624000', '155640.627000', '155640.630000', '155640.633000', '155640.636000', '155640.638000', '155640.641000', '155640.644000', '155640.647000', '155700.513000', '155700.516000', '155700.519000', '155700.522000', '155700.524000', '155700.527000', '155700.530000', '155700.533000', '155700.536000', '155700.539000', '155700.542000', '155700.545000', '155700.547000', '155700.550000', '155700.553000', '155700.556000', '155700.559000', '155700.562000', '155700.565000', '155700.568000', '155700.571000', '155700.573000', '155700.576000', '155700.579000', '155700.582000', '155700.585000', '155700.588000', '155700.590000', '155700.593000', '155700.596000', '155700.599000', '155700.602000', '155700.605000', '155700.607000', '155700.610000', '155700.613000', '155700.616000', '155700.619000', '155700.622000', '155700.624000', '155700.627000', '155700.630000', '155700.633000', '155720.512000', '155720.515000', '155720.518000', '155720.521000', '155720.523000', '155720.526000', '155720.529000', '155720.532000', '155720.535000', '155720.538000', '155720.540000', '155720.543000', '155720.546000', '155720.549000', '155720.552000', '155720.555000', '155720.557000', '155720.560000', '155720.563000', '155720.566000', '155720.569000', '155720.572000', '155720.574000', '155720.577000', '155720.580000', '155720.583000', '155720.586000', '155720.589000', '155720.591000', '155720.594000', '155720.597000', '155720.600000', '155720.603000', '155720.606000', '155720.608000', '155720.611000', '155720.614000', '155720.617000', '155720.620000', '155720.623000', '155720.625000', '155720.628000', '155720.631000', '155720.634000', '155740.512000', '155740.515000', '155740.518000', '155740.521000', '155740.523000', '155740.526000', '155740.529000', '155740.532000', '155740.535000', '155740.538000', '155740.540000', '155740.543000', '155740.546000', '155740.549000', '155740.552000', '155740.555000', '155740.558000', '155740.560000', '155740.563000', '155740.566000', '155740.569000', '155740.572000', '155740.575000', '155740.577000', '155740.580000', '155740.583000', '155740.587000', '155740.597000', '155740.600000', '155740.603000', '155740.606000', '155740.609000', '155740.612000', '155740.615000', '155740.618000', '155740.620000', '155740.623000', '155740.626000', '155740.629000', '155740.632000', '155740.635000', '155740.638000', '155740.641000', '155800.512000', '155800.515000', '155800.518000', '155800.520000', '155800.523000', '155800.526000', '155800.529000', '155800.532000', '155800.535000', '155800.538000', '155800.540000', '155800.543000', '155800.546000', '155800.549000', '155800.552000', '155800.555000', '155800.558000', '155800.561000', '155800.563000', '155800.566000', '155800.569000', '155800.572000', '155800.575000', '155800.578000', '155800.580000', '155800.583000', '155800.586000', '155800.589000', '155800.592000', '155800.595000', '155800.597000', '155800.600000', '155800.603000', '155800.606000', '155800.609000', '155800.612000', '155800.614000', '155800.617000', '155800.620000', '155800.623000', '155800.626000', '155800.628000', '155800.644000', '155800.647000', '155820.512000', '155820.515000', '155820.518000', '155820.521000', '155820.523000', '155820.526000', '155820.529000', '155820.532000', '155820.535000', '155820.538000', '155820.541000', '155820.543000', '155820.546000', '155820.549000', '155820.552000', '155820.555000', '155820.558000', '155820.561000', '155820.563000', '155820.566000', '155820.569000', '155820.572000', '155820.575000', '155820.578000', '155820.580000', '155820.583000', '155820.586000', '155820.589000', '155820.592000', '155820.595000', '155820.598000', '155820.600000', '155820.603000', '155820.606000', '155820.609000', '155820.612000', '155820.615000', '155820.617000', '155820.620000', '155820.623000', '155820.626000', '155820.629000', '155820.632000', '155840.513000', '155840.516000', '155840.519000', '155840.521000', '155840.524000', '155840.527000', '155840.530000', '155840.533000', '155840.536000', '155840.539000', '155840.542000', '155840.544000', '155840.547000', '155840.550000', '155840.553000', '155840.556000', '155840.559000', '155840.562000', '155840.564000', '155840.567000', '155840.570000', '155840.573000', '155840.576000', '155840.579000', '155840.581000', '155840.584000', '155840.587000', '155840.590000', '155840.593000', '155840.596000', '155840.599000', '155840.602000', '155840.604000', '155840.607000', '155840.610000', '155840.613000', '155840.616000', '155840.618000', '155840.621000', '155840.624000', '155840.627000', '155840.630000', '155840.633000', '155840.635000', '155900.513000', '155900.516000', '155900.519000', '155900.522000', '155900.524000', '155900.527000', '155900.530000', '155900.533000', '155900.536000', '155900.539000', '155900.542000', '155900.545000', '155900.547000', '155900.550000', '155900.553000', '155900.556000', '155900.559000', '155900.562000', '155900.565000', '155900.567000', '155900.570000', '155900.573000', '155900.576000', '155900.579000', '155900.582000', '155900.585000', '155900.587000', '155900.590000', '155900.593000', '155900.596000', '155900.599000', '155900.602000', '155900.604000', '155900.607000', '155900.610000', '155900.613000', '155900.616000', '155900.619000', '155900.622000', '155900.625000', '155900.628000', '155900.631000', '155900.634000', '155920.513000', '155920.516000', '155920.519000', '155920.521000', '155920.524000', '155920.527000', '155920.530000', '155920.533000', '155920.536000', '155920.539000', '155920.541000', '155920.544000', '155920.547000', '155920.550000', '155920.553000', '155920.556000', '155920.559000', '155920.561000', '155920.564000', '155920.567000', '155920.570000', '155920.573000', '155920.576000', '155920.578000', '155920.581000', '155920.584000', '155920.587000', '155920.590000', '155920.593000', '155920.596000', '155920.598000', '155920.601000', '155920.604000', '155920.607000', '155920.610000', '155920.613000', '155920.615000', '155920.618000', '155920.633000', '155920.636000', '155920.639000', '155920.642000', '155920.645000', '155920.648000', '155940.512000', '155940.515000', '155940.518000', '155940.521000', '155940.523000', '155940.526000', '155940.529000', '155940.532000', '155940.535000', '155940.538000', '155940.541000', '155940.543000', '155940.546000', '155940.549000', '155940.552000', '155940.555000', '155940.558000', '155940.561000', '155940.563000', '155940.566000', '155940.569000', '155940.572000', '155940.575000', '155940.578000', '155940.580000', '155940.583000', '155940.586000', '155940.589000', '155940.592000', '155940.595000', '155940.597000', '155940.600000', '155940.603000', '155940.606000', '155940.609000', '155940.612000', '155940.614000', '155940.617000', '155940.620000', '155940.623000', '155940.626000', '155940.629000', '155940.632000', '160000.512000', '160000.515000', '160000.518000', '160000.521000', '160000.524000', '160000.526000', '160000.529000', '160000.532000', '160000.535000', '160000.538000', '160000.541000', '160000.543000', '160000.546000', '160000.549000', '160000.552000', '160000.555000', '160000.558000', '160000.561000', '160000.564000', '160000.566000', '160000.569000', '160000.572000', '160000.575000', '160000.578000', '160000.581000', '160000.584000', '160000.586000', '160000.589000', '160000.592000', '160000.595000', '160000.598000', '160000.601000', '160000.603000', '160000.606000', '160000.609000', '160000.612000', '160000.615000', '160000.618000', '160000.620000', '160000.623000', '160000.626000', '160000.629000', '160000.632000', '160000.635000', '160020.512000', '160020.515000', '160020.518000', '160020.521000', '160020.524000', '160020.526000', '160020.529000', '160020.532000', '160020.535000', '160020.538000', '160020.541000', '160020.544000', '160020.547000', '160020.549000', '160020.552000', '160020.555000', '160020.558000', '160020.561000', '160020.564000', '160020.567000', '160020.570000', '160020.573000', '160020.575000', '160020.578000', '160020.581000', '160020.584000', '160020.587000', '160020.589000', '160020.592000', '160020.595000', '160020.598000', '160020.601000', '160020.604000', '160020.606000', '160020.609000', '160020.612000', '160020.615000', '160020.618000', '160020.621000', '160020.623000', '160020.626000', '160020.629000', '160020.632000', '160040.512000', '160040.516000', '160040.521000', '160040.524000', '160040.527000', '160040.530000', '160040.533000', '160040.536000', '160040.538000', '160040.541000', '160040.544000', '160040.547000', '160040.550000', '160040.553000', '160040.555000', '160040.558000', '160040.561000', '160040.564000', '160040.567000', '160040.570000', '160040.573000', '160040.575000', '160040.578000', '160040.581000', '160040.584000', '160040.587000', '160040.590000', '160040.592000', '160040.595000', '160040.598000', '160040.601000', '160040.604000', '160040.606000', '160040.609000', '160040.612000', '160040.615000', '160040.618000', '160040.621000', '160040.624000', '160040.626000', '160040.630000', '160040.633000', '160040.636000', '160100.513000', '160100.516000', '160100.519000', '160100.522000', '160100.525000', '160100.527000', '160100.530000', '160100.533000', '160100.536000', '160100.539000', '160100.542000', '160100.545000', '160100.547000', '160100.550000', '160100.553000', '160100.556000', '160100.559000', '160100.562000', '160100.565000', '160100.567000', '160100.570000', '160100.573000', '160100.576000', '160100.579000', '160100.582000', '160100.584000', '160100.587000', '160100.590000', '160100.593000', '160100.596000', '160100.599000', '160100.601000', '160100.604000', '160100.607000', '160100.610000', '160100.613000', '160100.616000', '160100.618000', '160100.621000', '160100.624000', '160100.627000', '160100.630000', '160100.633000', '160100.635000', '160120.513000', '160120.517000', '160120.520000', '160120.523000', '160120.526000', '160120.528000', '160120.531000', '160120.534000', '160120.537000', '160120.540000', '160120.543000', '160120.545000', '160120.548000', '160120.551000', '160120.554000', '160120.557000', '160120.560000', '160120.563000', '160120.565000', '160120.568000', '160120.571000', '160120.574000', '160120.577000', '160120.580000', '160120.583000', '160120.585000', '160120.588000', '160120.591000', '160120.594000', '160120.597000', '160120.600000', '160120.602000', '160120.605000', '160120.608000', '160120.611000', '160120.614000', '160120.617000', '160120.620000', '160120.622000', '160120.625000', '160120.628000', '160120.631000', '160120.634000', '160140.513000', '160140.516000', '160140.519000', '160140.522000', '160140.525000', '160140.527000', '160140.530000', '160140.533000', '160140.536000', '160140.539000', '160140.542000', '160140.545000', '160140.547000', '160140.550000', '160140.553000', '160140.556000', '160140.559000', '160140.562000', '160140.565000', '160140.568000', '160140.570000', '160140.573000', '160140.576000', '160140.579000', '160140.582000', '160140.584000', '160140.587000', '160140.590000', '160140.593000', '160140.596000', '160140.599000', '160140.601000', '160140.604000', '160140.607000', '160140.610000', '160140.613000', '160140.616000', '160140.619000', '160140.622000', '160140.624000', '160140.627000', '160140.630000', '160140.633000', '160140.636000', '160150.482000', '160150.485000', '160150.488000', '160150.493000', '160150.496000', '160150.499000', '160150.502000', '160150.505000', '160150.508000', '160150.511000', '160150.514000', '160150.516000', '160150.519000', '160150.522000', '160150.526000', '160150.529000', '160150.532000', '160150.535000', '160150.538000', '160150.540000', '160150.543000', '160150.546000'], '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], 'LargestImagePixelValue': [11478, 9508, 10376, 12407, 9906, 12943, 10474, 12794, 9869, 12782, 9148, 11862, 8418, 10571, 8679, 12415, 9769, 10307, 8633, 10451, 14577, 10834, 14556, 10947, 13617, 9549, 12838, 9072, 13081, 9248, 14085, 9118, 12516, 9266, 11622, 16101, 12704, 14767, 11637, 13500, 9205, 12481, 9076, 12543, 16584, 12230, 15728, 10585, 14057, 10125, 12918, 9055, 13050, 9829, 12792, 9119, 11356, 14846, 10503, 14439, 11417, 13870, 10243, 13277, 9154, 12628, 9201, 13467, 9680, 12706, 8989, 11406, 16617, 10886, 14690, 11330, 13739, 9707, 13173, 8643, 11757, 10513, 10991, 15007, 11627, 13814, 10570, 13429, 9055, 12449, 9162, 12767, 9488, 13869, 9409, 14373, 10658, 11556, 10126, 14939, 10900, 14083, 10042, 14825, 10473, 13376, 9435, 12640, 16267, 12046, 15313, 13228, 14541, 10015, 13321, 9005, 12196, 14114, 11782, 15462, 11046, 13605, 11073, 12535, 9628, 12120, 9218, 12670, 9771, 13199, 9279, 12577, 8622, 12372, 10087, 13324, 10351, 11900, 14123, 11342, 16263, 12445, 14953, 10691, 13563, 10214, 13238, 9778, 14302, 9045, 12290, 9071, 11709, 8595, 12963, 9151, 14170, 10363, 15446, 10066, 13324, 8996, 12511, 9318, 13223, 9600, 12856, 8750, 11155, 12124, 11129, 14897, 11533, 9665, 10751, 11910, 11120, 14958, 12058, 10654, 11493, 11823, 11190, 15696, 12104, 14277, 11116, 13723, 10333, 14683, 11672, 15490, 11040, 12162, 9566, 13251, 10920, 15017, 11842, 9207, 10647, 8881, 11966, 11363, 13061, 9579, 11975, 9079, 11174, 15297, 11657, 15211, 10825, 13086, 10008, 12758, 9900, 13414, 9517, 12294, 8763, 12070, 9564, 12730, 11893, 10993, 15684, 10607, 13520, 10953, 13538, 9390, 12664, 8884, 11819, 11892, 11846, 16176, 11003, 13464, 10429, 12745, 9457, 12761, 9658, 12814, 8865, 11544, 9259, 12581, 10534, 13161, 8934, 12346, 9084, 12185, 15499, 11259, 15029, 12205, 13500, 9402, 12070, 8837, 11819, 11902, 12080, 14772, 10450, 13641, 9978, 12741, 9385, 13082, 9076, 11830, 8742, 11307, 15291, 11001, 13613, 11347, 13055, 9634, 12390, 9167, 12935, 9627, 13514, 10142, 16211, 15667, 12469, 11463, 9693, 9013, 9498, 10024, 11430, 9952, 12492, 10144, 12668, 9755, 13399, 9933, 13432, 10151, 14281, 9441, 13192, 9567, 12273, 16811, 13295, 14548, 11425, 13005, 9537, 12334, 9126, 12872, 10442, 11216, 15308, 10156, 12535, 10103, 11731, 9013, 12587, 8682, 11066, 8723, 10765, 15336, 10888, 12871, 10174, 11971, 8810, 11536, 9033, 11813, 8797, 11248, 12466, 10148, 13499, 10400, 12549, 10735, 12860, 9579, 11844, 8963, 12000, 9289, 14030, 9350, 13210, 9537, 12019, 10741, 12089, 17042, 12738, 13949, 10880, 12900, 9856, 12915, 9265, 13955, 8976, 12401, 9445, 11637, 11194, 11987, 14191, 11699, 15339, 10375, 12987, 10649, 12893, 9407, 13121, 9220, 11712, 8952, 11033, 15744, 11219, 14451, 10571, 12728, 10153, 12091, 9367, 12725, 9169, 13637, 9119, 11970, 9283, 12223, 16302, 12259, 15580, 11138, 13323, 10235, 12499, 9211, 13329, 8920, 11753, 8999, 11056, 15534, 11489, 14740, 10923, 13370, 10104, 12172, 9401, 13035, 9242, 12577, 8977, 10892, 16401, 11456, 13613, 11388, 13208, 9282, 12093, 9394, 11863, 10289, 12588, 8949, 11641, 13580, 10810, 14263, 11320, 13903, 11184, 13798, 9339, 12859, 9372, 12561, 11320, 12774, 12547, 11234, 15527, 10613, 13232, 10532, 13099, 8923, 12287, 9258, 11513, 10143, 11938, 11195, 10794, 15350, 10901, 14070, 11482, 13806, 10446, 13793, 9577, 13340, 9450, 14461, 9676, 14183, 9228, 13100, 9326, 13261, 12207, 13616, 9514, 12490, 10457, 12394, 14667, 12659, 9890, 13124, 9156, 13261, 9631, 13184, 15463, 12921, 13105, 11633, 15416, 10672, 14486, 11520, 14024, 12015, 14184, 10037, 13260, 10220, 13061, 9379, 13259, 9269, 13332, 8933, 11234, 11970, 10415, 15492, 11700, 13697, 10560, 12945, 10321, 12088, 8985, 13056, 8995, 11816, 9454, 10974, 16599, 12086, 13875, 10295, 12383, 9658, 11992, 9065, 13151, 8751, 11752, 8916, 11031, 11919, 11414, 13611, 10541, 15012, 10175, 12408, 10379, 13247, 9662, 13024, 8833, 12111, 9037, 12611, 11120, 12999, 9283, 12025, 11139, 11183, 16473, 12118, 15224, 11838, 11902, 10267, 10992, 10590, 16112, 12249, 14400, 11186, 13335, 10630, 13248, 11139, 14583, 11109, 11194, 10091, 10116, 10762, 11955, 12668, 9367, 13684, 9907, 13572, 10596, 14891, 12468, 15843, 10827, 14006, 10510, 13458, 10995, 13656, 11073, 13045, 9733, 12483, 9875, 14193, 11031, 12994, 9844, 12359, 10248, 14032, 10862, 12767, 9753, 12225, 9400, 13754, 10535, 13070, 9233, 11610, 9115, 12225, 11758, 12205, 9298, 10391, 11172, 10914, 10444, 12221, 8583, 11614, 8670, 11655, 9955, 12684, 8739, 12212, 9208, 13436, 10486, 13882, 10716, 15056, 11826, 12110, 9896, 8877, 11169, 9202, 12417, 9171, 10754, 14449, 11589, 11913, 10018, 11557, 9130, 13312, 10665, 13265, 9317, 11023, 8652, 10466, 8633, 11355, 8685, 9840, 8396, 9652, 14616, 10905, 15153, 9691, 8791, 10347, 9115, 11366, 15601, 11202, 13765, 9706, 13878, 11215, 11206, 10160, 9817, 15244, 11030, 14064, 9769, 14434, 8664, 10161, 8829, 9610, 15876, 12470, 14512, 10294, 11756, 8709, 11586, 8496, 13055, 8761, 10062, 8607, 9196, 13806, 10866, 14661, 11325, 11737, 8653, 10946, 9077, 12449, 8776, 13819, 8732, 11060, 8555, 11267, 10756, 11171, 16712, 9927, 12653, 9839, 14574, 10197, 12761, 8832, 10860, 8449, 10554, 8678, 10162, 14765, 9685, 11471, 8658, 11264, 12538, 9782, 13520, 9126, 11682, 9388, 12232, 9519, 10135, 10047, 9327, 14904, 10514, 12334, 9103, 10280, 8545, 11243, 9212, 11532, 8942, 9942, 9400, 10531, 14799, 11214, 9675, 9273, 11428, 10171, 13934, 10972, 10555, 10254, 12463, 10315, 15010, 11208, 15033, 11989, 14736, 9954, 13548, 10104, 12377, 8758, 13932, 9283, 12521, 8458, 11762, 8594, 12035, 9743, 12381, 9119, 15037, 10002, 13451, 8375, 10264, 8588, 10120, 9089, 11678, 8855, 10010, 9752, 9341, 14169, 11100, 12890, 8881, 10904, 8497, 10595, 8701, 12444, 10280, 11369, 8726, 9627, 13475, 10017, 13554, 11171, 13127, 9191, 11248, 9101, 12505, 9459, 14532, 8960, 12486, 8782, 12132, 9161, 13880, 9347, 10519, 14389, 10352, 14890, 12014, 14308, 9570, 11799, 8167, 10605, 8763, 12526, 9736, 10214, 10395, 9078, 12663, 10169, 12616, 10326, 11737, 8391, 10308, 8765, 11321, 9158, 13427, 9143, 11019, 8928, 9981, 15551, 11880, 14583, 11731, 12867, 8865, 11280, 8652, 11721, 9757, 13731, 9755, 11510, 8317, 9751, 8448, 9870, 13891, 10693, 12290, 9367, 11485, 8456, 10700, 8642, 11414, 13531, 9878, 14339, 10619, 13259, 9847, 13574, 8617, 10786, 8669, 9980, 10536, 10318, 15804, 11540, 11220, 9471, 11655, 9065, 11920, 9412, 11367, 8604, 12732, 8367, 9963, 8176, 9613, 13654, 10131, 13182, 10814, 13133, 8985, 11189, 8575, 10897, 8543, 11259, 9112, 12878, 9238, 10894, 10487, 9874, 15528, 10681, 13672, 11470, 14169, 10218, 12419, 8942, 11182, 9159, 11632, 9210, 13328, 10022, 13019, 9801, 12518, 9599, 9008, 10473, 9616, 12241, 13491, 11792, 11352, 9734, 15001, 10498, 13633, 9867, 13351, 8731, 10427, 9652, 9960, 15322, 11672, 13819, 10164, 11661, 8568, 10933, 9035, 11889, 9160, 13471, 8876, 11924, 8603, 11697, 9538, 13538, 11930, 11306, 15548, 10487, 13807, 11233, 13588, 9515, 12750, 8685, 10802, 12798, 11332, 16751, 11497, 13315, 9394, 11607, 9836, 11683, 8671, 13175, 8662, 11179, 8804, 10095, 15334, 10780, 13593, 10511, 12730, 8803, 10979, 8813, 10895, 15178, 11518, 13755, 10126, 13028, 9615, 11806, 9429, 12832, 8987, 13103, 8687, 10675, 11268, 11159, 16721, 12214, 14517, 10233, 12496, 9362, 12450, 9024, 13369, 8877, 10751, 9514, 10480, 15904, 11778, 14501, 10546, 12967, 9683, 12474, 9473, 14162, 9601, 13642, 8889, 12370, 8938, 12434, 9533, 14468, 9578, 14609, 9107, 12716, 9372, 12463, 9050, 13169, 10601, 13403, 10254, 10965, 15906, 10867, 14807, 11680, 14007, 10483, 13114, 9108, 12457, 8900, 13726, 8857, 11244, 10285, 10424, 15452, 11514, 14075, 10509, 12791, 9018, 11487, 8998, 12608, 8847, 11835, 8995, 10094, 15264, 10562, 13389, 10910, 13018, 8880, 11421, 8489, 11217, 13138, 11297, 14486, 10343, 13668, 9959, 12400, 10529, 13190, 10145, 13055, 9031, 12223, 8756, 13367, 9345, 13604, 8797, 11267, 13393, 10932, 15233, 12408, 13853, 9535, 12393, 9020, 12086, 12784, 12070, 13092, 9992, 14348, 10193, 12799, 9671, 13518, 9144, 12437, 8709, 11519, 8714, 11816, 10106, 12062, 9170, 11580, 8756, 12649, 9964, 13911, 9095, 11767, 9054, 11572, 13931, 12293, 11218, 11542, 9920, 11192, 15940, 11979, 15527, 12453, 13528, 9847, 14305, 10176, 13660, 10995, 14635, 11122, 13144, 9415, 11923, 8841, 13100, 9509, 13699, 8755, 11907, 8892, 11602, 9919, 13221, 9376, 11377, 8782, 10965, 15565, 11345, 14487, 11414, 13377, 9451, 11795, 9358, 13075, 10350, 13419, 9590, 11976, 9434, 12505, 9340, 14214, 9528, 13110, 8728, 12029, 8948, 13623, 9139, 13046, 8665, 11409, 8875, 11721, 8883, 13587, 9782, 12966], 'WindowCenter': [4777.0, 4741.0, 4739.0, 4747.0, 4728.0, 4756.0, 4735.0, 4756.0, 4726.0, 4746.0, 4726.0, 4745.0, 4707.0, 4738.0, 4717.0, 4771.0, 4739.0, 4761.0, 4731.0, 4761.0, 4778.0, 4762.0, 4781.0, 4762.0, 4781.0, 4743.0, 4771.0, 4741.0, 4772.0, 4741.0, 4783.0, 4731.0, 4771.0, 4742.0, 4760.0, 4778.0, 4772.0, 4781.0, 4759.0, 4770.0, 4729.0, 4757.0, 4727.0, 4760.0, 4779.0, 4760.0, 4775.0, 4740.0, 4767.0, 4739.0, 4758.0, 4728.0, 4760.0, 4739.0, 4758.0, 4728.0, 4750.0, 4766.0, 4748.0, 4769.0, 4760.0, 4767.0, 4751.0, 4770.0, 4731.0, 4760.0, 4730.0, 4771.0, 4739.0, 4770.0, 4730.0, 4758.0, 4779.0, 4751.0, 4779.0, 4751.0, 4769.0, 4740.0, 4760.0, 4728.0, 4758.0, 4738.0, 4750.0, 4777.0, 4757.0, 4769.0, 4750.0, 4768.0, 4729.0, 4769.0, 4741.0, 4772.0, 4752.0, 4782.0, 4741.0, 4781.0, 4761.0, 4773.0, 4766.0, 4795.0, 4774.0, 4785.0, 4756.0, 4795.0, 4762.0, 4785.0, 4744.0, 4774.0, 4790.0, 4761.0, 4780.0, 4759.0, 4770.0, 4729.0, 4757.0, 4718.0, 4747.0, 4757.0, 4749.0, 4781.0, 4761.0, 4755.0, 4737.0, 4745.0, 4728.0, 4746.0, 4739.0, 4769.0, 4739.0, 4768.0, 4739.0, 4771.0, 4731.0, 4771.0, 4740.0, 4769.0, 4740.0, 4760.0, 4766.0, 4759.0, 4780.0, 4761.0, 4778.0, 4748.0, 4769.0, 4740.0, 4758.0, 4739.0, 4770.0, 4718.0, 4748.0, 4715.0, 4747.0, 4716.0, 4757.0, 4729.0, 4768.0, 4739.0, 4779.0, 4739.0, 4757.0, 4728.0, 4758.0, 4728.0, 4758.0, 4728.0, 4759.0, 4717.0, 4747.0, 4747.0, 4748.0, 4767.0, 4746.0, 4728.0, 4748.0, 4758.0, 4750.0, 4780.0, 4761.0, 4749.0, 4760.0, 4759.0, 4751.0, 4779.0, 4761.0, 4768.0, 4751.0, 4766.0, 4750.0, 4770.0, 4760.0, 4780.0, 4750.0, 4759.0, 4739.0, 4768.0, 4752.0, 4775.0, 4758.0, 4742.0, 4751.0, 4731.0, 4759.0, 4748.0, 4769.0, 4740.0, 4759.0, 4729.0, 4749.0, 4776.0, 4761.0, 4778.0, 4750.0, 4758.0, 4738.0, 4756.0, 4737.0, 4768.0, 4737.0, 4758.0, 4718.0, 4760.0, 4727.0, 4758.0, 4746.0, 4748.0, 4766.0, 4736.0, 4756.0, 4738.0, 4757.0, 4725.0, 4747.0, 4715.0, 4747.0, 4746.0, 4747.0, 4766.0, 4734.0, 4754.0, 4737.0, 4747.0, 4727.0, 4756.0, 4726.0, 4757.0, 4727.0, 4747.0, 4728.0, 4758.0, 4737.0, 4756.0, 4727.0, 4758.0, 4728.0, 4760.0, 4778.0, 4750.0, 4767.0, 4760.0, 4758.0, 4729.0, 4747.0, 4716.0, 4748.0, 4747.0, 4757.0, 4767.0, 4738.0, 4756.0, 4738.0, 4758.0, 4728.0, 4757.0, 4727.0, 4758.0, 4717.0, 4749.0, 4776.0, 4748.0, 4767.0, 4749.0, 4768.0, 4739.0, 4759.0, 4730.0, 4769.0, 4738.0, 4771.0, 4764.0, 4820.0, 4807.0, 4771.0, 4748.0, 4727.0, 4716.0, 4737.0, 4749.0, 4759.0, 4749.0, 4770.0, 4762.0, 4781.0, 4754.0, 4782.0, 4751.0, 4784.0, 4752.0, 4783.0, 4741.0, 4770.0, 4728.0, 4748.0, 4766.0, 4746.0, 4754.0, 4734.0, 4743.0, 4711.0, 4733.0, 4702.0, 4731.0, 4720.0, 4721.0, 4748.0, 4710.0, 4729.0, 4722.0, 4733.0, 4701.0, 4742.0, 4702.0, 4732.0, 4701.0, 4734.0, 4749.0, 4725.0, 4742.0, 4724.0, 4734.0, 4713.0, 4745.0, 4716.0, 4745.0, 4714.0, 4747.0, 4744.0, 4737.0, 4754.0, 4738.0, 4744.0, 4736.0, 4754.0, 4727.0, 4746.0, 4728.0, 4757.0, 4730.0, 4768.0, 4730.0, 4768.0, 4729.0, 4759.0, 4738.0, 4757.0, 4774.0, 4760.0, 4767.0, 4749.0, 4755.0, 4738.0, 4755.0, 4726.0, 4767.0, 4718.0, 4758.0, 4727.0, 4749.0, 4735.0, 4759.0, 4768.0, 4759.0, 4767.0, 4738.0, 4758.0, 4749.0, 4758.0, 4728.0, 4757.0, 4728.0, 4759.0, 4730.0, 4748.0, 4779.0, 4749.0, 4768.0, 4751.0, 4760.0, 4750.0, 4758.0, 4741.0, 4769.0, 4731.0, 4771.0, 4729.0, 4762.0, 4741.0, 4771.0, 4779.0, 4759.0, 4779.0, 4750.0, 4767.0, 4749.0, 4760.0, 4730.0, 4771.0, 4730.0, 4759.0, 4728.0, 4761.0, 4779.0, 4760.0, 4780.0, 4751.0, 4769.0, 4751.0, 4770.0, 4742.0, 4770.0, 4740.0, 4772.0, 4729.0, 4750.0, 4788.0, 4760.0, 4768.0, 4760.0, 4769.0, 4740.0, 4758.0, 4741.0, 4761.0, 4749.0, 4770.0, 4730.0, 4762.0, 4769.0, 4762.0, 4781.0, 4760.0, 4771.0, 4762.0, 4771.0, 4741.0, 4770.0, 4741.0, 4771.0, 4751.0, 4771.0, 4769.0, 4762.0, 4779.0, 4750.0, 4770.0, 4750.0, 4772.0, 4732.0, 4771.0, 4741.0, 4762.0, 4752.0, 4772.0, 4760.0, 4759.0, 4791.0, 4763.0, 4783.0, 4764.0, 4782.0, 4764.0, 4781.0, 4753.0, 4780.0, 4752.0, 4782.0, 4742.0, 4783.0, 4743.0, 4783.0, 4742.0, 4783.0, 4762.0, 4782.0, 4742.0, 4772.0, 4750.0, 4772.0, 4779.0, 4771.0, 4740.0, 4782.0, 4741.0, 4783.0, 4751.0, 4783.0, 4782.0, 4773.0, 4769.0, 4763.0, 4780.0, 4750.0, 4769.0, 4750.0, 4770.0, 4761.0, 4770.0, 4741.0, 4758.0, 4738.0, 4769.0, 4730.0, 4758.0, 4729.0, 4760.0, 4718.0, 4747.0, 4747.0, 4738.0, 4766.0, 4749.0, 4768.0, 4748.0, 4758.0, 4740.0, 4759.0, 4728.0, 4760.0, 4728.0, 4758.0, 4727.0, 4749.0, 4777.0, 4758.0, 4767.0, 4740.0, 4759.0, 4739.0, 4760.0, 4729.0, 4769.0, 4729.0, 4759.0, 4730.0, 4761.0, 4758.0, 4761.0, 4770.0, 4750.0, 4779.0, 4748.0, 4760.0, 4752.0, 4771.0, 4742.0, 4771.0, 4729.0, 4761.0, 4732.0, 4773.0, 4751.0, 4771.0, 4741.0, 4762.0, 4760.0, 4762.0, 4778.0, 4762.0, 4781.0, 4760.0, 4759.0, 4751.0, 4760.0, 4762.0, 4790.0, 4772.0, 4781.0, 4753.0, 4771.0, 4753.0, 4762.0, 4752.0, 4768.0, 4762.0, 4758.0, 4750.0, 4749.0, 4760.0, 4759.0, 4761.0, 4740.0, 4772.0, 4752.0, 4770.0, 4749.0, 4782.0, 4759.0, 4779.0, 4752.0, 4768.0, 4741.0, 4758.0, 4738.0, 4756.0, 4736.0, 4745.0, 4728.0, 4745.0, 4727.0, 4755.0, 4735.0, 4755.0, 4727.0, 4745.0, 4728.0, 4755.0, 4738.0, 4744.0, 4726.0, 4746.0, 4715.0, 4755.0, 4737.0, 4744.0, 4716.0, 4735.0, 4714.0, 4746.0, 4733.0, 4733.0, 4714.0, 4725.0, 4735.0, 4734.0, 4725.0, 4745.0, 4718.0, 4747.0, 4717.0, 4748.0, 4727.0, 4758.0, 4718.0, 4746.0, 4727.0, 4768.0, 4747.0, 4767.0, 4738.0, 4769.0, 4748.0, 4748.0, 4726.0, 4718.0, 4737.0, 4730.0, 4747.0, 4716.0, 4724.0, 4744.0, 4734.0, 4732.0, 4712.0, 4731.0, 4714.0, 4743.0, 4726.0, 4744.0, 4715.0, 4734.0, 4717.0, 4738.0, 4705.0, 4735.0, 4703.0, 4727.0, 4705.0, 4726.0, 4767.0, 4751.0, 4780.0, 4739.0, 4718.0, 4738.0, 4730.0, 4759.0, 4778.0, 4748.0, 4757.0, 4728.0, 4758.0, 4736.0, 4737.0, 4725.0, 4725.0, 4752.0, 4722.0, 4742.0, 4711.0, 4742.0, 4690.0, 4711.0, 4688.0, 4700.0, 4749.0, 4730.0, 4739.0, 4711.0, 4717.0, 4690.0, 4720.0, 4690.0, 4730.0, 4689.0, 4710.0, 4700.0, 4712.0, 4739.0, 4722.0, 4741.0, 4732.0, 4731.0, 4704.0, 4721.0, 4712.0, 4742.0, 4703.0, 4753.0, 4715.0, 4735.0, 4715.0, 4746.0, 4725.0, 4735.0, 4762.0, 4725.0, 4755.0, 4723.0, 4752.0, 4722.0, 4741.0, 4703.0, 4722.0, 4703.0, 4726.0, 4705.0, 4724.0, 4752.0, 4712.0, 4720.0, 4691.0, 4720.0, 4729.0, 4724.0, 4729.0, 4700.0, 4707.0, 4688.0, 4720.0, 4697.0, 4710.0, 4698.0, 4698.0, 4737.0, 4708.0, 4718.0, 4690.0, 4708.0, 4689.0, 4722.0, 4700.0, 4731.0, 4702.0, 4723.0, 4713.0, 4735.0, 4763.0, 4734.0, 4724.0, 4716.0, 4734.0, 4735.0, 4763.0, 4747.0, 4746.0, 4738.0, 4754.0, 4738.0, 4766.0, 4736.0, 4765.0, 4747.0, 4754.0, 4725.0, 4755.0, 4737.0, 4742.0, 4705.0, 4752.0, 4702.0, 4733.0, 4692.0, 4722.0, 4703.0, 4732.0, 4713.0, 4744.0, 4715.0, 4754.0, 4713.0, 4742.0, 4690.0, 4709.0, 4691.0, 4723.0, 4701.0, 4732.0, 4703.0, 4724.0, 4712.0, 4714.0, 4753.0, 4734.0, 4743.0, 4716.0, 4733.0, 4703.0, 4736.0, 4703.0, 4744.0, 4722.0, 4735.0, 4704.0, 4724.0, 4742.0, 4725.0, 4752.0, 4735.0, 4754.0, 4727.0, 4734.0, 4717.0, 4745.0, 4725.0, 4754.0, 4715.0, 4742.0, 4706.0, 4745.0, 4712.0, 4754.0, 4713.0, 4724.0, 4750.0, 4723.0, 4752.0, 4732.0, 4752.0, 4713.0, 4731.0, 4693.0, 4723.0, 4702.0, 4742.0, 4711.0, 4721.0, 4721.0, 4712.0, 4741.0, 4724.0, 4739.0, 4723.0, 4732.0, 4703.0, 4723.0, 4703.0, 4734.0, 4714.0, 4744.0, 4713.0, 4733.0, 4702.0, 4712.0, 4752.0, 4731.0, 4750.0, 4731.0, 4728.0, 4701.0, 4718.0, 4700.0, 4732.0, 4710.0, 4742.0, 4712.0, 4732.0, 4700.0, 4713.0, 4701.0, 4722.0, 4741.0, 4723.0, 4743.0, 4714.0, 4731.0, 4702.0, 4733.0, 4703.0, 4728.0, 4739.0, 4712.0, 4741.0, 4721.0, 4739.0, 4710.0, 4741.0, 4701.0, 4719.0, 4701.0, 4712.0, 4720.0, 4712.0, 4749.0, 4733.0, 4731.0, 4712.0, 4732.0, 4714.0, 4733.0, 4714.0, 4732.0, 4704.0, 4743.0, 4701.0, 4725.0, 4704.0, 4724.0, 4754.0, 4733.0, 4745.0, 4735.0, 4755.0, 4725.0, 4744.0, 4716.0, 4736.0, 4717.0, 4746.0, 4715.0, 4757.0, 4714.0, 4736.0, 4734.0, 4726.0, 4764.0, 4736.0, 4754.0, 4747.0, 4765.0, 4736.0, 4756.0, 4728.0, 4747.0, 4728.0, 4746.0, 4728.0, 4767.0, 4739.0, 4758.0, 4739.0, 4757.0, 4741.0, 4728.0, 4751.0, 4740.0, 4771.0, 4769.0, 4757.0, 4746.0, 4734.0, 4767.0, 4737.0, 4757.0, 4725.0, 4755.0, 4706.0, 4735.0, 4713.0, 4725.0, 4764.0, 4735.0, 4753.0, 4735.0, 4742.0, 4718.0, 4744.0, 4728.0, 4757.0, 4730.0, 4768.0, 4731.0, 4757.0, 4728.0, 4761.0, 4726.0, 4768.0, 4747.0, 4749.0, 4764.0, 4735.0, 4767.0, 4747.0, 4754.0, 4726.0, 4755.0, 4715.0, 4736.0, 4744.0, 4734.0, 4764.0, 4746.0, 4755.0, 4727.0, 4743.0, 4737.0, 4745.0, 4716.0, 4757.0, 4717.0, 4745.0, 4716.0, 4738.0, 4767.0, 4736.0, 4754.0, 4736.0, 4753.0, 4714.0, 4737.0, 4714.0, 4747.0, 4765.0, 4746.0, 4756.0, 4735.0, 4754.0, 4738.0, 4756.0, 4727.0, 4756.0, 4728.0, 4758.0, 4716.0, 4737.0, 4747.0, 4748.0, 4776.0, 4757.0, 4765.0, 4737.0, 4755.0, 4725.0, 4756.0, 4716.0, 4766.0, 4716.0, 4745.0, 4726.0, 4747.0, 4777.0, 4757.0, 4766.0, 4747.0, 4757.0, 4735.0, 4757.0, 4739.0, 4767.0, 4738.0, 4766.0, 4728.0, 4757.0, 4729.0, 4769.0, 4728.0, 4779.0, 4728.0, 4778.0, 4729.0, 4768.0, 4740.0, 4760.0, 4730.0, 4771.0, 4748.0, 4771.0, 4738.0, 4747.0, 4777.0, 4747.0, 4764.0, 4748.0, 4767.0, 4738.0, 4755.0, 4717.0, 4755.0, 4717.0, 4763.0, 4714.0, 4745.0, 4724.0, 4736.0, 4765.0, 4747.0, 4766.0, 4737.0, 4756.0, 4727.0, 4746.0, 4727.0, 4756.0, 4717.0, 4747.0, 4715.0, 4736.0, 4765.0, 4736.0, 4755.0, 4748.0, 4755.0, 4725.0, 4747.0, 4716.0, 4748.0, 4757.0, 4747.0, 4767.0, 4738.0, 4767.0, 4738.0, 4755.0, 4749.0, 4767.0, 4750.0, 4768.0, 4728.0, 4758.0, 4729.0, 4771.0, 4730.0, 4769.0, 4718.0, 4749.0, 4768.0, 4749.0, 4777.0, 4758.0, 4768.0, 4727.0, 4755.0, 4716.0, 4758.0, 4755.0, 4757.0, 4756.0, 4735.0, 4765.0, 4737.0, 4755.0, 4727.0, 4757.0, 4728.0, 4757.0, 4716.0, 4747.0, 4716.0, 4759.0, 4737.0, 4758.0, 4739.0, 4759.0, 4730.0, 4780.0, 4750.0, 4781.0, 4741.0, 4771.0, 4739.0, 4760.0, 4767.0, 4760.0, 4760.0, 4761.0, 4750.0, 4760.0, 4779.0, 4760.0, 4779.0, 4756.0, 4768.0, 4741.0, 4767.0, 4736.0, 4767.0, 4736.0, 4767.0, 4739.0, 4753.0, 4726.0, 4746.0, 4714.0, 4757.0, 4726.0, 4755.0, 4717.0, 4746.0, 4715.0, 4745.0, 4726.0, 4756.0, 4715.0, 4745.0, 4716.0, 4736.0, 4764.0, 4735.0, 4756.0, 4737.0, 4755.0, 4727.0, 4742.0, 4717.0, 4753.0, 4736.0, 4756.0, 4728.0, 4745.0, 4727.0, 4757.0, 4727.0, 4766.0, 4728.0, 4757.0, 4718.0, 4746.0, 4717.0, 4756.0, 4727.0, 4757.0, 4717.0, 4746.0, 4718.0, 4748.0, 4717.0, 4769.0, 4740.0, 4758.0], 'WindowWidth': [10434.0, 10370.0, 10366.0, 10368.0, 10345.0, 10378.0, 10350.0, 10378.0, 10337.0, 10364.0, 10336.0, 10361.0, 10312.0, 10357.0, 10328.0, 10406.0, 10361.0, 10396.0, 10353.0, 10396.0, 10415.0, 10396.0, 10422.0, 10395.0, 10420.0, 10370.0, 10407.0, 10367.0, 10410.0, 10365.0, 10426.0, 10352.0, 10407.0, 10366.0, 10391.0, 10417.0, 10408.0, 10420.0, 10387.0, 10402.0, 10346.0, 10382.0, 10341.0, 10390.0, 10416.0, 10388.0, 10405.0, 10361.0, 10395.0, 10359.0, 10384.0, 10343.0, 10389.0, 10356.0, 10384.0, 10342.0, 10374.0, 10394.0, 10372.0, 10403.0, 10391.0, 10397.0, 10378.0, 10402.0, 10351.0, 10390.0, 10348.0, 10407.0, 10359.0, 10403.0, 10346.0, 10386.0, 10416.0, 10378.0, 10415.0, 10378.0, 10401.0, 10360.0, 10388.0, 10343.0, 10384.0, 10356.0, 10377.0, 10411.0, 10384.0, 10401.0, 10376.0, 10397.0, 10347.0, 10401.0, 10365.0, 10410.0, 10384.0, 10423.0, 10365.0, 10420.0, 10397.0, 10415.0, 10410.0, 10447.0, 10418.0, 10434.0, 10392.0, 10449.0, 10399.0, 10433.0, 10373.0, 10415.0, 10433.0, 10393.0, 10419.0, 10388.0, 10402.0, 10344.0, 10380.0, 10325.0, 10368.0, 10380.0, 10372.0, 10423.0, 10395.0, 10378.0, 10352.0, 10360.0, 10342.0, 10364.0, 10361.0, 10401.0, 10361.0, 10402.0, 10361.0, 10406.0, 10352.0, 10407.0, 10362.0, 10403.0, 10361.0, 10389.0, 10395.0, 10388.0, 10419.0, 10392.0, 10414.0, 10373.0, 10399.0, 10363.0, 10385.0, 10357.0, 10403.0, 10329.0, 10368.0, 10321.0, 10366.0, 10322.0, 10380.0, 10344.0, 10400.0, 10359.0, 10416.0, 10358.0, 10381.0, 10342.0, 10381.0, 10342.0, 10385.0, 10341.0, 10387.0, 10326.0, 10366.0, 10367.0, 10370.0, 10396.0, 10366.0, 10343.0, 10371.0, 10383.0, 10375.0, 10417.0, 10393.0, 10375.0, 10391.0, 10387.0, 10380.0, 10416.0, 10393.0, 10399.0, 10379.0, 10395.0, 10376.0, 10404.0, 10389.0, 10418.0, 10376.0, 10386.0, 10361.0, 10398.0, 10380.0, 10409.0, 10385.0, 10367.0, 10379.0, 10353.0, 10390.0, 10371.0, 10402.0, 10361.0, 10386.0, 10344.0, 10373.0, 10410.0, 10391.0, 10415.0, 10376.0, 10383.0, 10358.0, 10380.0, 10354.0, 10398.0, 10354.0, 10384.0, 10331.0, 10389.0, 10340.0, 10385.0, 10366.0, 10369.0, 10393.0, 10352.0, 10379.0, 10355.0, 10381.0, 10335.0, 10366.0, 10319.0, 10366.0, 10363.0, 10365.0, 10392.0, 10345.0, 10371.0, 10351.0, 10364.0, 10341.0, 10379.0, 10337.0, 10381.0, 10340.0, 10368.0, 10340.0, 10384.0, 10353.0, 10381.0, 10340.0, 10385.0, 10343.0, 10390.0, 10413.0, 10376.0, 10397.0, 10387.0, 10384.0, 10344.0, 10367.0, 10323.0, 10369.0, 10366.0, 10381.0, 10395.0, 10357.0, 10378.0, 10357.0, 10383.0, 10343.0, 10382.0, 10340.0, 10384.0, 10328.0, 10374.0, 10408.0, 10372.0, 10396.0, 10373.0, 10398.0, 10360.0, 10386.0, 10349.0, 10402.0, 10358.0, 10408.0, 10403.0, 10497.0, 10478.0, 10412.0, 10369.0, 10340.0, 10325.0, 10357.0, 10375.0, 10388.0, 10377.0, 10407.0, 10399.0, 10424.0, 10391.0, 10427.0, 10383.0, 10432.0, 10382.0, 10428.0, 10364.0, 10404.0, 10342.0, 10370.0, 10394.0, 10363.0, 10373.0, 10344.0, 10353.0, 10308.0, 10340.0, 10295.0, 10336.0, 10318.0, 10321.0, 10355.0, 10306.0, 10330.0, 10324.0, 10339.0, 10295.0, 10353.0, 10297.0, 10338.0, 10296.0, 10343.0, 10362.0, 10331.0, 10352.0, 10331.0, 10344.0, 10317.0, 10362.0, 10323.0, 10361.0, 10318.0, 10366.0, 10360.0, 10353.0, 10374.0, 10357.0, 10360.0, 10351.0, 10374.0, 10343.0, 10365.0, 10345.0, 10385.0, 10347.0, 10400.0, 10347.0, 10399.0, 10345.0, 10387.0, 10357.0, 10383.0, 10407.0, 10388.0, 10396.0, 10372.0, 10378.0, 10357.0, 10379.0, 10338.0, 10396.0, 10328.0, 10384.0, 10340.0, 10373.0, 10349.0, 10387.0, 10400.0, 10386.0, 10397.0, 10359.0, 10386.0, 10374.0, 10386.0, 10344.0, 10384.0, 10344.0, 10388.0, 10347.0, 10374.0, 10418.0, 10374.0, 10401.0, 10379.0, 10389.0, 10377.0, 10385.0, 10367.0, 10403.0, 10351.0, 10408.0, 10348.0, 10395.0, 10367.0, 10408.0, 10418.0, 10390.0, 10417.0, 10376.0, 10397.0, 10376.0, 10392.0, 10350.0, 10405.0, 10347.0, 10387.0, 10344.0, 10394.0, 10417.0, 10392.0, 10419.0, 10380.0, 10403.0, 10380.0, 10406.0, 10370.0, 10406.0, 10364.0, 10409.0, 10347.0, 10379.0, 10431.0, 10392.0, 10401.0, 10391.0, 10401.0, 10362.0, 10388.0, 10367.0, 10394.0, 10376.0, 10404.0, 10350.0, 10396.0, 10403.0, 10396.0, 10423.0, 10394.0, 10408.0, 10396.0, 10406.0, 10367.0, 10406.0, 10367.0, 10409.0, 10380.0, 10408.0, 10403.0, 10395.0, 10418.0, 10379.0, 10407.0, 10379.0, 10409.0, 10356.0, 10407.0, 10366.0, 10399.0, 10383.0, 10411.0, 10392.0, 10393.0, 10438.0, 10402.0, 10429.0, 10403.0, 10424.0, 10402.0, 10423.0, 10386.0, 10422.0, 10385.0, 10427.0, 10371.0, 10427.0, 10373.0, 10429.0, 10371.0, 10428.0, 10397.0, 10426.0, 10369.0, 10411.0, 10379.0, 10411.0, 10419.0, 10408.0, 10365.0, 10425.0, 10369.0, 10429.0, 10383.0, 10428.0, 10425.0, 10413.0, 10404.0, 10399.0, 10419.0, 10377.0, 10404.0, 10378.0, 10404.0, 10391.0, 10404.0, 10365.0, 10386.0, 10359.0, 10401.0, 10349.0, 10386.0, 10345.0, 10388.0, 10328.0, 10368.0, 10367.0, 10357.0, 10396.0, 10372.0, 10399.0, 10372.0, 10384.0, 10361.0, 10388.0, 10342.0, 10389.0, 10342.0, 10384.0, 10342.0, 10374.0, 10412.0, 10386.0, 10397.0, 10363.0, 10385.0, 10362.0, 10389.0, 10345.0, 10401.0, 10346.0, 10388.0, 10349.0, 10394.0, 10386.0, 10392.0, 10403.0, 10378.0, 10416.0, 10373.0, 10391.0, 10381.0, 10408.0, 10368.0, 10407.0, 10348.0, 10394.0, 10355.0, 10412.0, 10379.0, 10407.0, 10364.0, 10395.0, 10394.0, 10398.0, 10417.0, 10396.0, 10421.0, 10392.0, 10389.0, 10382.0, 10392.0, 10398.0, 10437.0, 10412.0, 10423.0, 10384.0, 10406.0, 10383.0, 10394.0, 10382.0, 10403.0, 10397.0, 10386.0, 10378.0, 10377.0, 10393.0, 10387.0, 10393.0, 10363.0, 10410.0, 10384.0, 10405.0, 10375.0, 10423.0, 10389.0, 10417.0, 10380.0, 10398.0, 10365.0, 10383.0, 10355.0, 10379.0, 10350.0, 10360.0, 10339.0, 10360.0, 10337.0, 10376.0, 10349.0, 10374.0, 10340.0, 10361.0, 10342.0, 10376.0, 10354.0, 10359.0, 10336.0, 10362.0, 10320.0, 10374.0, 10351.0, 10358.0, 10321.0, 10346.0, 10317.0, 10363.0, 10340.0, 10342.0, 10315.0, 10333.0, 10346.0, 10345.0, 10331.0, 10361.0, 10327.0, 10367.0, 10325.0, 10370.0, 10338.0, 10385.0, 10328.0, 10365.0, 10340.0, 10399.0, 10369.0, 10399.0, 10357.0, 10400.0, 10369.0, 10369.0, 10335.0, 10324.0, 10351.0, 10346.0, 10366.0, 10319.0, 10330.0, 10357.0, 10342.0, 10337.0, 10312.0, 10337.0, 10317.0, 10353.0, 10334.0, 10357.0, 10320.0, 10342.0, 10326.0, 10356.0, 10306.0, 10347.0, 10301.0, 10338.0, 10306.0, 10337.0, 10394.0, 10381.0, 10420.0, 10360.0, 10330.0, 10358.0, 10346.0, 10387.0, 10413.0, 10370.0, 10381.0, 10339.0, 10382.0, 10349.0, 10350.0, 10330.0, 10331.0, 10366.0, 10324.0, 10352.0, 10307.0, 10351.0, 10275.0, 10305.0, 10272.0, 10289.0, 10357.0, 10331.0, 10342.0, 10305.0, 10310.0, 10276.0, 10317.0, 10275.0, 10332.0, 10276.0, 10307.0, 10293.0, 10312.0, 10342.0, 10322.0, 10348.0, 10339.0, 10337.0, 10303.0, 10323.0, 10314.0, 10353.0, 10300.0, 10368.0, 10320.0, 10349.0, 10322.0, 10363.0, 10332.0, 10347.0, 10384.0, 10333.0, 10377.0, 10329.0, 10371.0, 10325.0, 10350.0, 10300.0, 10321.0, 10300.0, 10334.0, 10303.0, 10329.0, 10368.0, 10311.0, 10321.0, 10279.0, 10319.0, 10329.0, 10332.0, 10329.0, 10288.0, 10294.0, 10270.0, 10317.0, 10281.0, 10302.0, 10284.0, 10285.0, 10337.0, 10299.0, 10312.0, 10275.0, 10298.0, 10275.0, 10323.0, 10292.0, 10337.0, 10297.0, 10328.0, 10315.0, 10347.0, 10386.0, 10347.0, 10330.0, 10323.0, 10345.0, 10352.0, 10387.0, 10371.0, 10366.0, 10356.0, 10375.0, 10357.0, 10391.0, 10350.0, 10389.0, 10365.0, 10372.0, 10335.0, 10375.0, 10353.0, 10355.0, 10303.0, 10367.0, 10296.0, 10337.0, 10281.0, 10321.0, 10298.0, 10338.0, 10316.0, 10357.0, 10318.0, 10373.0, 10311.0, 10353.0, 10277.0, 10303.0, 10279.0, 10327.0, 10295.0, 10339.0, 10299.0, 10329.0, 10312.0, 10317.0, 10368.0, 10343.0, 10356.0, 10321.0, 10341.0, 10301.0, 10348.0, 10301.0, 10358.0, 10326.0, 10347.0, 10303.0, 10331.0, 10354.0, 10334.0, 10369.0, 10348.0, 10371.0, 10338.0, 10346.0, 10325.0, 10362.0, 10333.0, 10374.0, 10320.0, 10355.0, 10307.0, 10362.0, 10313.0, 10373.0, 10315.0, 10331.0, 10363.0, 10328.0, 10367.0, 10340.0, 10367.0, 10314.0, 10337.0, 10286.0, 10328.0, 10298.0, 10352.0, 10309.0, 10322.0, 10321.0, 10312.0, 10350.0, 10330.0, 10348.0, 10328.0, 10338.0, 10303.0, 10328.0, 10302.0, 10344.0, 10315.0, 10359.0, 10313.0, 10341.0, 10297.0, 10310.0, 10365.0, 10337.0, 10363.0, 10337.0, 10329.0, 10295.0, 10315.0, 10292.0, 10339.0, 10305.0, 10354.0, 10310.0, 10338.0, 10295.0, 10314.0, 10295.0, 10327.0, 10351.0, 10328.0, 10355.0, 10316.0, 10338.0, 10299.0, 10342.0, 10299.0, 10332.0, 10345.0, 10311.0, 10348.0, 10322.0, 10344.0, 10304.0, 10349.0, 10293.0, 10317.0, 10293.0, 10309.0, 10319.0, 10311.0, 10360.0, 10340.0, 10336.0, 10313.0, 10339.0, 10319.0, 10342.0, 10318.0, 10340.0, 10302.0, 10357.0, 10298.0, 10332.0, 10303.0, 10332.0, 10371.0, 10344.0, 10360.0, 10348.0, 10374.0, 10337.0, 10359.0, 10325.0, 10351.0, 10327.0, 10366.0, 10322.0, 10380.0, 10319.0, 10351.0, 10345.0, 10337.0, 10386.0, 10350.0, 10373.0, 10367.0, 10389.0, 10354.0, 10378.0, 10344.0, 10367.0, 10343.0, 10366.0, 10345.0, 10396.0, 10359.0, 10382.0, 10356.0, 10382.0, 10365.0, 10346.0, 10380.0, 10363.0, 10408.0, 10403.0, 10386.0, 10367.0, 10349.0, 10396.0, 10352.0, 10381.0, 10334.0, 10375.0, 10307.0, 10346.0, 10316.0, 10335.0, 10386.0, 10346.0, 10370.0, 10347.0, 10355.0, 10329.0, 10362.0, 10345.0, 10384.0, 10349.0, 10399.0, 10352.0, 10383.0, 10346.0, 10392.0, 10340.0, 10399.0, 10368.0, 10370.0, 10390.0, 10350.0, 10396.0, 10367.0, 10376.0, 10337.0, 10377.0, 10320.0, 10352.0, 10359.0, 10346.0, 10390.0, 10364.0, 10375.0, 10340.0, 10358.0, 10353.0, 10364.0, 10322.0, 10381.0, 10325.0, 10363.0, 10323.0, 10355.0, 10395.0, 10352.0, 10373.0, 10351.0, 10372.0, 10319.0, 10353.0, 10320.0, 10367.0, 10392.0, 10365.0, 10379.0, 10350.0, 10375.0, 10358.0, 10380.0, 10341.0, 10380.0, 10342.0, 10385.0, 10325.0, 10355.0, 10367.0, 10371.0, 10408.0, 10381.0, 10390.0, 10354.0, 10376.0, 10338.0, 10380.0, 10324.0, 10392.0, 10322.0, 10363.0, 10337.0, 10370.0, 10411.0, 10382.0, 10393.0, 10369.0, 10382.0, 10352.0, 10382.0, 10359.0, 10398.0, 10357.0, 10393.0, 10344.0, 10384.0, 10346.0, 10401.0, 10344.0, 10415.0, 10344.0, 10414.0, 10347.0, 10399.0, 10363.0, 10390.0, 10350.0, 10407.0, 10372.0, 10406.0, 10358.0, 10369.0, 10411.0, 10369.0, 10391.0, 10371.0, 10395.0, 10354.0, 10376.0, 10325.0, 10375.0, 10325.0, 10386.0, 10319.0, 10362.0, 10332.0, 10351.0, 10388.0, 10368.0, 10393.0, 10355.0, 10377.0, 10340.0, 10364.0, 10339.0, 10378.0, 10325.0, 10365.0, 10320.0, 10351.0, 10391.0, 10350.0, 10376.0, 10369.0, 10377.0, 10337.0, 10368.0, 10324.0, 10371.0, 10381.0, 10368.0, 10395.0, 10358.0, 10394.0, 10357.0, 10379.0, 10374.0, 10396.0, 10377.0, 10399.0, 10348.0, 10387.0, 10348.0, 10406.0, 10348.0, 10401.0, 10331.0, 10374.0, 10399.0, 10373.0, 10412.0, 10385.0, 10396.0, 10341.0, 10378.0, 10324.0, 10383.0, 10376.0, 10381.0, 10377.0, 10348.0, 10390.0, 10353.0, 10375.0, 10340.0, 10380.0, 10341.0, 10382.0, 10325.0, 10367.0, 10325.0, 10386.0, 10355.0, 10386.0, 10362.0, 10390.0, 10352.0, 10420.0, 10379.0, 10423.0, 10365.0, 10407.0, 10362.0, 10392.0, 10399.0, 10392.0, 10390.0, 10393.0, 10377.0, 10390.0, 10416.0, 10391.0, 10418.0, 10384.0, 10399.0, 10364.0, 10397.0, 10352.0, 10394.0, 10354.0, 10395.0, 10357.0, 10371.0, 10337.0, 10362.0, 10319.0, 10379.0, 10335.0, 10376.0, 10323.0, 10364.0, 10320.0, 10363.0, 10335.0, 10377.0, 10321.0, 10362.0, 10322.0, 10350.0, 10389.0, 10348.0, 10378.0, 10352.0, 10374.0, 10337.0, 10354.0, 10324.0, 10370.0, 10349.0, 10376.0, 10342.0, 10361.0, 10339.0, 10380.0, 10340.0, 10394.0, 10340.0, 10379.0, 10329.0, 10364.0, 10324.0, 10379.0, 10338.0, 10381.0, 10328.0, 10365.0, 10328.0, 10368.0, 10326.0, 10399.0, 10362.0, 10382.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.0005230126182965299</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02199520717665615</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.175293622044265</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.3348509291239152</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9903542974191002</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4732</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6926.1523</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07822518229718711</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>15</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.1829652996845426</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.391876083450161</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3578353983302778</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5490854846796114</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2687073673405935</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.01365</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01546057965606451</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.025549501180648804</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1268</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.172737561643853</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>24.2368</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.1849</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>179.4125</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298005.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>857.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>360.4988</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2716</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>608.0182</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3954.3903</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4140.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>78539.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1592.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5091.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>992.1481</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>43.04639503592625</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> |