=== 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-0016 --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-0016",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
142 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
142 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-0016_ses-04_task-fractional_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0016_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0016_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0016/figures/sub-0016_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0016_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0016/figures/sub-0016_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0016_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0016/figures/sub-0016_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0016_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0016/figures/sub-0016_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0016_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0016/figures/sub-0016_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0016_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0016/figures/sub-0016_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0016_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
|
|
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0016/figures/sub-0016_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0016/figures/sub-0016_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0016/ses-04/func/sub-0016_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>f64911b76c9c2aa764d9a65ea9c96730</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>12:28:13.592500</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.999594, -0.0200192, -0.0202672, 0.0211131, 0.998248, 0.0552821]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.093612</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4152, -7774, -7251, 586, -38, -177, -36, 98]</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>fractional</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>236.691</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>a65b0ff6-125e-4f93-a595-b1b1bd87d3a1||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.681838035583496, 0.056644923985004425, -0.05163734778761864, 112.11214447021484], [0.053710080683231354, 2.678225040435791, 0.15035638213157654, -93.75604248046875], [-0.05437532067298889, -0.14831778407096863, 2.6953155994415283, -63.75754165649414], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1322]</td></tr>
|
|
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
|
|
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
|
|
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'AcquisitionTime': ['122813.592500', '122814.052500', '122814.512500', '122814.972500', '122815.432500', '122815.892500', '122816.352500', '122816.812500', '122817.272500', '122817.732500', '122818.192500', '122818.652500', '122819.112500', '122819.572500', '122820.032500', '122820.492500', '122820.952500', '122821.412500', '122821.872500', '122822.332500', '122822.792500', '122823.252500', '122823.712500', '122824.172500', '122824.632500', '122825.092500', '122825.552500', '122826.012500', '122826.472500', '122826.932500', '122827.392500', '122827.852500', '122828.312500', '122828.772500', '122829.232500', '122829.692500', '122830.152500', '122830.612500', '122831.072500', '122831.532500', '122831.992500', '122832.452500', '122832.912500', '122833.372500', '122833.832500', '122834.292500', '122834.752500', '122835.212500', '122835.672500', '122836.132500', '122836.592500', '122837.052500', '122837.512500', '122837.972500', '122838.432500', '122838.892500', '122839.352500', '122839.812500', '122840.272500', '122840.732500', '122841.192500', '122841.652500', '122842.112500', '122842.572500', '122843.032500', '122843.492500', '122843.952500', '122844.412500', '122844.872500', '122845.332500', '122845.792500', '122846.252500', '122846.712500', '122847.172500', '122847.632500', '122848.092500', '122848.552500', '122849.012500', '122849.472500', '122849.932500', '122850.392500', '122850.852500', '122851.312500', '122851.772500', '122852.232500', '122852.692500', '122853.152500', '122853.612500', '122854.072500', '122854.532500', '122854.992500', '122855.452500', '122855.912500', '122856.372500', '122856.832500', '122857.292500', '122857.752500', '122858.212500', '122858.672500', '122859.132500', '122859.592500', '122900.052500', '122900.512500', '122900.972500', '122901.432500', '122901.892500', '122902.352500', '122902.812500', '122903.272500', '122903.732500', '122904.192500', '122904.652500', '122905.112500', '122905.572500', '122906.032500', '122906.492500', '122906.952500', '122907.412500', '122907.872500', '122908.332500', '122908.792500', '122909.252500', '122909.712500', '122910.172500', '122910.632500', '122911.092500', '122911.552500', '122912.012500', '122912.472500', '122912.932500', '122913.392500', '122913.852500', '122914.312500', '122914.772500', '122915.232500', '122915.692500', '122916.152500', '122916.612500', '122917.072500', '122917.532500', '122917.992500', '122918.452500', '122918.912500', '122919.372500', '122919.832500', '122920.292500', '122920.752500', '122921.212500', '122921.672500', '122922.132500', '122922.592500', '122923.052500', '122923.512500', '122923.972500', '122924.432500', '122924.892500', '122925.352500', '122925.812500', '122926.272500', '122926.732500', '122927.192500', '122927.652500', '122928.112500', '122928.572500', '122929.032500', '122929.492500', '122929.952500', '122930.412500', '122930.872500', '122931.332500', '122931.792500', '122932.252500', '122932.712500', '122933.172500', '122933.632500', '122934.092500', '122934.552500', '122935.012500', '122935.472500', '122935.932500', '122936.392500', '122936.852500', '122937.312500', '122937.772500', '122938.232500', '122938.692500', '122939.152500', '122939.612500', '122940.072500', '122940.532500', '122940.992500', '122941.452500', '122941.912500', '122942.372500', '122942.832500', '122943.292500', '122943.752500', '122944.212500', '122944.672500', '122945.132500', '122945.592500', '122946.052500', '122946.512500', '122946.972500', '122947.432500', '122947.892500', '122948.352500', '122948.812500', '122949.272500', '122949.732500', '122950.192500', '122950.652500', '122951.112500', '122951.572500', '122952.032500', '122952.492500', '122952.952500', '122953.412500', '122953.872500', '122954.332500', '122954.792500', '122955.252500', '122955.712500', '122956.172500', '122956.632500', '122957.092500', '122957.552500', '122958.012500', '122958.472500', '122958.932500', '122959.392500', '122959.852500', '123000.312500', '123000.772500', '123001.232500', '123001.692500', '123002.152500', '123002.612500', '123003.072500', '123003.532500', '123003.992500', '123004.452500', '123004.912500', '123005.372500', '123005.832500', '123006.292500', '123006.752500', '123007.212500', '123007.672500', '123008.132500', '123008.592500', '123009.052500', '123009.512500', '123009.972500', '123010.432500', '123010.892500', '123011.352500', '123011.812500', '123012.272500', '123012.732500', '123013.192500', '123013.652500', '123014.112500', '123014.572500', '123015.032500', '123015.492500', '123015.952500', '123016.412500', '123016.872500', '123017.332500', '123017.792500', '123018.252500', '123018.712500', '123019.172500', '123019.632500', '123020.092500', '123020.552500', '123021.012500', '123021.472500', '123021.932500', '123022.392500', '123022.852500', '123023.312500', '123023.772500', '123024.232500', '123024.692500', '123025.152500', '123025.612500', '123026.072500', '123026.532500', '123026.992500', '123027.452500', '123027.912500', '123028.372500', '123028.832500', '123029.292500', '123029.752500', '123030.212500', '123030.672500', '123031.132500', '123031.592500', '123032.052500', '123032.512500', '123032.972500', '123033.432500', '123033.892500', '123034.352500', '123034.812500', '123035.272500', '123035.732500', '123036.192500', '123036.652500', '123037.112500', '123037.572500', '123038.032500', '123038.492500', '123038.952500', '123039.412500', '123039.872500', '123040.332500', '123040.792500', '123041.252500', '123041.712500', '123042.172500', '123042.632500', '123043.092500', '123043.552500', '123044.012500', '123044.472500', '123044.932500', '123045.392500', '123045.852500', '123046.312500', '123046.772500', '123047.232500', '123047.692500', '123048.152500', '123048.612500', '123049.072500', '123049.532500', '123049.992500', '123050.452500', '123050.912500', '123051.372500', '123051.832500', '123052.292500', '123052.752500', '123053.212500', '123053.672500', '123054.132500', '123054.592500', '123055.052500', '123055.512500', '123055.972500', '123056.432500', '123056.892500', '123057.352500', '123057.812500', '123058.272500', '123058.732500', '123059.192500', '123059.652500', '123100.112500', '123100.572500', '123101.032500', '123101.492500', '123101.952500', '123102.412500', '123102.872500', '123103.332500', '123103.792500', '123104.252500', '123104.712500', '123105.172500', '123105.632500', '123106.092500', '123106.552500', '123107.012500', '123107.472500', '123107.932500', '123108.392500', '123108.852500', '123109.312500', '123109.772500', '123110.232500', '123110.692500', '123111.152500', '123111.612500', '123112.072500', '123112.532500', '123112.992500', '123113.452500', '123113.912500', '123114.372500', '123114.832500', '123115.292500', '123115.752500', '123116.212500', '123116.672500', '123117.132500', '123117.592500', '123118.052500', '123118.512500', '123118.972500', '123119.432500', '123119.892500', '123120.352500', '123120.812500', '123121.272500', '123121.732500', '123122.192500', '123122.652500', '123123.112500', '123123.572500', '123124.032500', '123124.492500', '123124.952500', '123125.412500', '123125.872500', '123126.332500', '123126.792500', '123127.252500', '123127.712500', '123128.172500', '123128.632500', '123129.092500', '123129.552500', '123130.012500', '123130.472500', '123130.932500', '123131.392500', '123131.852500', '123132.312500', '123132.772500', '123133.232500', '123133.692500', '123134.152500', '123134.612500', '123135.072500', '123135.532500', '123135.992500', '123136.452500', '123136.912500', '123137.372500', '123137.832500', '123138.292500', '123138.752500', '123139.212500', '123139.672500', '123140.132500', '123140.592500', '123141.052500', '123141.512500', '123141.972500', '123142.432500', '123142.892500', '123143.352500', '123143.812500', '123144.272500', '123144.732500', '123145.192500', '123145.652500', '123146.112500', '123146.572500', '123147.032500', '123147.492500', '123147.952500', '123148.412500', '123148.872500', '123149.332500', '123149.792500', '123150.252500', '123150.712500', '123151.172500', '123151.632500', '123152.092500', '123152.552500', '123153.012500', '123153.472500', '123153.932500', '123154.392500', '123154.852500', '123155.312500', '123155.772500', '123156.232500', '123156.692500', '123157.152500', '123157.612500', '123158.072500', '123158.532500', '123158.992500', '123159.452500', '123159.912500', '123200.372500', '123200.832500', '123201.292500', '123201.752500', '123202.212500', '123202.672500', '123203.132500', '123203.592500', '123204.052500', '123204.512500', '123204.972500', '123205.432500', '123205.892500', '123206.352500', '123206.812500', '123207.272500', '123207.732500', '123208.192500', '123208.652500', '123209.112500', '123209.572500', '123210.032500', '123210.492500', '123210.952500', '123211.412500', '123211.872500', '123212.332500', '123212.792500', '123213.252500', '123213.712500', '123214.172500', '123214.632500', '123215.092500', '123215.552500', '123216.012500', '123216.472500', '123216.932500', '123217.392500', '123217.852500', '123218.312500', '123218.772500', '123219.232500', '123219.692500', '123220.152500', '123220.612500', '123221.072500', '123221.532500', '123221.992500', '123222.452500', '123222.912500', '123223.372500', '123223.832500', '123224.292500', '123224.752500', '123225.212500', '123225.672500', '123226.132500', '123226.592500', '123227.052500', '123227.512500', '123227.972500', '123228.432500', '123228.892500', '123229.352500', '123229.812500', '123230.272500', '123230.732500', '123231.192500', '123231.652500', '123232.112500', '123232.572500', '123233.032500', '123233.492500', '123233.952500', '123234.412500', '123234.872500', '123235.332500', '123235.792500', '123236.252500', '123236.712500', '123237.172500', '123237.632500', '123238.092500', '123238.552500', '123239.012500', '123239.472500', '123239.932500', '123240.392500', '123240.852500', '123241.312500', '123241.772500', '123242.232500', '123242.692500', '123243.152500', '123243.612500', '123244.072500', '123244.532500', '123244.992500', '123245.452500', '123245.912500', '123246.372500', '123246.832500', '123247.292500', '123247.752500', '123248.212500', '123248.672500', '123249.132500', '123249.592500', '123250.052500', '123250.512500', '123250.972500', '123251.432500', '123251.892500', '123252.352500', '123252.812500', '123253.272500', '123253.732500', '123254.192500', '123254.652500', '123255.112500', '123255.572500', '123256.032500', '123256.492500', '123256.952500', '123257.412500', '123257.872500', '123258.332500', '123258.792500', '123259.252500', '123259.712500', '123300.172500', '123300.632500', '123301.092500', '123301.552500', '123302.012500', '123302.472500', '123302.932500', '123303.392500', '123303.852500', '123304.312500', '123304.772500', '123305.232500', '123305.692500', '123306.152500', '123306.612500', '123307.072500', '123307.532500', '123307.992500', '123308.452500', '123308.912500', '123309.372500', '123309.832500', '123310.292500', '123310.752500', '123311.212500', '123311.672500', '123312.132500', '123312.592500', '123313.052500', '123313.512500', '123313.972500', '123314.432500', '123314.892500', '123315.352500', '123315.812500', '123316.272500', '123316.732500', '123317.192500', '123317.652500', '123318.112500', '123318.572500', '123319.032500', '123319.492500', '123319.952500', '123320.412500', '123320.872500', '123321.332500', '123321.792500', '123322.252500', '123322.712500', '123323.172500', '123323.632500', '123324.092500', '123324.552500', '123325.012500', '123325.472500', '123325.932500', '123326.392500', '123326.852500', '123327.312500', '123327.772500', '123328.232500', '123328.692500', '123329.152500', '123329.612500', '123330.072500', '123330.532500', '123330.992500', '123331.452500', '123331.912500', '123332.372500', '123332.832500', '123333.292500', '123333.752500', '123334.212500', '123334.672500', '123335.132500', '123335.592500', '123336.052500', '123336.512500', '123336.972500', '123337.432500', '123337.892500', '123338.352500', '123338.812500', '123339.272500', '123339.732500', '123340.192500', '123340.652500', '123341.112500', '123341.572500', '123342.032500', '123342.492500', '123342.952500', '123343.412500', '123343.872500', '123344.332500', '123344.792500', '123345.252500', '123345.712500', '123346.172500', '123346.632500', '123347.092500', '123347.552500', '123348.012500', '123348.472500', '123348.932500', '123349.392500', '123349.852500', '123350.312500', '123350.772500', '123351.232500', '123351.692500', '123352.152500', '123352.612500', '123353.072500', '123353.532500', '123353.992500', '123354.452500', '123354.912500', '123355.372500', '123355.832500', '123356.292500', '123356.752500', '123357.212500', '123357.672500', '123358.132500', '123358.592500', '123359.052500', '123359.512500', '123359.972500', '123400.432500', '123400.892500', '123401.352500', '123401.812500', '123402.272500', '123402.732500', '123403.192500', '123403.652500', '123404.112500', '123404.572500', '123405.032500', '123405.492500', '123405.952500', '123406.412500', '123406.872500', '123407.332500', '123407.792500', '123408.252500', '123408.712500', '123409.172500', '123409.632500', '123410.092500', '123410.552500', '123411.012500', '123411.472500', '123411.932500', '123412.392500', '123412.852500', '123413.312500', '123413.772500', '123414.232500', '123414.692500', '123415.152500', '123415.612500', '123416.072500', '123416.532500', '123416.992500', '123417.452500', '123417.912500', '123418.372500', '123418.832500', '123419.292500', '123419.752500', '123420.212500', '123420.672500', '123421.132500', '123421.592500', '123422.052500', '123422.512500', '123422.972500', '123423.432500', '123423.892500', '123424.352500', '123424.812500', '123425.272500', '123425.732500', '123426.192500', '123426.652500', '123427.112500', '123427.572500', '123428.032500', '123428.492500', '123428.952500', '123429.412500', '123429.872500', '123430.332500', '123430.792500', '123431.252500', '123431.712500', '123432.172500', '123432.632500', '123433.092500', '123433.552500', '123434.012500', '123434.472500', '123434.932500', '123435.392500', '123435.852500', '123436.312500', '123436.772500', '123437.232500', '123437.692500', '123438.152500', '123438.612500', '123439.072500', '123439.532500', '123439.992500', '123440.452500', '123440.912500', '123441.372500', '123441.832500', '123442.292500', '123442.752500', '123443.212500', '123443.672500', '123444.132500', '123444.592500', '123445.052500', '123445.512500', '123445.972500', '123446.432500', '123446.892500', '123447.352500', '123447.812500', '123448.272500', '123448.732500', '123449.192500', '123449.652500', '123450.112500', '123450.572500', '123451.032500', '123451.492500', '123451.952500', '123452.412500', '123452.872500', '123453.332500', '123453.792500', '123454.252500', '123454.712500', '123455.172500', '123455.632500', '123456.092500', '123456.552500', '123457.012500', '123457.472500', '123457.932500', '123458.392500', '123458.852500', '123459.312500', '123459.772500', '123500.232500', '123500.692500', '123501.152500', '123501.612500', '123502.072500', '123502.532500', '123502.992500', '123503.452500', '123503.912500', '123504.372500', '123504.832500', '123505.292500', '123505.752500', '123506.212500', '123506.672500', '123507.132500', '123507.592500', '123508.052500', '123508.512500', '123508.972500', '123509.432500', '123509.892500', '123510.352500', '123510.812500', '123511.272500', '123511.732500', '123512.192500', '123512.652500', '123513.112500', '123513.572500', '123514.032500', '123514.492500', '123514.952500', '123515.412500', '123515.872500', '123516.332500', '123516.792500', '123517.252500', '123517.712500', '123518.172500', '123518.632500', '123519.092500', '123519.552500', '123520.012500', '123520.472500', '123520.932500', '123521.392500', '123521.852500', '123522.312500', '123522.772500', '123523.232500', '123523.692500', '123524.152500', '123524.612500', '123525.072500', '123525.532500', '123525.992500', '123526.452500', '123526.912500', '123527.372500', '123527.832500', '123528.292500', '123528.752500', '123529.212500', '123529.672500', '123530.132500', '123530.592500', '123531.052500', '123531.512500', '123531.972500', '123532.432500', '123532.892500', '123533.352500', '123533.812500', '123534.272500', '123534.732500', '123535.192500', '123535.652500', '123536.112500', '123536.572500', '123537.032500', '123537.492500', '123537.952500', '123538.412500', '123538.872500', '123539.332500', '123539.792500', '123540.252500', '123540.712500', '123541.172500', '123541.632500', '123542.092500', '123542.552500', '123543.012500', '123543.472500', '123543.932500', '123544.392500', '123544.852500', '123545.312500', '123545.772500', '123546.232500', '123546.692500', '123547.152500', '123547.612500', '123548.072500', '123548.532500', '123548.992500', '123549.452500', '123549.912500', '123550.372500', '123550.832500', '123551.292500', '123551.752500', '123552.212500', '123552.672500', '123553.132500', '123553.592500', '123554.052500', '123554.512500', '123554.972500', '123555.432500', '123555.892500', '123556.352500', '123556.812500', '123557.272500', '123557.732500', '123558.192500', '123558.652500', '123559.112500', '123559.572500', '123600.032500', '123600.492500', '123600.952500', '123601.412500', '123601.872500', '123602.332500', '123602.792500', '123603.252500', '123603.712500', '123604.172500', '123604.632500', '123605.092500', '123605.552500', '123606.012500', '123606.472500', '123606.932500', '123607.392500', '123607.852500', '123608.312500', '123608.772500', '123609.232500', '123609.692500', '123610.152500', '123610.612500', '123611.072500', '123611.532500', '123611.992500', '123612.452500', '123612.912500', '123613.372500', '123613.832500', '123614.292500', '123614.752500', '123615.212500', '123615.672500', '123616.132500', '123616.592500', '123617.052500', '123617.512500', '123617.972500', '123618.432500', '123618.892500', '123619.352500', '123619.812500', '123620.272500', '123620.732500', '123621.192500', '123621.652500', '123622.112500', '123622.572500', '123623.032500', '123623.492500', '123623.952500', '123624.412500', '123624.872500', '123625.332500', '123625.792500', '123626.252500', '123626.712500', '123627.172500', '123627.632500', '123628.092500', '123628.552500', '123629.012500', '123629.472500', '123629.932500', '123630.392500', '123630.852500', '123631.312500', '123631.772500', '123632.232500', '123632.692500', '123633.152500', '123633.612500', '123634.072500', '123634.532500', '123634.992500', '123635.452500', '123635.912500', '123636.372500', '123636.832500', '123637.292500', '123637.752500', '123638.212500', '123638.672500', '123639.132500', '123639.592500', '123640.052500', '123640.512500', '123640.972500', '123641.432500', '123641.892500', '123642.352500', '123642.812500', '123643.272500', '123643.732500', '123644.192500', '123644.652500', '123645.112500', '123645.572500', '123646.032500', '123646.492500', '123646.952500', '123647.412500', '123647.872500', '123648.332500', '123648.792500', '123649.252500', '123649.712500', '123650.172500', '123650.632500', '123651.092500', '123651.552500', '123652.012500', '123652.472500', '123652.932500', '123653.392500', '123653.852500', '123654.312500', '123654.772500', '123655.232500', '123655.692500', '123656.152500', '123656.612500', '123657.072500', '123657.532500', '123657.992500', '123658.452500', '123658.912500', '123659.372500', '123659.832500', '123700.292500', '123700.752500', '123701.212500', '123701.672500', '123702.132500', '123702.592500', '123703.052500', '123703.512500', '123703.972500', '123704.432500', '123704.892500', '123705.352500', '123705.812500', '123706.272500', '123706.732500', '123707.192500', '123707.652500', '123708.112500', '123708.572500', '123709.032500', '123709.492500', '123709.952500', '123710.412500', '123710.872500', '123711.332500', '123711.792500', '123712.252500', '123712.712500', '123713.172500', '123713.632500', '123714.092500', '123714.552500', '123715.012500', '123715.472500', '123715.932500', '123716.392500', '123716.852500', '123717.312500', '123717.772500', '123718.232500', '123718.692500', '123719.152500', '123719.612500', '123720.072500', '123720.532500', '123720.992500', '123721.452500', '123721.912500', '123722.372500', '123722.832500', '123723.292500', '123723.752500', '123724.212500', '123724.672500', '123725.132500', '123725.592500', '123726.052500', '123726.512500', '123726.972500', '123727.432500', '123727.892500', '123728.352500', '123728.812500', '123729.272500', '123729.732500', '123730.192500', '123730.652500', '123731.112500', '123731.572500', '123732.032500', '123732.492500', '123732.952500', '123733.412500', '123733.872500', '123734.332500', '123734.792500', '123735.252500', '123735.712500', '123736.172500', '123736.632500', '123737.092500', '123737.552500', '123738.012500', '123738.472500', '123738.932500', '123739.392500', '123739.852500', '123740.312500', '123740.772500', '123741.232500', '123741.692500', '123742.152500', '123742.612500', '123743.072500', '123743.532500', '123743.992500', '123744.452500', '123744.912500', '123745.372500', '123745.832500', '123746.292500', '123746.752500', '123747.212500', '123747.672500', '123748.132500', '123748.592500', '123749.052500', '123749.512500', '123749.972500', '123750.432500', '123750.892500', '123751.352500', '123751.812500', '123752.272500', '123752.732500', '123753.192500', '123753.652500', '123754.112500', '123754.572500', '123755.032500', '123755.492500', '123755.952500', '123756.412500', '123756.872500', '123757.332500', '123757.792500', '123758.252500', '123758.712500', '123759.172500', '123759.632500', '123800.092500', '123800.552500', '123801.012500', '123801.472500', '123801.932500', '123802.392500', '123802.852500', '123803.312500', '123803.772500', '123804.232500', '123804.692500', '123805.152500', '123805.612500', '123806.072500', '123806.532500', '123806.992500', '123807.452500', '123807.912500', '123808.372500', '123808.832500', '123809.292500', '123809.752500', '123810.212500', '123810.672500', '123811.132500', '123811.592500', '123812.052500', '123812.512500', '123812.972500', '123813.432500', '123813.892500', '123814.352500', '123814.812500', '123815.272500', '123815.732500', '123816.192500', '123816.652500', '123817.112500', '123817.572500', '123818.032500', '123818.492500', '123818.952500', '123819.412500', '123819.872500', '123820.332500', '123820.792500', '123821.252500'], 'ContentTime': ['122825.531000', '122825.535000', '122825.541000', '122825.544000', '122825.547000', '122825.550000', '122825.553000', '122825.563000', '122825.566000', '122825.569000', '122825.572000', '122825.575000', '122825.578000', '122825.581000', '122825.584000', '122825.587000', '122825.590000', '122825.593000', '122825.605000', '122825.608000', '122825.611000', '122825.614000', '122825.617000', '122825.620000', '122845.500000', '122845.503000', '122845.506000', '122845.509000', '122845.520000', '122845.523000', '122845.526000', '122845.529000', '122845.532000', '122845.535000', '122845.538000', '122845.541000', '122845.545000', '122845.548000', '122845.551000', '122845.553000', '122845.556000', '122845.559000', '122845.562000', '122845.565000', '122845.569000', '122845.572000', '122845.575000', '122845.578000', '122845.581000', '122845.584000', '122845.587000', '122845.590000', '122845.593000', '122845.596000', '122845.599000', '122845.602000', '122845.605000', '122845.608000', '122845.611000', '122845.614000', '122845.623000', '122845.626000', '122845.629000', '122845.632000', '122845.635000', '122845.638000', '122845.641000', '122845.644000', '122905.501000', '122905.504000', '122905.507000', '122905.510000', '122905.513000', '122905.515000', '122905.518000', '122905.521000', '122905.524000', '122905.527000', '122905.530000', '122905.533000', '122905.535000', '122905.538000', '122905.541000', '122905.544000', '122905.547000', '122905.551000', '122905.554000', '122905.557000', '122905.560000', '122905.563000', '122905.566000', '122905.569000', '122905.572000', '122905.574000', '122905.577000', '122905.580000', '122905.583000', '122905.586000', '122905.598000', '122905.601000', '122905.604000', '122905.607000', '122905.609000', '122905.612000', '122905.615000', '122905.618000', '122905.625000', '122905.628000', '122905.631000', '122905.634000', '122905.636000', '122925.501000', '122925.504000', '122925.507000', '122925.510000', '122925.513000', '122925.515000', '122925.518000', '122925.521000', '122925.524000', '122925.527000', '122925.530000', '122925.533000', '122925.535000', '122925.538000', '122925.541000', '122925.544000', '122925.547000', '122925.550000', '122925.553000', '122925.556000', '122925.559000', '122925.562000', '122925.565000', '122925.568000', '122925.571000', '122925.574000', '122925.576000', '122925.579000', '122925.582000', '122925.585000', '122925.588000', '122925.591000', '122925.594000', '122925.597000', '122925.599000', '122925.602000', '122925.605000', '122925.608000', '122925.611000', '122925.614000', '122925.617000', '122925.620000', '122925.623000', '122925.626000', '122945.501000', '122945.504000', '122945.507000', '122945.510000', '122945.514000', '122945.516000', '122945.519000', '122945.522000', '122945.525000', '122945.528000', '122945.531000', '122945.534000', '122945.537000', '122945.539000', '122945.542000', '122945.545000', '122945.548000', '122945.551000', '122945.554000', '122945.557000', '122945.560000', '122945.563000', '122945.566000', '122945.569000', '122945.572000', '122945.575000', '122945.577000', '122945.581000', '122945.586000', '122945.590000', '122945.592000', '122945.595000', '122945.598000', '122945.601000', '122945.604000', '122945.607000', '122945.610000', '122945.613000', '122945.615000', '122945.618000', '122945.621000', '122945.624000', '122945.627000', '123005.501000', '123005.504000', '123005.507000', '123005.510000', '123005.513000', '123005.516000', '123005.518000', '123005.521000', '123005.524000', '123005.527000', '123005.530000', '123005.533000', '123005.536000', '123005.539000', '123005.542000', '123005.544000', '123005.547000', '123005.550000', '123005.553000', '123005.556000', '123005.559000', '123005.562000', '123005.565000', '123005.568000', '123005.570000', '123005.573000', '123005.576000', '123005.579000', '123005.582000', '123005.585000', '123005.588000', '123005.591000', '123005.593000', '123005.596000', '123005.599000', '123005.602000', '123005.605000', '123005.608000', '123005.611000', '123005.614000', '123005.617000', '123005.620000', '123005.622000', '123005.625000', '123025.500000', '123025.503000', '123025.506000', '123025.509000', '123025.512000', '123025.514000', '123025.517000', '123025.520000', '123025.523000', '123025.526000', '123025.529000', '123025.532000', '123025.535000', '123025.538000', '123025.540000', '123025.543000', '123025.546000', '123025.549000', '123025.552000', '123025.555000', '123025.558000', '123025.561000', '123025.563000', '123025.566000', '123025.569000', '123025.572000', '123025.575000', '123025.578000', '123025.581000', '123025.584000', '123025.587000', '123025.590000', '123025.593000', '123025.596000', '123025.599000', '123025.602000', '123025.604000', '123025.607000', '123025.610000', '123025.613000', '123025.616000', '123025.619000', '123025.622000', '123045.500000', '123045.503000', '123045.506000', '123045.509000', '123045.512000', '123045.514000', '123045.517000', '123045.520000', '123045.523000', '123045.526000', '123045.529000', '123045.532000', '123045.535000', '123045.538000', '123045.541000', '123045.544000', '123045.546000', '123045.549000', '123045.552000', '123045.555000', '123045.558000', '123045.561000', '123045.564000', '123045.567000', '123045.570000', '123045.573000', '123045.582000', '123045.585000', '123045.587000', '123045.590000', '123045.593000', '123045.596000', '123045.599000', '123045.602000', '123045.605000', '123045.608000', '123045.610000', '123045.613000', '123045.616000', '123045.619000', '123045.622000', '123045.625000', '123045.628000', '123045.631000', '123105.500000', '123105.503000', '123105.506000', '123105.509000', '123105.512000', '123105.514000', '123105.517000', '123105.520000', '123105.523000', '123105.526000', '123105.529000', '123105.532000', '123105.535000', '123105.538000', '123105.541000', '123105.544000', '123105.548000', '123105.551000', '123105.554000', '123105.557000', '123105.559000', '123105.562000', '123105.565000', '123105.569000', '123105.572000', '123105.574000', '123105.577000', '123105.580000', '123105.583000', '123105.586000', '123105.589000', '123105.592000', '123105.594000', '123105.597000', '123105.600000', '123105.604000', '123105.607000', '123105.610000', '123105.613000', '123105.616000', '123105.619000', '123105.621000', '123105.624000', '123125.501000', '123125.504000', '123125.507000', '123125.510000', '123125.513000', '123125.516000', '123125.518000', '123125.521000', '123125.524000', '123125.527000', '123125.530000', '123125.533000', '123125.536000', '123125.539000', '123125.542000', '123125.545000', '123125.547000', '123125.550000', '123125.553000', '123125.556000', '123125.559000', '123125.562000', '123125.565000', '123125.568000', '123125.571000', '123125.574000', '123125.577000', '123125.579000', '123125.582000', '123125.585000', '123125.588000', '123125.591000', '123125.594000', '123125.597000', '123125.600000', '123125.602000', '123125.605000', '123125.608000', '123125.611000', '123125.614000', '123125.617000', '123125.620000', '123125.623000', '123125.626000', '123145.501000', '123145.504000', '123145.507000', '123145.510000', '123145.513000', '123145.515000', '123145.518000', '123145.521000', '123145.524000', '123145.527000', '123145.530000', '123145.533000', '123145.536000', '123145.539000', '123145.542000', '123145.545000', '123145.552000', '123145.555000', '123145.557000', '123145.560000', '123145.563000', '123145.566000', '123145.569000', '123145.572000', '123145.575000', '123145.578000', '123145.581000', '123145.584000', '123145.586000', '123145.589000', '123145.592000', '123145.595000', '123145.598000', '123145.601000', '123145.604000', '123145.607000', '123145.610000', '123145.613000', '123145.615000', '123145.618000', '123145.621000', '123145.624000', '123145.627000', '123205.501000', '123205.504000', '123205.507000', '123205.510000', '123205.513000', '123205.515000', '123205.518000', '123205.521000', '123205.524000', '123205.527000', '123205.530000', '123205.533000', '123205.536000', '123205.539000', '123205.541000', '123205.544000', '123205.547000', '123205.550000', '123205.553000', '123205.556000', '123205.559000', '123205.562000', '123205.565000', '123205.568000', '123205.571000', '123205.574000', '123205.576000', '123205.579000', '123205.582000', '123205.585000', '123205.588000', '123205.591000', '123205.594000', '123205.597000', '123205.600000', '123205.602000', '123205.605000', '123205.608000', '123205.611000', '123205.614000', '123205.617000', '123205.620000', '123205.623000', '123205.625000', '123225.501000', '123225.504000', '123225.507000', '123225.510000', '123225.513000', '123225.516000', '123225.519000', '123225.532000', '123225.535000', '123225.538000', '123225.541000', '123225.544000', '123225.547000', '123225.550000', '123225.553000', '123225.555000', '123225.558000', '123225.561000', '123225.564000', '123225.567000', '123225.570000', '123225.573000', '123225.576000', '123225.579000', '123225.582000', '123225.586000', '123225.589000', '123225.592000', '123225.595000', '123225.598000', '123225.601000', '123225.604000', '123225.607000', '123225.609000', '123225.612000', '123225.615000', '123225.618000', '123225.621000', '123225.624000', '123225.627000', '123225.630000', '123225.633000', '123225.635000', '123245.500000', '123245.503000', '123245.506000', '123245.509000', '123245.512000', '123245.515000', '123245.518000', '123245.521000', '123245.524000', '123245.526000', '123245.529000', '123245.532000', '123245.535000', '123245.538000', '123245.541000', '123245.544000', '123245.547000', '123245.550000', '123245.553000', '123245.556000', '123245.559000', '123245.562000', '123245.565000', '123245.568000', '123245.570000', '123245.573000', '123245.576000', '123245.579000', '123245.582000', '123245.585000', '123245.588000', '123245.591000', '123245.594000', '123245.597000', '123245.599000', '123245.602000', '123245.605000', '123245.608000', '123245.611000', '123245.614000', '123245.617000', '123245.620000', '123245.622000', '123245.625000', '123305.500000', '123305.503000', '123305.506000', '123305.509000', '123305.512000', '123305.515000', '123305.518000', '123305.520000', '123305.523000', '123305.526000', '123305.529000', '123305.532000', '123305.535000', '123305.538000', '123305.541000', '123305.544000', '123305.547000', '123305.550000', '123305.553000', '123305.556000', '123305.559000', '123305.561000', '123305.564000', '123305.567000', '123305.570000', '123305.573000', '123305.576000', '123305.579000', '123305.582000', '123305.585000', '123305.588000', '123305.591000', '123305.593000', '123305.596000', '123305.599000', '123305.602000', '123305.605000', '123305.608000', '123305.611000', '123305.614000', '123305.617000', '123305.619000', '123305.622000', '123325.500000', '123325.503000', '123325.506000', '123325.509000', '123325.512000', '123325.515000', '123325.518000', '123325.520000', '123325.523000', '123325.526000', '123325.529000', '123325.532000', '123325.535000', '123325.538000', '123325.541000', '123325.544000', '123325.547000', '123325.549000', '123325.552000', '123325.555000', '123325.558000', '123325.561000', '123325.564000', '123325.567000', '123325.570000', '123325.573000', '123325.576000', '123325.579000', '123325.582000', '123325.585000', '123325.588000', '123325.590000', '123325.593000', '123325.596000', '123325.599000', '123325.602000', '123325.605000', '123325.608000', '123325.611000', '123325.614000', '123325.617000', '123325.620000', '123325.623000', '123325.626000', '123345.501000', '123345.504000', '123345.507000', '123345.510000', '123345.513000', '123345.516000', '123345.519000', '123345.521000', '123345.524000', '123345.527000', '123345.530000', '123345.533000', '123345.536000', '123345.539000', '123345.542000', '123345.545000', '123345.548000', '123345.551000', '123345.554000', '123345.556000', '123345.559000', '123345.562000', '123345.565000', '123345.576000', '123345.579000', '123345.582000', '123345.585000', '123345.588000', '123345.591000', '123345.593000', '123345.596000', '123345.599000', '123345.616000', '123345.619000', '123345.622000', '123345.625000', '123345.629000', '123345.631000', '123345.634000', '123345.637000', '123345.640000', '123345.643000', '123345.646000', '123405.501000', '123405.504000', '123405.507000', '123405.510000', '123405.513000', '123405.516000', '123405.518000', '123405.521000', '123405.524000', '123405.527000', '123405.530000', '123405.533000', '123405.536000', '123405.539000', '123405.542000', '123405.545000', '123405.547000', '123405.550000', '123405.553000', '123405.556000', '123405.559000', '123405.562000', '123405.565000', '123405.568000', '123405.571000', '123405.574000', '123405.577000', '123405.579000', '123405.582000', '123405.585000', '123405.588000', '123405.591000', '123405.594000', '123405.597000', '123405.600000', '123405.603000', '123405.606000', '123405.609000', '123405.612000', '123405.615000', '123405.617000', '123405.620000', '123405.623000', '123405.626000', '123425.501000', '123425.504000', '123425.507000', '123425.510000', '123425.513000', '123425.516000', '123425.519000', '123425.522000', '123425.524000', '123425.527000', '123425.530000', '123425.533000', '123425.536000', '123425.539000', '123425.543000', '123425.546000', '123425.549000', '123425.552000', '123425.555000', '123425.558000', '123425.561000', '123425.564000', '123425.567000', '123425.570000', '123425.573000', '123425.576000', '123425.578000', '123425.581000', '123425.584000', '123425.587000', '123425.590000', '123425.593000', '123425.596000', '123425.599000', '123425.602000', '123425.605000', '123425.608000', '123425.610000', '123425.613000', '123425.616000', '123425.619000', '123425.622000', '123425.625000', '123445.501000', '123445.504000', '123445.507000', '123445.510000', '123445.513000', '123445.515000', '123445.518000', '123445.521000', '123445.524000', '123445.527000', '123445.530000', '123445.533000', '123445.536000', '123445.539000', '123445.542000', '123445.545000', '123445.548000', '123445.551000', '123445.553000', '123445.556000', '123445.559000', '123445.562000', '123445.565000', '123445.568000', '123445.571000', '123445.574000', '123445.576000', '123445.579000', '123445.582000', '123445.585000', '123445.588000', '123445.591000', '123445.594000', '123445.597000', '123445.600000', '123445.603000', '123445.606000', '123445.609000', '123445.611000', '123445.614000', '123445.617000', '123445.620000', '123445.623000', '123505.500000', '123505.503000', '123505.506000', '123505.509000', '123505.512000', '123505.515000', '123505.518000', '123505.520000', '123505.523000', '123505.526000', '123505.529000', '123505.541000', '123505.544000', '123505.547000', '123505.550000', '123505.553000', '123505.556000', '123505.559000', '123505.562000', '123505.565000', '123505.568000', '123505.571000', '123505.573000', '123505.576000', '123505.579000', '123505.582000', '123505.585000', '123505.588000', '123505.591000', '123505.611000', '123505.614000', '123505.617000', '123505.620000', '123505.623000', '123505.626000', '123505.629000', '123505.632000', '123505.635000', '123505.637000', '123505.640000', '123505.643000', '123505.646000', '123505.649000', '123505.652000', '123525.500000', '123525.503000', '123525.506000', '123525.509000', '123525.512000', '123525.515000', '123525.518000', '123525.521000', '123525.524000', '123525.527000', '123525.530000', '123525.532000', '123525.535000', '123525.538000', '123525.541000', '123525.544000', '123525.547000', '123525.550000', '123525.553000', '123525.556000', '123525.559000', '123525.561000', '123525.564000', '123525.567000', '123525.570000', '123525.573000', '123525.576000', '123525.579000', '123525.582000', '123525.585000', '123525.588000', '123525.591000', '123525.593000', '123525.596000', '123525.599000', '123525.602000', '123525.605000', '123525.608000', '123525.611000', '123525.614000', '123525.617000', '123525.620000', '123525.623000', '123545.500000', '123545.503000', '123545.506000', '123545.509000', '123545.512000', '123545.515000', '123545.517000', '123545.520000', '123545.523000', '123545.526000', '123545.529000', '123545.532000', '123545.535000', '123545.538000', '123545.541000', '123545.544000', '123545.547000', '123545.549000', '123545.552000', '123545.555000', '123545.558000', '123545.561000', '123545.564000', '123545.567000', '123545.570000', '123545.573000', '123545.576000', '123545.579000', '123545.582000', '123545.584000', '123545.587000', '123545.590000', '123545.593000', '123545.596000', '123545.599000', '123545.602000', '123545.605000', '123545.607000', '123545.610000', '123545.613000', '123545.616000', '123545.619000', '123545.622000', '123545.625000', '123605.501000', '123605.504000', '123605.507000', '123605.510000', '123605.513000', '123605.516000', '123605.519000', '123605.522000', '123605.525000', '123605.528000', '123605.531000', '123605.534000', '123605.537000', '123605.540000', '123605.543000', '123605.546000', '123605.548000', '123605.551000', '123605.554000', '123605.557000', '123605.560000', '123605.563000', '123605.566000', '123605.569000', '123605.572000', '123605.575000', '123605.578000', '123605.581000', '123605.584000', '123605.587000', '123605.589000', '123605.592000', '123605.595000', '123605.598000', '123605.601000', '123605.604000', '123605.607000', '123605.610000', '123605.613000', '123605.616000', '123605.619000', '123605.622000', '123605.624000', '123625.501000', '123625.504000', '123625.507000', '123625.510000', '123625.513000', '123625.516000', '123625.519000', '123625.522000', '123625.524000', '123625.527000', '123625.530000', '123625.533000', '123625.536000', '123625.539000', '123625.542000', '123625.545000', '123625.547000', '123625.550000', '123625.553000', '123625.556000', '123625.559000', '123625.562000', '123625.565000', '123625.568000', '123625.571000', '123625.574000', '123625.577000', '123625.580000', '123625.582000', '123625.585000', '123625.588000', '123625.591000', '123625.594000', '123625.597000', '123625.600000', '123625.603000', '123625.605000', '123625.608000', '123625.611000', '123625.614000', '123625.626000', '123625.629000', '123625.631000', '123625.634000', '123645.501000', '123645.504000', '123645.507000', '123645.510000', '123645.513000', '123645.516000', '123645.518000', '123645.521000', '123645.524000', '123645.527000', '123645.530000', '123645.533000', '123645.536000', '123645.539000', '123645.542000', '123645.545000', '123645.547000', '123645.550000', '123645.553000', '123645.556000', '123645.559000', '123645.562000', '123645.565000', '123645.568000', '123645.572000', '123645.574000', '123645.577000', '123645.580000', '123645.583000', '123645.586000', '123645.589000', '123645.592000', '123645.595000', '123645.598000', '123645.600000', '123645.603000', '123645.606000', '123645.609000', '123645.612000', '123645.615000', '123645.618000', '123645.621000', '123645.624000', '123705.501000', '123705.504000', '123705.507000', '123705.510000', '123705.513000', '123705.516000', '123705.518000', '123705.521000', '123705.524000', '123705.527000', '123705.530000', '123705.533000', '123705.536000', '123705.539000', '123705.542000', '123705.545000', '123705.548000', '123705.551000', '123705.554000', '123705.556000', '123705.559000', '123705.562000', '123705.565000', '123705.568000', '123705.571000', '123705.574000', '123705.577000', '123705.580000', '123705.583000', '123705.585000', '123705.588000', '123705.591000', '123705.594000', '123705.597000', '123705.600000', '123705.603000', '123705.606000', '123705.608000', '123705.612000', '123705.614000', '123705.617000', '123705.620000', '123705.623000', '123705.626000', '123725.501000', '123725.505000', '123725.508000', '123725.511000', '123725.513000', '123725.516000', '123725.519000', '123725.522000', '123725.525000', '123725.528000', '123725.531000', '123725.534000', '123725.537000', '123725.540000', '123725.543000', '123725.545000', '123725.548000', '123725.551000', '123725.554000', '123725.557000', '123725.560000', '123725.564000', '123725.569000', '123725.572000', '123725.575000', '123725.578000', '123725.581000', '123725.584000', '123725.587000', '123725.589000', '123725.592000', '123725.595000', '123725.598000', '123725.601000', '123725.604000', '123725.607000', '123725.610000', '123725.613000', '123725.616000', '123725.619000', '123725.621000', '123725.624000', '123725.627000', '123745.500000', '123745.503000', '123745.506000', '123745.509000', '123745.512000', '123745.515000', '123745.517000', '123745.520000', '123745.523000', '123745.526000', '123745.529000', '123745.532000', '123745.535000', '123745.538000', '123745.541000', '123745.544000', '123745.546000', '123745.549000', '123745.552000', '123745.555000', '123745.558000', '123745.561000', '123745.576000', '123745.579000', '123745.582000', '123745.585000', '123745.588000', '123745.591000', '123745.594000', '123745.597000', '123745.600000', '123745.603000', '123745.605000', '123745.608000', '123745.611000', '123745.614000', '123745.617000', '123745.620000', '123745.623000', '123745.626000', '123745.629000', '123745.632000', '123745.634000', '123745.637000', '123805.500000', '123805.503000', '123805.506000', '123805.509000', '123805.512000', '123805.515000', '123805.518000', '123805.521000', '123805.524000', '123805.526000', '123805.529000', '123805.532000', '123805.535000', '123805.538000', '123805.541000', '123805.544000', '123805.547000', '123805.550000', '123805.553000', '123805.556000', '123805.558000', '123805.561000', '123805.564000', '123805.567000', '123805.570000', '123805.573000', '123805.576000', '123805.579000', '123805.582000', '123805.585000', '123805.588000', '123805.591000', '123805.613000', '123805.616000', '123805.618000', '123805.621000', '123805.625000', '123805.628000', '123805.631000', '123805.634000', '123805.637000', '123805.640000', '123805.643000', '123822.220000', '123822.224000', '123822.228000', '123822.232000', '123822.236000', '123822.239000', '123822.242000', '123822.245000', '123822.248000', '123822.252000', '123822.255000', '123822.258000', '123822.261000', '123822.264000', '123822.267000', '123822.270000', '123822.273000', '123822.276000', '123822.279000', '123822.282000', '123822.285000', '123822.288000', '123822.291000', '123822.294000', '123822.297000', '123822.299000', '123822.302000', '123822.305000', '123822.308000', '123822.311000', '123822.314000', '123822.317000', '123822.320000', '123822.323000', '123822.326000', '123822.329000', '123822.332000'], 'InstanceCreationTime': ['122825.531000', '122825.535000', '122825.541000', '122825.544000', '122825.547000', '122825.550000', '122825.553000', '122825.563000', '122825.566000', '122825.569000', '122825.572000', '122825.575000', '122825.578000', '122825.581000', '122825.584000', '122825.587000', '122825.590000', '122825.593000', '122825.605000', '122825.608000', '122825.611000', '122825.614000', '122825.617000', '122825.620000', '122845.500000', '122845.503000', '122845.506000', '122845.509000', '122845.520000', '122845.523000', '122845.526000', '122845.529000', '122845.532000', '122845.535000', '122845.538000', '122845.541000', '122845.545000', '122845.548000', '122845.551000', '122845.553000', '122845.556000', '122845.559000', '122845.562000', '122845.565000', '122845.569000', '122845.572000', '122845.575000', '122845.578000', '122845.581000', '122845.584000', '122845.587000', '122845.590000', '122845.593000', '122845.596000', '122845.599000', '122845.602000', '122845.605000', '122845.608000', '122845.611000', '122845.614000', '122845.623000', '122845.626000', '122845.629000', '122845.632000', '122845.635000', '122845.638000', '122845.641000', '122845.644000', '122905.501000', '122905.504000', '122905.507000', '122905.510000', '122905.513000', '122905.515000', '122905.518000', '122905.521000', '122905.524000', '122905.527000', '122905.530000', '122905.533000', '122905.535000', '122905.538000', '122905.541000', '122905.544000', '122905.547000', '122905.551000', '122905.554000', '122905.557000', '122905.560000', '122905.563000', '122905.566000', '122905.569000', '122905.572000', '122905.574000', '122905.577000', '122905.580000', '122905.583000', '122905.586000', '122905.598000', '122905.601000', '122905.604000', '122905.607000', '122905.609000', '122905.612000', '122905.615000', '122905.618000', '122905.625000', '122905.628000', '122905.631000', '122905.634000', '122905.636000', '122925.501000', '122925.504000', '122925.507000', '122925.510000', '122925.513000', '122925.515000', '122925.518000', '122925.521000', '122925.524000', '122925.527000', '122925.530000', '122925.533000', '122925.535000', '122925.538000', '122925.541000', '122925.544000', '122925.547000', '122925.550000', '122925.553000', '122925.556000', '122925.559000', '122925.562000', '122925.565000', '122925.568000', '122925.571000', '122925.574000', '122925.576000', '122925.579000', '122925.582000', '122925.585000', '122925.588000', '122925.591000', '122925.594000', '122925.597000', '122925.599000', '122925.602000', '122925.605000', '122925.608000', '122925.611000', '122925.614000', '122925.617000', '122925.620000', '122925.623000', '122925.626000', '122945.501000', '122945.504000', '122945.507000', '122945.510000', '122945.514000', '122945.516000', '122945.519000', '122945.522000', '122945.525000', '122945.528000', '122945.531000', '122945.534000', '122945.537000', '122945.539000', '122945.542000', '122945.545000', '122945.548000', '122945.551000', '122945.554000', '122945.557000', '122945.560000', '122945.563000', '122945.566000', '122945.569000', '122945.572000', '122945.575000', '122945.577000', '122945.581000', '122945.586000', '122945.590000', '122945.592000', '122945.595000', '122945.598000', '122945.601000', '122945.604000', '122945.607000', '122945.610000', '122945.613000', '122945.615000', '122945.618000', '122945.621000', '122945.624000', '122945.627000', '123005.501000', '123005.504000', '123005.507000', '123005.510000', '123005.513000', '123005.516000', '123005.518000', '123005.521000', '123005.524000', '123005.527000', '123005.530000', '123005.533000', '123005.536000', '123005.539000', '123005.542000', '123005.544000', '123005.547000', '123005.550000', '123005.553000', '123005.556000', '123005.559000', '123005.562000', '123005.565000', '123005.568000', '123005.570000', '123005.573000', '123005.576000', '123005.579000', '123005.582000', '123005.585000', '123005.588000', '123005.591000', '123005.593000', '123005.596000', '123005.599000', '123005.602000', '123005.605000', '123005.608000', '123005.611000', '123005.614000', '123005.617000', '123005.620000', '123005.622000', '123005.625000', '123025.500000', '123025.503000', '123025.506000', '123025.509000', '123025.512000', '123025.514000', '123025.517000', '123025.520000', '123025.523000', '123025.526000', '123025.529000', '123025.532000', '123025.535000', '123025.538000', '123025.540000', '123025.543000', '123025.546000', '123025.549000', '123025.552000', '123025.555000', '123025.558000', '123025.561000', '123025.563000', '123025.566000', '123025.569000', '123025.572000', '123025.575000', '123025.578000', '123025.581000', '123025.584000', '123025.587000', '123025.590000', '123025.593000', '123025.596000', '123025.599000', '123025.602000', '123025.604000', '123025.607000', '123025.610000', '123025.613000', '123025.616000', '123025.619000', '123025.622000', '123045.500000', '123045.503000', '123045.506000', '123045.509000', '123045.512000', '123045.514000', '123045.517000', '123045.520000', '123045.523000', '123045.526000', '123045.529000', '123045.532000', '123045.535000', '123045.538000', '123045.541000', '123045.544000', '123045.546000', '123045.549000', '123045.552000', '123045.555000', '123045.558000', '123045.561000', '123045.564000', '123045.567000', '123045.570000', '123045.573000', '123045.582000', '123045.585000', '123045.587000', '123045.590000', '123045.593000', '123045.596000', '123045.599000', '123045.602000', '123045.605000', '123045.608000', '123045.610000', '123045.613000', '123045.616000', '123045.619000', '123045.622000', '123045.625000', '123045.628000', '123045.631000', '123105.500000', '123105.503000', '123105.506000', '123105.509000', '123105.512000', '123105.514000', '123105.517000', '123105.520000', '123105.523000', '123105.526000', '123105.529000', '123105.532000', '123105.535000', '123105.538000', '123105.541000', '123105.544000', '123105.548000', '123105.551000', '123105.554000', '123105.557000', '123105.559000', '123105.562000', '123105.565000', '123105.569000', '123105.572000', '123105.574000', '123105.577000', '123105.580000', '123105.583000', '123105.586000', '123105.589000', '123105.592000', '123105.594000', '123105.597000', '123105.600000', '123105.604000', '123105.607000', '123105.610000', '123105.613000', '123105.616000', '123105.619000', '123105.621000', '123105.624000', '123125.501000', '123125.504000', '123125.507000', '123125.510000', '123125.513000', '123125.516000', '123125.518000', '123125.521000', '123125.524000', '123125.527000', '123125.530000', '123125.533000', '123125.536000', '123125.539000', '123125.542000', '123125.545000', '123125.547000', '123125.550000', '123125.553000', '123125.556000', '123125.559000', '123125.562000', '123125.565000', '123125.568000', '123125.571000', '123125.574000', '123125.577000', '123125.579000', '123125.582000', '123125.585000', '123125.588000', '123125.591000', '123125.594000', '123125.597000', '123125.600000', '123125.602000', '123125.605000', '123125.608000', '123125.611000', '123125.614000', '123125.617000', '123125.620000', '123125.623000', '123125.626000', '123145.501000', '123145.504000', '123145.507000', '123145.510000', '123145.513000', '123145.515000', '123145.518000', '123145.521000', '123145.524000', '123145.527000', '123145.530000', '123145.533000', '123145.536000', '123145.539000', '123145.542000', '123145.545000', '123145.552000', '123145.555000', '123145.557000', '123145.560000', '123145.563000', '123145.566000', '123145.569000', '123145.572000', '123145.575000', '123145.578000', '123145.581000', '123145.584000', '123145.586000', '123145.589000', '123145.592000', '123145.595000', '123145.598000', '123145.601000', '123145.604000', '123145.607000', '123145.610000', '123145.613000', '123145.615000', '123145.618000', '123145.621000', '123145.624000', '123145.627000', '123205.501000', '123205.504000', '123205.507000', '123205.510000', '123205.513000', '123205.515000', '123205.518000', '123205.521000', '123205.524000', '123205.527000', '123205.530000', '123205.533000', '123205.536000', '123205.539000', '123205.541000', '123205.544000', '123205.547000', '123205.550000', '123205.553000', '123205.556000', '123205.559000', '123205.562000', '123205.565000', '123205.568000', '123205.571000', '123205.574000', '123205.576000', '123205.579000', '123205.582000', '123205.585000', '123205.588000', '123205.591000', '123205.594000', '123205.597000', '123205.600000', '123205.602000', '123205.605000', '123205.608000', '123205.611000', '123205.614000', '123205.617000', '123205.620000', '123205.623000', '123205.625000', '123225.501000', '123225.504000', '123225.507000', '123225.510000', '123225.513000', '123225.516000', '123225.519000', '123225.532000', '123225.535000', '123225.538000', '123225.541000', '123225.544000', '123225.547000', '123225.550000', '123225.553000', '123225.555000', '123225.558000', '123225.561000', '123225.564000', '123225.567000', '123225.570000', '123225.573000', '123225.576000', '123225.579000', '123225.582000', '123225.586000', '123225.589000', '123225.592000', '123225.595000', '123225.598000', '123225.601000', '123225.604000', '123225.607000', '123225.609000', '123225.612000', '123225.615000', '123225.618000', '123225.621000', '123225.624000', '123225.627000', '123225.630000', '123225.633000', '123225.635000', '123245.500000', '123245.503000', '123245.506000', '123245.509000', '123245.512000', '123245.515000', '123245.518000', '123245.521000', '123245.524000', '123245.526000', '123245.529000', '123245.532000', '123245.535000', '123245.538000', '123245.541000', '123245.544000', '123245.547000', '123245.550000', '123245.553000', '123245.556000', '123245.559000', '123245.562000', '123245.565000', '123245.568000', '123245.570000', '123245.573000', '123245.576000', '123245.579000', '123245.582000', '123245.585000', '123245.588000', '123245.591000', '123245.594000', '123245.597000', '123245.599000', '123245.602000', '123245.605000', '123245.608000', '123245.611000', '123245.614000', '123245.617000', '123245.620000', '123245.622000', '123245.625000', '123305.500000', '123305.503000', '123305.506000', '123305.509000', '123305.512000', '123305.515000', '123305.518000', '123305.520000', '123305.523000', '123305.526000', '123305.529000', '123305.532000', '123305.535000', '123305.538000', '123305.541000', '123305.544000', '123305.547000', '123305.550000', '123305.553000', '123305.556000', '123305.559000', '123305.561000', '123305.564000', '123305.567000', '123305.570000', '123305.573000', '123305.576000', '123305.579000', '123305.582000', '123305.585000', '123305.588000', '123305.591000', '123305.593000', '123305.596000', '123305.599000', '123305.602000', '123305.605000', '123305.608000', '123305.611000', '123305.614000', '123305.617000', '123305.619000', '123305.622000', '123325.500000', '123325.503000', '123325.506000', '123325.509000', '123325.512000', '123325.515000', '123325.518000', '123325.520000', '123325.523000', '123325.526000', '123325.529000', '123325.532000', '123325.535000', '123325.538000', '123325.541000', '123325.544000', '123325.547000', '123325.549000', '123325.552000', '123325.555000', '123325.558000', '123325.561000', '123325.564000', '123325.567000', '123325.570000', '123325.573000', '123325.576000', '123325.579000', '123325.582000', '123325.585000', '123325.588000', '123325.590000', '123325.593000', '123325.596000', '123325.599000', '123325.602000', '123325.605000', '123325.608000', '123325.611000', '123325.614000', '123325.617000', '123325.620000', '123325.623000', '123325.626000', '123345.501000', '123345.504000', '123345.507000', '123345.510000', '123345.513000', '123345.516000', '123345.519000', '123345.521000', '123345.524000', '123345.527000', '123345.530000', '123345.533000', '123345.536000', '123345.539000', '123345.542000', '123345.545000', '123345.548000', '123345.551000', '123345.554000', '123345.556000', '123345.559000', '123345.562000', '123345.565000', '123345.576000', '123345.579000', '123345.582000', '123345.585000', '123345.588000', '123345.591000', '123345.593000', '123345.596000', '123345.599000', '123345.616000', '123345.619000', '123345.622000', '123345.625000', '123345.629000', '123345.631000', '123345.634000', '123345.637000', '123345.640000', '123345.643000', '123345.646000', '123405.501000', '123405.504000', '123405.507000', '123405.510000', '123405.513000', '123405.516000', '123405.518000', '123405.521000', '123405.524000', '123405.527000', '123405.530000', '123405.533000', '123405.536000', '123405.539000', '123405.542000', '123405.545000', '123405.547000', '123405.550000', '123405.553000', '123405.556000', '123405.559000', '123405.562000', '123405.565000', '123405.568000', '123405.571000', '123405.574000', '123405.577000', '123405.579000', '123405.582000', '123405.585000', '123405.588000', '123405.591000', '123405.594000', '123405.597000', '123405.600000', '123405.603000', '123405.606000', '123405.609000', '123405.612000', '123405.615000', '123405.617000', '123405.620000', '123405.623000', '123405.626000', '123425.501000', '123425.504000', '123425.507000', '123425.510000', '123425.513000', '123425.516000', '123425.519000', '123425.522000', '123425.524000', '123425.527000', '123425.530000', '123425.533000', '123425.536000', '123425.539000', '123425.543000', '123425.546000', '123425.549000', '123425.552000', '123425.555000', '123425.558000', '123425.561000', '123425.564000', '123425.567000', '123425.570000', '123425.573000', '123425.576000', '123425.578000', '123425.581000', '123425.584000', '123425.587000', '123425.590000', '123425.593000', '123425.596000', '123425.599000', '123425.602000', '123425.605000', '123425.608000', '123425.610000', '123425.613000', '123425.616000', '123425.619000', '123425.622000', '123425.625000', '123445.501000', '123445.504000', '123445.507000', '123445.510000', '123445.513000', '123445.515000', '123445.518000', '123445.521000', '123445.524000', '123445.527000', '123445.530000', '123445.533000', '123445.536000', '123445.539000', '123445.542000', '123445.545000', '123445.548000', '123445.551000', '123445.553000', '123445.556000', '123445.559000', '123445.562000', '123445.565000', '123445.568000', '123445.571000', '123445.574000', '123445.576000', '123445.579000', '123445.582000', '123445.585000', '123445.588000', '123445.591000', '123445.594000', '123445.597000', '123445.600000', '123445.603000', '123445.606000', '123445.609000', '123445.611000', '123445.614000', '123445.617000', '123445.620000', '123445.623000', '123505.500000', '123505.503000', '123505.506000', '123505.509000', '123505.512000', '123505.515000', '123505.518000', '123505.520000', '123505.523000', '123505.526000', '123505.529000', '123505.541000', '123505.544000', '123505.547000', '123505.550000', '123505.553000', '123505.556000', '123505.559000', '123505.562000', '123505.565000', '123505.568000', '123505.571000', '123505.573000', '123505.576000', '123505.579000', '123505.582000', '123505.585000', '123505.588000', '123505.591000', '123505.611000', '123505.614000', '123505.617000', '123505.620000', '123505.623000', '123505.626000', '123505.629000', '123505.632000', '123505.635000', '123505.637000', '123505.640000', '123505.643000', '123505.646000', '123505.649000', '123505.652000', '123525.500000', '123525.503000', '123525.506000', '123525.509000', '123525.512000', '123525.515000', '123525.518000', '123525.521000', '123525.524000', '123525.527000', '123525.530000', '123525.532000', '123525.535000', '123525.538000', '123525.541000', '123525.544000', '123525.547000', '123525.550000', '123525.553000', '123525.556000', '123525.559000', '123525.561000', '123525.564000', '123525.567000', '123525.570000', '123525.573000', '123525.576000', '123525.579000', '123525.582000', '123525.585000', '123525.588000', '123525.591000', '123525.593000', '123525.596000', '123525.599000', '123525.602000', '123525.605000', '123525.608000', '123525.611000', '123525.614000', '123525.617000', '123525.620000', '123525.623000', '123545.500000', '123545.503000', '123545.506000', '123545.509000', '123545.512000', '123545.515000', '123545.517000', '123545.520000', '123545.523000', '123545.526000', '123545.529000', '123545.532000', '123545.535000', '123545.538000', '123545.541000', '123545.544000', '123545.547000', '123545.549000', '123545.552000', '123545.555000', '123545.558000', '123545.561000', '123545.564000', '123545.567000', '123545.570000', '123545.573000', '123545.576000', '123545.579000', '123545.582000', '123545.584000', '123545.587000', '123545.590000', '123545.593000', '123545.596000', '123545.599000', '123545.602000', '123545.605000', '123545.607000', '123545.610000', '123545.613000', '123545.616000', '123545.619000', '123545.622000', '123545.625000', '123605.501000', '123605.504000', '123605.507000', '123605.510000', '123605.513000', '123605.516000', '123605.519000', '123605.522000', '123605.525000', '123605.528000', '123605.531000', '123605.534000', '123605.537000', '123605.540000', '123605.543000', '123605.546000', '123605.548000', '123605.551000', '123605.554000', '123605.557000', '123605.560000', '123605.563000', '123605.566000', '123605.569000', '123605.572000', '123605.575000', '123605.578000', '123605.581000', '123605.584000', '123605.587000', '123605.589000', '123605.592000', '123605.595000', '123605.598000', '123605.601000', '123605.604000', '123605.607000', '123605.610000', '123605.613000', '123605.616000', '123605.619000', '123605.622000', '123605.624000', '123625.501000', '123625.504000', '123625.507000', '123625.510000', '123625.513000', '123625.516000', '123625.519000', '123625.522000', '123625.524000', '123625.527000', '123625.530000', '123625.533000', '123625.536000', '123625.539000', '123625.542000', '123625.545000', '123625.547000', '123625.550000', '123625.553000', '123625.556000', '123625.559000', '123625.562000', '123625.565000', '123625.568000', '123625.571000', '123625.574000', '123625.577000', '123625.580000', '123625.582000', '123625.585000', '123625.588000', '123625.591000', '123625.594000', '123625.597000', '123625.600000', '123625.603000', '123625.605000', '123625.608000', '123625.611000', '123625.614000', '123625.626000', '123625.629000', '123625.631000', '123625.634000', '123645.501000', '123645.504000', '123645.507000', '123645.510000', '123645.513000', '123645.516000', '123645.518000', '123645.521000', '123645.524000', '123645.527000', '123645.530000', '123645.533000', '123645.536000', '123645.539000', '123645.542000', '123645.545000', '123645.547000', '123645.550000', '123645.553000', '123645.556000', '123645.559000', '123645.562000', '123645.565000', '123645.568000', '123645.572000', '123645.574000', '123645.577000', '123645.580000', '123645.583000', '123645.586000', '123645.589000', '123645.592000', '123645.595000', '123645.598000', '123645.600000', '123645.603000', '123645.606000', '123645.609000', '123645.612000', '123645.615000', '123645.618000', '123645.621000', '123645.624000', '123705.501000', '123705.504000', '123705.507000', '123705.510000', '123705.513000', '123705.516000', '123705.518000', '123705.521000', '123705.524000', '123705.527000', '123705.530000', '123705.533000', '123705.536000', '123705.539000', '123705.542000', '123705.545000', '123705.548000', '123705.551000', '123705.554000', '123705.556000', '123705.559000', '123705.562000', '123705.565000', '123705.568000', '123705.571000', '123705.574000', '123705.577000', '123705.580000', '123705.583000', '123705.585000', '123705.588000', '123705.591000', '123705.594000', '123705.597000', '123705.600000', '123705.603000', '123705.606000', '123705.608000', '123705.612000', '123705.614000', '123705.617000', '123705.620000', '123705.623000', '123705.626000', '123725.501000', '123725.505000', '123725.508000', '123725.511000', '123725.513000', '123725.516000', '123725.519000', '123725.522000', '123725.525000', '123725.528000', '123725.531000', '123725.534000', '123725.537000', '123725.540000', '123725.543000', '123725.545000', '123725.548000', '123725.551000', '123725.554000', '123725.557000', '123725.560000', '123725.564000', '123725.569000', '123725.572000', '123725.575000', '123725.578000', '123725.581000', '123725.584000', '123725.587000', '123725.589000', '123725.592000', '123725.595000', '123725.598000', '123725.601000', '123725.604000', '123725.607000', '123725.610000', '123725.613000', '123725.616000', '123725.619000', '123725.621000', '123725.624000', '123725.627000', '123745.500000', '123745.503000', '123745.506000', '123745.509000', '123745.512000', '123745.515000', '123745.517000', '123745.520000', '123745.523000', '123745.526000', '123745.529000', '123745.532000', '123745.535000', '123745.538000', '123745.541000', '123745.544000', '123745.546000', '123745.549000', '123745.552000', '123745.555000', '123745.558000', '123745.561000', '123745.576000', '123745.579000', '123745.582000', '123745.585000', '123745.588000', '123745.591000', '123745.594000', '123745.597000', '123745.600000', '123745.603000', '123745.605000', '123745.608000', '123745.611000', '123745.614000', '123745.617000', '123745.620000', '123745.623000', '123745.626000', '123745.629000', '123745.632000', '123745.634000', '123745.637000', '123805.500000', '123805.503000', '123805.506000', '123805.509000', '123805.512000', '123805.515000', '123805.518000', '123805.521000', '123805.524000', '123805.526000', '123805.529000', '123805.532000', '123805.535000', '123805.538000', '123805.541000', '123805.544000', '123805.547000', '123805.550000', '123805.553000', '123805.556000', '123805.558000', '123805.561000', '123805.564000', '123805.567000', '123805.570000', '123805.573000', '123805.576000', '123805.579000', '123805.582000', '123805.585000', '123805.588000', '123805.591000', '123805.613000', '123805.616000', '123805.618000', '123805.621000', '123805.625000', '123805.628000', '123805.631000', '123805.634000', '123805.637000', '123805.640000', '123805.643000', '123822.220000', '123822.224000', '123822.228000', '123822.232000', '123822.236000', '123822.239000', '123822.242000', '123822.245000', '123822.248000', '123822.252000', '123822.255000', '123822.258000', '123822.261000', '123822.264000', '123822.267000', '123822.270000', '123822.273000', '123822.276000', '123822.279000', '123822.282000', '123822.285000', '123822.288000', '123822.291000', '123822.294000', '123822.297000', '123822.299000', '123822.302000', '123822.305000', '123822.308000', '123822.311000', '123822.314000', '123822.317000', '123822.320000', '123822.323000', '123822.326000', '123822.329000', '123822.332000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'LargestImagePixelValue': [8911, 7956, 8559, 9498, 8060, 10611, 8373, 10112, 7928, 8928, 7728, 8113, 8075, 7502, 7456, 7525, 7835, 8048, 7815, 10125, 7853, 9965, 7867, 9984, 9980, 7516, 7855, 7630, 7861, 7841, 7809, 10323, 8163, 12135, 8355, 7640, 7658, 7777, 7904, 7577, 7949, 9736, 8388, 7972, 7620, 7881, 11289, 7798, 8089, 11525, 7518, 7783, 7764, 7504, 11386, 8315, 7658, 8101, 7205, 7784, 9431, 7392, 7929, 9447, 9045, 7952, 7818, 7855, 8375, 7603, 7994, 9181, 7603, 7933, 7795, 7649, 7951, 11674, 7753, 7810, 10737, 7446, 8119, 7642, 7650, 8068, 7935, 7570, 7982, 10483, 9148, 7810, 8282, 8674, 8063, 7847, 8067, 8221, 7496, 8071, 11991, 8643, 7672, 10286, 7418, 8019, 7568, 7991, 8570, 7614, 7904, 8884, 9691, 8130, 9196, 7969, 7847, 7271, 8301, 10577, 7865, 8697, 7178, 8117, 9697, 7104, 8326, 11089, 9243, 8061, 7189, 8187, 9232, 7334, 8289, 10581, 7852, 8077, 8118, 8128, 7656, 7511, 7949, 8080, 8761, 8900, 8210, 7362, 8154, 10923, 8908, 8057, 9637, 9212, 8104, 7735, 8175, 12464, 9581, 7993, 8376, 8000, 8122, 8934, 7631, 8168, 8097, 8244, 10527, 7502, 8197, 11306, 8202, 8277, 8520, 8377, 12702, 8606, 8023, 9822, 8873, 8082, 7370, 8332, 10755, 8031, 13025, 9531, 10436, 7377, 8323, 10042, 7900, 7937, 8321, 8002, 7926, 8223, 8743, 8277, 10611, 7956, 8151, 6835, 8175, 8858, 8230, 9912, 8540, 8008, 7295, 8564, 9390, 7678, 7954, 7489, 7451, 8443, 8221, 8115, 11923, 9571, 11028, 9816, 9474, 7709, 8344, 9921, 8045, 11438, 9206, 10344, 8661, 7875, 7162, 8099, 8752, 9173, 7983, 8307, 7974, 8323, 8182, 8867, 8412, 12225, 9690, 9264, 9677, 10535, 9624, 9498, 9204, 7955, 7587, 7976, 7299, 8229, 9656, 9124, 10399, 8091, 10207, 8392, 10034, 8180, 9562, 8239, 10328, 8456, 11240, 8300, 10083, 8238, 9927, 9055, 10466, 9624, 9344, 8554, 8011, 6761, 8559, 8837, 8403, 9254, 8273, 9916, 8360, 10432, 8460, 9998, 8395, 10582, 8134, 11438, 8332, 11029, 8910, 9707, 8592, 8054, 6660, 8472, 8887, 8326, 9309, 8483, 9577, 8180, 9993, 8496, 11663, 8879, 7968, 8121, 7927, 8344, 7891, 8915, 7919, 9054, 8212, 7805, 8308, 8735, 8155, 9870, 7992, 9656, 7954, 9885, 8223, 10923, 9691, 7826, 7925, 8183, 9942, 8279, 9819, 8227, 10617, 8500, 10994, 9624, 12009, 9744, 11638, 9307, 11831, 9207, 11592, 9175, 11322, 9752, 10286, 9985, 8036, 7212, 8420, 8148, 8346, 8037, 8343, 7848, 8545, 7938, 7584, 8478, 10296, 8415, 10607, 8379, 10095, 8540, 9401, 8473, 9115, 8313, 9079, 8339, 10380, 8479, 10229, 8400, 8704, 8473, 8648, 8601, 8089, 9226, 7969, 7635, 8159, 10678, 8199, 9325, 8702, 11124, 8198, 10768, 8119, 10919, 8260, 7205, 8296, 8422, 7631, 7817, 8063, 8635, 9973, 9561, 11652, 10367, 9174, 8811, 7740, 13500, 9357, 7981, 7540, 7823, 12137, 9046, 8007, 8848, 8306, 8059, 7871, 7949, 8192, 7441, 7997, 11215, 8960, 7814, 7470, 7756, 8143, 7679, 7954, 8304, 7849, 8142, 11501, 8008, 7844, 11524, 7706, 7993, 8696, 7491, 7841, 9085, 7720, 7924, 10603, 7957, 7576, 8102, 11246, 7285, 8149, 8273, 7903, 7942, 8055, 10441, 7470, 8153, 8078, 10119, 7614, 8064, 9005, 7533, 8179, 10113, 7930, 7938, 8126, 7644, 7408, 11010, 7768, 8210, 7816, 7306, 7986, 8126, 7438, 8246, 8158, 7547, 8045, 8554, 7686, 8246, 9562, 7528, 8440, 10142, 9047, 9984, 7575, 8165, 9430, 7481, 8324, 8032, 7600, 8350, 8209, 8879, 8253, 10526, 7739, 10916, 7372, 8166, 11193, 7929, 8009, 10466, 8590, 10022, 7568, 8108, 12034, 7113, 8422, 9548, 9039, 7851, 7709, 7869, 10528, 7811, 8288, 7344, 8015, 9081, 7177, 8106, 10301, 8397, 8010, 7696, 8205, 9238, 7595, 7945, 9233, 8047, 7960, 9134, 7851, 9586, 7740, 8406, 8150, 7431, 7929, 8826, 8824, 8111, 9469, 7859, 9528, 7411, 7875, 11142, 9172, 8229, 9587, 7543, 12443, 8416, 8010, 7517, 7604, 7719, 7717, 7745, 8826, 8524, 7923, 8972, 7662, 8352, 7293, 7747, 8016, 7245, 7759, 10541, 8150, 9061, 6988, 8093, 9978, 7024, 8200, 8976, 6975, 8044, 9938, 8157, 11480, 8903, 8099, 8664, 7850, 7820, 7428, 7524, 10241, 8167, 7819, 8480, 7761, 8002, 7358, 7946, 7891, 7369, 7956, 10631, 8187, 7775, 7865, 7948, 10970, 7272, 8307, 9468, 7314, 8219, 9238, 8120, 10829, 8045, 7807, 8034, 8086, 10744, 8103, 8150, 11046, 8807, 10290, 9330, 7928, 8705, 7870, 8119, 7466, 8043, 7829, 8100, 8004, 8837, 7860, 9553, 7255, 7873, 8908, 6710, 8106, 8191, 7079, 8396, 9032, 10910, 11623, 9292, 7818, 8951, 7633, 7392, 7602, 7667, 7153, 7289, 7857, 9170, 8345, 7838, 10866, 9382, 11935, 10034, 11619, 9942, 7797, 7620, 7579, 7852, 7208, 8035, 7861, 7244, 8131, 10222, 7950, 8012, 7364, 7869, 13779, 8405, 7645, 7867, 7616, 7594, 7884, 8204, 7347, 10205, 9355, 8104, 7695, 7492, 8003, 7323, 7797, 9104, 7276, 7917, 9109, 7239, 8258, 10187, 8485, 7851, 9241, 7505, 10009, 8437, 7844, 7849, 7644, 8167, 7596, 7695, 7912, 7547, 7430, 9890, 9233, 7823, 9827, 7638, 7942, 8076, 7044, 7782, 7687, 7441, 10825, 9131, 7812, 7833, 7543, 8093, 7582, 7547, 7764, 7715, 7352, 10194, 9127, 7889, 7522, 7615, 10580, 7522, 7850, 11069, 7525, 7924, 10558, 8043, 8053, 8658, 7513, 10351, 7041, 7939, 9839, 7182, 7793, 7922, 8428, 7867, 8869, 7609, 10379, 7249, 7848, 7495, 7583, 7887, 7385, 7704, 11541, 8488, 10677, 9012, 7659, 7329, 7692, 11082, 8301, 7749, 8756, 7436, 10736, 7279, 10446, 7044, 11168, 7046, 10816, 7209, 7973, 7449, 7477, 7828, 7391, 7866, 8133, 7712, 8402, 8108, 8996, 8132, 8259, 7725, 10071, 7347, 10389, 7605, 10643, 7414, 10976, 7207, 11917, 7674, 10471, 8920, 8100, 7964, 8008, 9177, 8218, 9341, 8154, 9575, 7972, 9407, 8202, 8498, 8075, 9043, 7954, 9350, 7949, 9333, 7981, 9543, 7963, 9690, 8154, 9881, 7919, 10975, 8425, 9925, 8872, 9568, 8159, 9782, 8366, 10264, 8430, 9538, 9043, 7920, 7807, 8106, 9004, 8099, 9913, 7936, 9786, 8128, 9546, 8311, 9559, 7942, 11592, 7784, 9972, 8409, 8026, 8285, 8416, 8201, 8204, 8371, 8144, 8993, 8194, 7459, 8157, 8856, 7856, 9120, 8144, 10720, 8212, 10811, 9031, 10863, 9325, 10030, 8673, 9612, 8565, 9394, 8444, 10011, 8468, 10377, 8256, 8896, 9185, 7739, 6675, 8052, 8034, 7755, 9658, 7773, 9743, 7853, 9932, 7879, 10713, 7972, 10018, 8967, 8587, 8727, 8066, 9874, 8274, 9941, 8124, 9783, 8129, 8492, 8217, 9848, 7966, 10128, 7957, 10283, 7733, 10371, 7808, 10599, 7728, 10822, 7828, 10367, 7167, 8194, 7023, 8095, 8559, 8014, 9564, 7971, 10048, 8078, 11048, 8527, 10208, 9118, 8540, 7440, 8038, 8709, 8189, 9661, 8003, 10381, 7934, 11162, 8900, 8588, 7129, 8130, 9923, 7806, 10026, 8026, 10298, 7629, 8223, 7259, 7779, 8078, 7573, 7985, 8428, 8310, 8125, 8607, 8011, 9147, 8122, 7920, 8120, 8278, 7475, 8295, 8874, 7827, 10531, 7754, 11723, 7673, 10414, 8784, 8077, 7491, 7987, 10297, 7625, 10253, 8574, 11014, 8754, 8539, 7753, 8195, 8443, 7821, 7772, 7992, 7926, 7671, 7987, 8546, 7891, 7712, 7689, 8133, 7513, 8170, 8031, 8095, 7863, 9164, 7873, 8356, 7853, 7683, 10967, 8687, 10464, 9434, 7875, 9906, 8009, 11793, 7969, 7974, 11463, 8234, 10908, 8403, 7861, 9410, 7923, 7842, 8090, 7835, 11463, 7756, 8934, 7903, 7882, 9493, 7774, 7978, 7949, 7188, 9033, 8485, 7695, 9373, 7610, 7812, 7869, 7660, 8066, 8268, 7628, 7972, 9074, 7803, 9955, 7333, 9542, 7823, 7974, 11630, 8291, 7822, 9388, 7521, 11200, 9569, 7600, 9449, 7264, 9651, 7540, 7531, 8129, 7487, 7524, 8736, 7325, 8919, 7610, 8018, 8863, 7370, 7765, 9164, 7477, 9283, 7642, 7609, 9266, 7980, 8185, 7215, 7755, 8252, 8032, 7712, 8566, 8722, 7619, 9043, 7607, 10234, 7991, 7990, 11111, 9383, 7672, 9969, 7438, 10155, 7712, 7554, 8440, 7778, 7795, 9103, 7528, 7828, 7856, 7687, 7546, 10983, 7691, 7387, 10743, 7489, 8007, 9341, 7509, 7612, 11204, 9462, 7707, 8170, 7293, 7885, 7986, 7442, 8035, 7891, 7358, 7607, 9134, 7846, 8302, 8598, 8981, 7771, 9022, 7633, 7674, 7675, 9498, 7604, 7165, 10634, 7479, 8870, 7672, 7023, 8163, 7199, 7340, 7840, 7835, 7465, 7846, 7836, 7229, 9460, 8614, 7497, 10294, 7370, 7783, 7659, 7224, 7830, 7692, 7219, 10231, 9599, 7690, 9858, 7142, 7438, 9339, 6928, 7759, 7747, 6986, 11255, 8843, 7495, 7904, 7128, 7689, 7756, 6953, 7709, 7517, 7029, 11497, 8177, 10200, 7481, 7461, 11056, 7808, 7870, 7671, 6827, 10439, 7280, 8884, 7149, 7322, 10552, 7146, 7569, 9603, 6968, 9707, 8454, 7303, 7943, 7020, 7793, 7132, 6923, 7715, 9005, 7276, 8875, 7077, 10498, 6886, 10105, 8955, 7130, 9431, 7011, 10660, 8181, 7631, 8480, 7201, 9963, 7278, 7642, 10984, 7326, 9595, 9017, 7515, 9323, 7030, 10205, 7571, 7724], 'WindowCenter': [4030.0, 4003.0, 3997.0, 3996.0, 3962.0, 3990.0, 3958.0, 3977.0, 3945.0, 3954.0, 3945.0, 3957.0, 3956.0, 3946.0, 3945.0, 3958.0, 3957.0, 3959.0, 3957.0, 3977.0, 3946.0, 3965.0, 3945.0, 3978.0, 3979.0, 3947.0, 3945.0, 3945.0, 3944.0, 3944.0, 3945.0, 3975.0, 3944.0, 3986.0, 3957.0, 3945.0, 3944.0, 3943.0, 3944.0, 3944.0, 3944.0, 3964.0, 3955.0, 3956.0, 3959.0, 3958.0, 3987.0, 3944.0, 3944.0, 3986.0, 3946.0, 3945.0, 3944.0, 3934.0, 3985.0, 3954.0, 3949.0, 3957.0, 3946.0, 3945.0, 3965.0, 3946.0, 3956.0, 3976.0, 3969.0, 3956.0, 3946.0, 3959.0, 3969.0, 3957.0, 3958.0, 3965.0, 3943.0, 3944.0, 3943.0, 3944.0, 3945.0, 3984.0, 3944.0, 3959.0, 3988.0, 3945.0, 3956.0, 3946.0, 3944.0, 3956.0, 3955.0, 3944.0, 3956.0, 3987.0, 3979.0, 3960.0, 3970.0, 3968.0, 3957.0, 3957.0, 3957.0, 3955.0, 3945.0, 3944.0, 3998.0, 3967.0, 3956.0, 3975.0, 3946.0, 3958.0, 3946.0, 3957.0, 3966.0, 3945.0, 3957.0, 3980.0, 3980.0, 3957.0, 3966.0, 3956.0, 3957.0, 3946.0, 3956.0, 3975.0, 3958.0, 3970.0, 3936.0, 3957.0, 3976.0, 3935.0, 3966.0, 3986.0, 3967.0, 3956.0, 3934.0, 3968.0, 3979.0, 3944.0, 3957.0, 3987.0, 3957.0, 3957.0, 3955.0, 3957.0, 3958.0, 3947.0, 3968.0, 3969.0, 3980.0, 3990.0, 3970.0, 3958.0, 3971.0, 3999.0, 3966.0, 3957.0, 3976.0, 3977.0, 3956.0, 3945.0, 3957.0, 3997.0, 3978.0, 3956.0, 3955.0, 3955.0, 3956.0, 3965.0, 3956.0, 3967.0, 3957.0, 3968.0, 3990.0, 3948.0, 3957.0, 3987.0, 3956.0, 3957.0, 3967.0, 3955.0, 3999.0, 3968.0, 3956.0, 3964.0, 3966.0, 3956.0, 3946.0, 3955.0, 3975.0, 3944.0, 3985.0, 3967.0, 3975.0, 3933.0, 3943.0, 3962.0, 3943.0, 3945.0, 3955.0, 3945.0, 3956.0, 3958.0, 3968.0, 3969.0, 3990.0, 3956.0, 3956.0, 3937.0, 3968.0, 3967.0, 3981.0, 3991.0, 3970.0, 3958.0, 3959.0, 3982.0, 3978.0, 3959.0, 3970.0, 3959.0, 3961.0, 3983.0, 3971.0, 3970.0, 4001.0, 3980.0, 3988.0, 3991.0, 3979.0, 3947.0, 3956.0, 3966.0, 3946.0, 3985.0, 3964.0, 3964.0, 3953.0, 3955.0, 3935.0, 3955.0, 3969.0, 3979.0, 3956.0, 3957.0, 3946.0, 3956.0, 3969.0, 3968.0, 3968.0, 3999.0, 3977.0, 3965.0, 3965.0, 3975.0, 3965.0, 3954.0, 3952.0, 3945.0, 3946.0, 3958.0, 3946.0, 3958.0, 3978.0, 3980.0, 3977.0, 3946.0, 3975.0, 3958.0, 3975.0, 3957.0, 3977.0, 3959.0, 3974.0, 3957.0, 3974.0, 3956.0, 3964.0, 3955.0, 3964.0, 3956.0, 3977.0, 3967.0, 3966.0, 3957.0, 3944.0, 3923.0, 3955.0, 3953.0, 3953.0, 3964.0, 3955.0, 3966.0, 3957.0, 3975.0, 3955.0, 3964.0, 3954.0, 3963.0, 3943.0, 3973.0, 3942.0, 3973.0, 3967.0, 3965.0, 3955.0, 3944.0, 3923.0, 3956.0, 3952.0, 3944.0, 3954.0, 3955.0, 3954.0, 3943.0, 3976.0, 3955.0, 3987.0, 3955.0, 3943.0, 3943.0, 3942.0, 3955.0, 3943.0, 3964.0, 3944.0, 3967.0, 3969.0, 3947.0, 3958.0, 3955.0, 3971.0, 3976.0, 3956.0, 3964.0, 3959.0, 3990.0, 3958.0, 4001.0, 3980.0, 3946.0, 3944.0, 3959.0, 3978.0, 3971.0, 3977.0, 3969.0, 3988.0, 3968.0, 4001.0, 3982.0, 3998.0, 3967.0, 3974.0, 3954.0, 3972.0, 3952.0, 3960.0, 3952.0, 3974.0, 3963.0, 3961.0, 3962.0, 3932.0, 3920.0, 3942.0, 3941.0, 3955.0, 3945.0, 3957.0, 3958.0, 3970.0, 3971.0, 3959.0, 3956.0, 3965.0, 3945.0, 3963.0, 3945.0, 3963.0, 3941.0, 3942.0, 3942.0, 3951.0, 3956.0, 3967.0, 3957.0, 3963.0, 3957.0, 3963.0, 3942.0, 3941.0, 3944.0, 3953.0, 3954.0, 3956.0, 3979.0, 3958.0, 3946.0, 3958.0, 3975.0, 3946.0, 3953.0, 3953.0, 3961.0, 3943.0, 3961.0, 3931.0, 3961.0, 3952.0, 3959.0, 3967.0, 3983.0, 3984.0, 3985.0, 3984.0, 3985.0, 3992.0, 3993.0, 3990.0, 3979.0, 3969.0, 3955.0, 3936.0, 3985.0, 3941.0, 3918.0, 3916.0, 3919.0, 3971.0, 3951.0, 3943.0, 3953.0, 3943.0, 3943.0, 3943.0, 3943.0, 3940.0, 3919.0, 3930.0, 3973.0, 3952.0, 3944.0, 3934.0, 3947.0, 3956.0, 3945.0, 3956.0, 3958.0, 3955.0, 3942.0, 3973.0, 3943.0, 3956.0, 3988.0, 3948.0, 3958.0, 3955.0, 3935.0, 3958.0, 3965.0, 3942.0, 3941.0, 3977.0, 3957.0, 3945.0, 3946.0, 3987.0, 3934.0, 3945.0, 3955.0, 3944.0, 3957.0, 3970.0, 3989.0, 3935.0, 3945.0, 3946.0, 3990.0, 3944.0, 3946.0, 3964.0, 3958.0, 3970.0, 3988.0, 3944.0, 3946.0, 3944.0, 3943.0, 3936.0, 3986.0, 3944.0, 3956.0, 3946.0, 3934.0, 3945.0, 3958.0, 3946.0, 3956.0, 3956.0, 3957.0, 3972.0, 3970.0, 3958.0, 3971.0, 3978.0, 3947.0, 3969.0, 4002.0, 3969.0, 3976.0, 3945.0, 3956.0, 3980.0, 3949.0, 3971.0, 3958.0, 3946.0, 3957.0, 3958.0, 3981.0, 3958.0, 3978.0, 3947.0, 3988.0, 3946.0, 3968.0, 3989.0, 3958.0, 3954.0, 3976.0, 3953.0, 3975.0, 3947.0, 3959.0, 3987.0, 3934.0, 3955.0, 3964.0, 3967.0, 3957.0, 3944.0, 3943.0, 3974.0, 3947.0, 3956.0, 3948.0, 3955.0, 3966.0, 3934.0, 3946.0, 3989.0, 3958.0, 3959.0, 3958.0, 3958.0, 3968.0, 3959.0, 3956.0, 3964.0, 3942.0, 3943.0, 3965.0, 3957.0, 3978.0, 3946.0, 3956.0, 3945.0, 3934.0, 3969.0, 3966.0, 3954.0, 3944.0, 3977.0, 3961.0, 3981.0, 3948.0, 3957.0, 3976.0, 3954.0, 3942.0, 3966.0, 3944.0, 3983.0, 3940.0, 3946.0, 3935.0, 3946.0, 3944.0, 3944.0, 3945.0, 3953.0, 3954.0, 3943.0, 3966.0, 3947.0, 3956.0, 3947.0, 3947.0, 3956.0, 3948.0, 3958.0, 3977.0, 3946.0, 3953.0, 3936.0, 3959.0, 3978.0, 3948.0, 3956.0, 3967.0, 3936.0, 3945.0, 3967.0, 3946.0, 3974.0, 3955.0, 3959.0, 3954.0, 3944.0, 3946.0, 3934.0, 3933.0, 3962.0, 3942.0, 3931.0, 3955.0, 3946.0, 3958.0, 3935.0, 3946.0, 3957.0, 3948.0, 3958.0, 3976.0, 3943.0, 3945.0, 3958.0, 3959.0, 3989.0, 3948.0, 3958.0, 3965.0, 3934.0, 3958.0, 3968.0, 3946.0, 3975.0, 3945.0, 3958.0, 3956.0, 3959.0, 3986.0, 3944.0, 3943.0, 3974.0, 3955.0, 3963.0, 3954.0, 3943.0, 3953.0, 3944.0, 3943.0, 3933.0, 3944.0, 3933.0, 3944.0, 3944.0, 3955.0, 3954.0, 3966.0, 3946.0, 3970.0, 3981.0, 3939.0, 3958.0, 3960.0, 3925.0, 3945.0, 3968.0, 3978.0, 3986.0, 3952.0, 3920.0, 3940.0, 3931.0, 3932.0, 3945.0, 3946.0, 3948.0, 3962.0, 3970.0, 3980.0, 3958.0, 3934.0, 3965.0, 3955.0, 3961.0, 3940.0, 3947.0, 3924.0, 3918.0, 3919.0, 3916.0, 3915.0, 3904.0, 3917.0, 3916.0, 3905.0, 3918.0, 3947.0, 3917.0, 3917.0, 3919.0, 3931.0, 3994.0, 3942.0, 3932.0, 3930.0, 3930.0, 3931.0, 3929.0, 3930.0, 3919.0, 3961.0, 3940.0, 3930.0, 3919.0, 3919.0, 3931.0, 3920.0, 3930.0, 3965.0, 3947.0, 3945.0, 3953.0, 3931.0, 3942.0, 3965.0, 3954.0, 3944.0, 3953.0, 3935.0, 3965.0, 3944.0, 3943.0, 3945.0, 3957.0, 3957.0, 3944.0, 3945.0, 3946.0, 3943.0, 3946.0, 3966.0, 3965.0, 3935.0, 3965.0, 3948.0, 3956.0, 3944.0, 3935.0, 3945.0, 3945.0, 3945.0, 3975.0, 3965.0, 3935.0, 3948.0, 3948.0, 3956.0, 3945.0, 3946.0, 3945.0, 3945.0, 3933.0, 3966.0, 3954.0, 3944.0, 3933.0, 3946.0, 3988.0, 3947.0, 3947.0, 3985.0, 3944.0, 3945.0, 3974.0, 3945.0, 3945.0, 3954.0, 3934.0, 3977.0, 3936.0, 3946.0, 3966.0, 3923.0, 3946.0, 3945.0, 3954.0, 3945.0, 3954.0, 3944.0, 3965.0, 3933.0, 3958.0, 3947.0, 3947.0, 3946.0, 3934.0, 3946.0, 3987.0, 3955.0, 3965.0, 3954.0, 3933.0, 3934.0, 3947.0, 3989.0, 3955.0, 3932.0, 3954.0, 3934.0, 3963.0, 3921.0, 3962.0, 3921.0, 3961.0, 3922.0, 3975.0, 3933.0, 3946.0, 3932.0, 3934.0, 3943.0, 3935.0, 3945.0, 3944.0, 3945.0, 3956.0, 3957.0, 3969.0, 3958.0, 3955.0, 3945.0, 3964.0, 3936.0, 3965.0, 3945.0, 3976.0, 3935.0, 3974.0, 3936.0, 3998.0, 3960.0, 3988.0, 3957.0, 3946.0, 3946.0, 3944.0, 3965.0, 3944.0, 3964.0, 3944.0, 3965.0, 3946.0, 3980.0, 3959.0, 3967.0, 3946.0, 3954.0, 3944.0, 3953.0, 3944.0, 3954.0, 3945.0, 3964.0, 3947.0, 3968.0, 3960.0, 3977.0, 3956.0, 3976.0, 3944.0, 3965.0, 3954.0, 3963.0, 3945.0, 3965.0, 3944.0, 3965.0, 3956.0, 3967.0, 3955.0, 3943.0, 3932.0, 3931.0, 3942.0, 3932.0, 3962.0, 3933.0, 3953.0, 3957.0, 3968.0, 3955.0, 3954.0, 3944.0, 3973.0, 3932.0, 3952.0, 3942.0, 3932.0, 3943.0, 3942.0, 3943.0, 3942.0, 3944.0, 3945.0, 3956.0, 3944.0, 3934.0, 3945.0, 3954.0, 3946.0, 3965.0, 3957.0, 3976.0, 3956.0, 3977.0, 3956.0, 3975.0, 3954.0, 3963.0, 3953.0, 3952.0, 3944.0, 3951.0, 3944.0, 3953.0, 3945.0, 3977.0, 3956.0, 3956.0, 3956.0, 3934.0, 3911.0, 3943.0, 3944.0, 3947.0, 3968.0, 3947.0, 3966.0, 3959.0, 3977.0, 3960.0, 3991.0, 3960.0, 3978.0, 3968.0, 3955.0, 3953.0, 3935.0, 3965.0, 3943.0, 3964.0, 3932.0, 3965.0, 3946.0, 3957.0, 3944.0, 3951.0, 3932.0, 3952.0, 3933.0, 3963.0, 3931.0, 3951.0, 3932.0, 3962.0, 3933.0, 3975.0, 3945.0, 3975.0, 3923.0, 3953.0, 3933.0, 3957.0, 3968.0, 3958.0, 3968.0, 3958.0, 3965.0, 3948.0, 4001.0, 3971.0, 3978.0, 3956.0, 3944.0, 3923.0, 3933.0, 3943.0, 3942.0, 3953.0, 3933.0, 3961.0, 3945.0, 3988.0, 3955.0, 3944.0, 3922.0, 3932.0, 3952.0, 3933.0, 3952.0, 3932.0, 3961.0, 3934.0, 3956.0, 3933.0, 3946.0, 3945.0, 3946.0, 3958.0, 3956.0, 3957.0, 3945.0, 3956.0, 3944.0, 3965.0, 3958.0, 3946.0, 3946.0, 3945.0, 3934.0, 3956.0, 3955.0, 3945.0, 3975.0, 3934.0, 3974.0, 3948.0, 3978.0, 3956.0, 3942.0, 3933.0, 3944.0, 3963.0, 3934.0, 3964.0, 3957.0, 3988.0, 3957.0, 3958.0, 3948.0, 3958.0, 3956.0, 3945.0, 3946.0, 3956.0, 3946.0, 3947.0, 3959.0, 3969.0, 3961.0, 3949.0, 3958.0, 3961.0, 3962.0, 3970.0, 3959.0, 3973.0, 3972.0, 3982.0, 3972.0, 3971.0, 3960.0, 3974.0, 3990.0, 3959.0, 3977.0, 3956.0, 3959.0, 3967.0, 3948.0, 3974.0, 3932.0, 3934.0, 3987.0, 3957.0, 3961.0, 3931.0, 3933.0, 3953.0, 3933.0, 3945.0, 3943.0, 3932.0, 3973.0, 3931.0, 3940.0, 3932.0, 3932.0, 3965.0, 3943.0, 3944.0, 3932.0, 3937.0, 3954.0, 3941.0, 3931.0, 3950.0, 3934.0, 3933.0, 3958.0, 3946.0, 3944.0, 3957.0, 3961.0, 3958.0, 3957.0, 3935.0, 3964.0, 3934.0, 3966.0, 3947.0, 3945.0, 3974.0, 3942.0, 3933.0, 3954.0, 3933.0, 3962.0, 3951.0, 3930.0, 3963.0, 3933.0, 3952.0, 3931.0, 3931.0, 3929.0, 3921.0, 3931.0, 3955.0, 3935.0, 3967.0, 3945.0, 3957.0, 3954.0, 3934.0, 3958.0, 3955.0, 3933.0, 3953.0, 3932.0, 3944.0, 3966.0, 3959.0, 3968.0, 3934.0, 3944.0, 3956.0, 3958.0, 3945.0, 3954.0, 3956.0, 3946.0, 3955.0, 3948.0, 3991.0, 3959.0, 3946.0, 3972.0, 3952.0, 3932.0, 3950.0, 3921.0, 3951.0, 3920.0, 3935.0, 3943.0, 3931.0, 3945.0, 3954.0, 3930.0, 3932.0, 3945.0, 3934.0, 3930.0, 3960.0, 3931.0, 3934.0, 3975.0, 3937.0, 3956.0, 3952.0, 3920.0, 3931.0, 3986.0, 3952.0, 3919.0, 3927.0, 3921.0, 3944.0, 3944.0, 3933.0, 3944.0, 3944.0, 3933.0, 3946.0, 3965.0, 3943.0, 3945.0, 3953.0, 3967.0, 3945.0, 3966.0, 3946.0, 3946.0, 3943.0, 3963.0, 3931.0, 3935.0, 3961.0, 3920.0, 3941.0, 3929.0, 3923.0, 3944.0, 3921.0, 3947.0, 3957.0, 3932.0, 3931.0, 3944.0, 3933.0, 3933.0, 3963.0, 3942.0, 3923.0, 3965.0, 3936.0, 3947.0, 3944.0, 3934.0, 3943.0, 3945.0, 3948.0, 3975.0, 3953.0, 3932.0, 3964.0, 3936.0, 3934.0, 3952.0, 3933.0, 3945.0, 3933.0, 3936.0, 3974.0, 3951.0, 3945.0, 3958.0, 3936.0, 3947.0, 3944.0, 3934.0, 3944.0, 3932.0, 3934.0, 3987.0, 3954.0, 3977.0, 3947.0, 3935.0, 3987.0, 3948.0, 3943.0, 3932.0, 3911.0, 3961.0, 3922.0, 3956.0, 3935.0, 3935.0, 3975.0, 3921.0, 3945.0, 3978.0, 3935.0, 3962.0, 3941.0, 3932.0, 3958.0, 3938.0, 3946.0, 3932.0, 3936.0, 3945.0, 3968.0, 3935.0, 3955.0, 3923.0, 3975.0, 3938.0, 3974.0, 3967.0, 3923.0, 3953.0, 3921.0, 3961.0, 3942.0, 3932.0, 3953.0, 3947.0, 3978.0, 3936.0, 3946.0, 3974.0, 3934.0, 3964.0, 3954.0, 3932.0, 3953.0, 3922.0, 3976.0, 3947.0, 3948.0], 'WindowWidth': [9006.0, 8953.0, 8930.0, 8924.0, 8870.0, 8906.0, 8856.0, 8878.0, 8831.0, 8843.0, 8831.0, 8853.0, 8850.0, 8836.0, 8834.0, 8852.0, 8852.0, 8857.0, 8853.0, 8878.0, 8834.0, 8857.0, 8832.0, 8882.0, 8883.0, 8838.0, 8832.0, 8833.0, 8828.0, 8829.0, 8831.0, 8869.0, 8827.0, 8886.0, 8852.0, 8833.0, 8828.0, 8827.0, 8827.0, 8826.0, 8827.0, 8854.0, 8844.0, 8847.0, 8858.0, 8856.0, 8889.0, 8830.0, 8829.0, 8887.0, 8834.0, 8830.0, 8828.0, 8815.0, 8882.0, 8842.0, 8842.0, 8852.0, 8836.0, 8832.0, 8859.0, 8833.0, 8847.0, 8876.0, 8868.0, 8849.0, 8834.0, 8859.0, 8872.0, 8853.0, 8853.0, 8858.0, 8827.0, 8828.0, 8827.0, 8829.0, 8830.0, 8881.0, 8828.0, 8858.0, 8895.0, 8834.0, 8848.0, 8834.0, 8829.0, 8848.0, 8846.0, 8831.0, 8848.0, 8891.0, 8885.0, 8863.0, 8873.0, 8868.0, 8852.0, 8851.0, 8851.0, 8847.0, 8832.0, 8829.0, 8907.0, 8864.0, 8849.0, 8872.0, 8835.0, 8852.0, 8835.0, 8850.0, 8861.0, 8832.0, 8851.0, 8888.0, 8887.0, 8852.0, 8862.0, 8850.0, 8850.0, 8836.0, 8848.0, 8872.0, 8853.0, 8872.0, 8823.0, 8849.0, 8874.0, 8819.0, 8863.0, 8890.0, 8865.0, 8848.0, 8819.0, 8870.0, 8884.0, 8832.0, 8851.0, 8892.0, 8852.0, 8852.0, 8849.0, 8853.0, 8857.0, 8840.0, 8869.0, 8873.0, 8889.0, 8904.0, 8873.0, 8855.0, 8879.0, 8911.0, 8864.0, 8850.0, 8874.0, 8878.0, 8848.0, 8833.0, 8851.0, 8905.0, 8881.0, 8849.0, 8846.0, 8845.0, 8849.0, 8862.0, 8850.0, 8865.0, 8853.0, 8871.0, 8900.0, 8840.0, 8850.0, 8890.0, 8849.0, 8849.0, 8865.0, 8845.0, 8907.0, 8864.0, 8847.0, 8855.0, 8861.0, 8846.0, 8833.0, 8845.0, 8870.0, 8827.0, 8883.0, 8863.0, 8871.0, 8811.0, 8825.0, 8848.0, 8827.0, 8831.0, 8845.0, 8831.0, 8845.0, 8853.0, 8867.0, 8869.0, 8896.0, 8847.0, 8848.0, 8825.0, 8868.0, 8865.0, 8891.0, 8905.0, 8874.0, 8855.0, 8859.0, 8893.0, 8885.0, 8860.0, 8876.0, 8858.0, 8865.0, 8896.0, 8876.0, 8873.0, 8913.0, 8885.0, 8894.0, 8904.0, 8883.0, 8836.0, 8846.0, 8858.0, 8833.0, 8883.0, 8854.0, 8852.0, 8837.0, 8845.0, 8818.0, 8846.0, 8866.0, 8883.0, 8847.0, 8850.0, 8833.0, 8848.0, 8871.0, 8867.0, 8868.0, 8908.0, 8876.0, 8857.0, 8858.0, 8868.0, 8855.0, 8838.0, 8835.0, 8831.0, 8832.0, 8851.0, 8834.0, 8854.0, 8881.0, 8884.0, 8875.0, 8833.0, 8871.0, 8851.0, 8870.0, 8848.0, 8877.0, 8855.0, 8868.0, 8848.0, 8865.0, 8844.0, 8853.0, 8842.0, 8853.0, 8845.0, 8876.0, 8863.0, 8861.0, 8848.0, 8828.0, 8799.0, 8844.0, 8838.0, 8839.0, 8854.0, 8843.0, 8860.0, 8849.0, 8868.0, 8844.0, 8852.0, 8839.0, 8849.0, 8823.0, 8863.0, 8823.0, 8863.0, 8862.0, 8858.0, 8843.0, 8828.0, 8799.0, 8845.0, 8835.0, 8828.0, 8839.0, 8841.0, 8839.0, 8825.0, 8873.0, 8847.0, 8888.0, 8843.0, 8823.0, 8825.0, 8822.0, 8842.0, 8825.0, 8856.0, 8828.0, 8865.0, 8869.0, 8837.0, 8852.0, 8843.0, 8879.0, 8876.0, 8848.0, 8856.0, 8856.0, 8900.0, 8855.0, 8915.0, 8884.0, 8833.0, 8829.0, 8855.0, 8879.0, 8878.0, 8878.0, 8871.0, 8894.0, 8867.0, 8915.0, 8890.0, 8905.0, 8863.0, 8867.0, 8838.0, 8858.0, 8832.0, 8839.0, 8831.0, 8867.0, 8851.0, 8845.0, 8846.0, 8806.0, 8788.0, 8820.0, 8819.0, 8843.0, 8830.0, 8852.0, 8852.0, 8873.0, 8876.0, 8855.0, 8847.0, 8857.0, 8829.0, 8849.0, 8827.0, 8847.0, 8816.0, 8818.0, 8819.0, 8831.0, 8847.0, 8864.0, 8850.0, 8852.0, 8852.0, 8849.0, 8822.0, 8819.0, 8827.0, 8836.0, 8840.0, 8847.0, 8884.0, 8852.0, 8833.0, 8853.0, 8868.0, 8832.0, 8835.0, 8838.0, 8842.0, 8825.0, 8842.0, 8803.0, 8844.0, 8837.0, 8862.0, 8868.0, 8898.0, 8904.0, 8905.0, 8901.0, 8901.0, 8903.0, 8909.0, 8897.0, 8882.0, 8868.0, 8841.0, 8818.0, 8880.0, 8815.0, 8779.0, 8775.0, 8783.0, 8858.0, 8831.0, 8824.0, 8839.0, 8824.0, 8822.0, 8823.0, 8824.0, 8815.0, 8785.0, 8801.0, 8860.0, 8834.0, 8829.0, 8814.0, 8837.0, 8848.0, 8829.0, 8848.0, 8853.0, 8843.0, 8822.0, 8861.0, 8823.0, 8848.0, 8891.0, 8839.0, 8853.0, 8843.0, 8817.0, 8855.0, 8856.0, 8823.0, 8820.0, 8875.0, 8849.0, 8833.0, 8832.0, 8886.0, 8813.0, 8830.0, 8843.0, 8829.0, 8851.0, 8874.0, 8897.0, 8817.0, 8829.0, 8834.0, 8902.0, 8830.0, 8831.0, 8855.0, 8853.0, 8871.0, 8893.0, 8828.0, 8831.0, 8827.0, 8825.0, 8820.0, 8889.0, 8830.0, 8849.0, 8833.0, 8812.0, 8830.0, 8853.0, 8834.0, 8847.0, 8846.0, 8852.0, 8880.0, 8874.0, 8855.0, 8876.0, 8882.0, 8836.0, 8869.0, 8921.0, 8870.0, 8873.0, 8829.0, 8849.0, 8888.0, 8842.0, 8874.0, 8855.0, 8835.0, 8851.0, 8854.0, 8891.0, 8854.0, 8877.0, 8834.0, 8896.0, 8835.0, 8868.0, 8895.0, 8852.0, 8843.0, 8872.0, 8840.0, 8872.0, 8836.0, 8854.0, 8888.0, 8815.0, 8843.0, 8853.0, 8865.0, 8849.0, 8829.0, 8824.0, 8867.0, 8835.0, 8847.0, 8840.0, 8845.0, 8860.0, 8816.0, 8833.0, 8894.0, 8852.0, 8857.0, 8855.0, 8853.0, 8866.0, 8856.0, 8846.0, 8853.0, 8822.0, 8824.0, 8856.0, 8850.0, 8879.0, 8834.0, 8845.0, 8829.0, 8813.0, 8873.0, 8863.0, 8842.0, 8827.0, 8875.0, 8861.0, 8886.0, 8839.0, 8850.0, 8871.0, 8838.0, 8820.0, 8858.0, 8827.0, 8875.0, 8814.0, 8834.0, 8817.0, 8832.0, 8831.0, 8829.0, 8829.0, 8835.0, 8837.0, 8822.0, 8860.0, 8835.0, 8849.0, 8837.0, 8836.0, 8847.0, 8841.0, 8855.0, 8874.0, 8831.0, 8836.0, 8820.0, 8855.0, 8879.0, 8841.0, 8849.0, 8861.0, 8818.0, 8830.0, 8861.0, 8833.0, 8865.0, 8839.0, 8855.0, 8842.0, 8830.0, 8835.0, 8816.0, 8811.0, 8845.0, 8819.0, 8806.0, 8843.0, 8837.0, 8852.0, 8816.0, 8832.0, 8848.0, 8840.0, 8852.0, 8871.0, 8825.0, 8830.0, 8853.0, 8856.0, 8896.0, 8840.0, 8853.0, 8858.0, 8816.0, 8853.0, 8864.0, 8831.0, 8867.0, 8830.0, 8854.0, 8846.0, 8855.0, 8887.0, 8825.0, 8823.0, 8865.0, 8845.0, 8848.0, 8838.0, 8822.0, 8836.0, 8827.0, 8825.0, 8808.0, 8826.0, 8810.0, 8827.0, 8827.0, 8842.0, 8843.0, 8859.0, 8837.0, 8874.0, 8889.0, 8828.0, 8852.0, 8856.0, 8802.0, 8826.0, 8863.0, 8875.0, 8885.0, 8834.0, 8786.0, 8815.0, 8803.0, 8806.0, 8829.0, 8834.0, 8842.0, 8867.0, 8875.0, 8887.0, 8853.0, 8813.0, 8853.0, 8841.0, 8840.0, 8811.0, 8812.0, 8780.0, 8778.0, 8783.0, 8775.0, 8772.0, 8756.0, 8775.0, 8772.0, 8759.0, 8778.0, 8817.0, 8778.0, 8777.0, 8782.0, 8804.0, 8894.0, 8820.0, 8808.0, 8801.0, 8801.0, 8801.0, 8798.0, 8798.0, 8786.0, 8840.0, 8812.0, 8797.0, 8782.0, 8784.0, 8803.0, 8789.0, 8802.0, 8857.0, 8837.0, 8830.0, 8837.0, 8806.0, 8822.0, 8855.0, 8840.0, 8825.0, 8836.0, 8814.0, 8853.0, 8826.0, 8822.0, 8829.0, 8851.0, 8849.0, 8828.0, 8830.0, 8831.0, 8827.0, 8833.0, 8858.0, 8856.0, 8814.0, 8857.0, 8839.0, 8849.0, 8829.0, 8817.0, 8831.0, 8832.0, 8831.0, 8870.0, 8856.0, 8814.0, 8838.0, 8840.0, 8850.0, 8831.0, 8833.0, 8829.0, 8829.0, 8813.0, 8857.0, 8839.0, 8826.0, 8811.0, 8830.0, 8892.0, 8835.0, 8834.0, 8883.0, 8828.0, 8829.0, 8866.0, 8828.0, 8826.0, 8840.0, 8813.0, 8877.0, 8820.0, 8832.0, 8857.0, 8796.0, 8831.0, 8829.0, 8841.0, 8828.0, 8840.0, 8827.0, 8855.0, 8813.0, 8854.0, 8837.0, 8838.0, 8832.0, 8815.0, 8834.0, 8887.0, 8843.0, 8853.0, 8839.0, 8808.0, 8811.0, 8837.0, 8894.0, 8845.0, 8809.0, 8838.0, 8812.0, 8848.0, 8791.0, 8844.0, 8791.0, 8842.0, 8793.0, 8870.0, 8812.0, 8831.0, 8807.0, 8815.0, 8823.0, 8818.0, 8829.0, 8830.0, 8828.0, 8846.0, 8851.0, 8868.0, 8851.0, 8842.0, 8830.0, 8852.0, 8819.0, 8856.0, 8831.0, 8870.0, 8817.0, 8866.0, 8819.0, 8908.0, 8859.0, 8891.0, 8847.0, 8831.0, 8831.0, 8827.0, 8855.0, 8825.0, 8852.0, 8825.0, 8855.0, 8833.0, 8884.0, 8856.0, 8861.0, 8830.0, 8837.0, 8825.0, 8837.0, 8826.0, 8839.0, 8830.0, 8854.0, 8833.0, 8863.0, 8858.0, 8875.0, 8846.0, 8870.0, 8826.0, 8853.0, 8838.0, 8847.0, 8829.0, 8852.0, 8826.0, 8854.0, 8848.0, 8862.0, 8843.0, 8822.0, 8807.0, 8804.0, 8818.0, 8806.0, 8845.0, 8808.0, 8834.0, 8850.0, 8864.0, 8843.0, 8837.0, 8824.0, 8860.0, 8806.0, 8830.0, 8818.0, 8805.0, 8821.0, 8820.0, 8823.0, 8819.0, 8825.0, 8832.0, 8845.0, 8825.0, 8812.0, 8827.0, 8839.0, 8832.0, 8856.0, 8849.0, 8871.0, 8846.0, 8876.0, 8846.0, 8867.0, 8840.0, 8849.0, 8836.0, 8833.0, 8825.0, 8831.0, 8826.0, 8833.0, 8826.0, 8873.0, 8845.0, 8846.0, 8843.0, 8812.0, 8779.0, 8823.0, 8826.0, 8835.0, 8863.0, 8835.0, 8858.0, 8853.0, 8874.0, 8856.0, 8900.0, 8859.0, 8877.0, 8864.0, 8842.0, 8838.0, 8814.0, 8855.0, 8822.0, 8851.0, 8806.0, 8853.0, 8831.0, 8847.0, 8825.0, 8829.0, 8803.0, 8830.0, 8808.0, 8848.0, 8803.0, 8829.0, 8806.0, 8843.0, 8809.0, 8867.0, 8830.0, 8868.0, 8797.0, 8837.0, 8812.0, 8850.0, 8866.0, 8852.0, 8864.0, 8851.0, 8858.0, 8837.0, 8915.0, 8873.0, 8876.0, 8844.0, 8823.0, 8797.0, 8808.0, 8822.0, 8821.0, 8835.0, 8810.0, 8844.0, 8830.0, 8889.0, 8842.0, 8824.0, 8794.0, 8806.0, 8833.0, 8808.0, 8831.0, 8805.0, 8843.0, 8814.0, 8845.0, 8812.0, 8832.0, 8828.0, 8831.0, 8851.0, 8845.0, 8848.0, 8828.0, 8844.0, 8825.0, 8856.0, 8852.0, 8831.0, 8831.0, 8827.0, 8812.0, 8843.0, 8843.0, 8831.0, 8868.0, 8812.0, 8865.0, 8836.0, 8877.0, 8844.0, 8821.0, 8809.0, 8827.0, 8849.0, 8812.0, 8851.0, 8848.0, 8890.0, 8844.0, 8849.0, 8838.0, 8852.0, 8844.0, 8830.0, 8832.0, 8849.0, 8831.0, 8835.0, 8855.0, 8870.0, 8861.0, 8842.0, 8852.0, 8863.0, 8866.0, 8873.0, 8855.0, 8884.0, 8877.0, 8890.0, 8878.0, 8874.0, 8860.0, 8887.0, 8900.0, 8854.0, 8872.0, 8845.0, 8855.0, 8862.0, 8837.0, 8866.0, 8807.0, 8811.0, 8888.0, 8848.0, 8843.0, 8803.0, 8807.0, 8836.0, 8809.0, 8829.0, 8822.0, 8807.0, 8861.0, 8806.0, 8813.0, 8807.0, 8806.0, 8856.0, 8826.0, 8824.0, 8806.0, 8823.0, 8839.0, 8817.0, 8803.0, 8828.0, 8814.0, 8812.0, 8852.0, 8834.0, 8828.0, 8847.0, 8863.0, 8852.0, 8848.0, 8814.0, 8851.0, 8814.0, 8859.0, 8834.0, 8830.0, 8866.0, 8820.0, 8808.0, 8839.0, 8812.0, 8845.0, 8828.0, 8800.0, 8851.0, 8812.0, 8832.0, 8802.0, 8802.0, 8797.0, 8790.0, 8803.0, 8843.0, 8817.0, 8862.0, 8831.0, 8848.0, 8840.0, 8814.0, 8853.0, 8841.0, 8809.0, 8834.0, 8807.0, 8828.0, 8860.0, 8857.0, 8866.0, 8814.0, 8828.0, 8847.0, 8852.0, 8831.0, 8838.0, 8843.0, 8831.0, 8843.0, 8841.0, 8900.0, 8854.0, 8832.0, 8861.0, 8834.0, 8809.0, 8828.0, 8791.0, 8828.0, 8786.0, 8814.0, 8824.0, 8808.0, 8830.0, 8840.0, 8801.0, 8806.0, 8831.0, 8812.0, 8801.0, 8841.0, 8801.0, 8813.0, 8869.0, 8822.0, 8847.0, 8836.0, 8789.0, 8805.0, 8887.0, 8833.0, 8784.0, 8792.0, 8789.0, 8828.0, 8825.0, 8811.0, 8827.0, 8823.0, 8810.0, 8832.0, 8858.0, 8826.0, 8829.0, 8837.0, 8865.0, 8829.0, 8860.0, 8833.0, 8833.0, 8824.0, 8849.0, 8803.0, 8816.0, 8844.0, 8787.0, 8815.0, 8798.0, 8794.0, 8825.0, 8792.0, 8836.0, 8850.0, 8808.0, 8805.0, 8828.0, 8811.0, 8811.0, 8848.0, 8820.0, 8795.0, 8853.0, 8820.0, 8836.0, 8829.0, 8813.0, 8823.0, 8833.0, 8841.0, 8868.0, 8836.0, 8807.0, 8854.0, 8821.0, 8812.0, 8834.0, 8812.0, 8828.0, 8810.0, 8821.0, 8866.0, 8832.0, 8831.0, 8852.0, 8821.0, 8834.0, 8826.0, 8814.0, 8826.0, 8809.0, 8813.0, 8889.0, 8841.0, 8877.0, 8837.0, 8817.0, 8886.0, 8840.0, 8826.0, 8807.0, 8779.0, 8844.0, 8795.0, 8845.0, 8819.0, 8817.0, 8868.0, 8794.0, 8830.0, 8878.0, 8816.0, 8847.0, 8819.0, 8809.0, 8852.0, 8825.0, 8836.0, 8811.0, 8819.0, 8831.0, 8866.0, 8816.0, 8842.0, 8796.0, 8870.0, 8827.0, 8866.0, 8865.0, 8797.0, 8835.0, 8793.0, 8845.0, 8821.0, 8806.0, 8838.0, 8839.0, 8879.0, 8819.0, 8831.0, 8866.0, 8814.0, 8851.0, 8838.0, 8806.0, 8837.0, 8796.0, 8872.0, 8837.0, 8838.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.0010470561456752657</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02324546684370258</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.54716892576309</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.221687769650721</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0102970356871686</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.462</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5215.8081</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1302207703223377</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>178</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>13.505311077389985</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.618910254558943</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6052033015234763</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8298460234403042</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4216814387130485</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0130915</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011148305609822273</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.018731238320469856</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1318</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.7629450527292083</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>34.9283</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.8334</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>159.5511</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>304846.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>715.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>321.531</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0706</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>520.8542</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3181.9903</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3383.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>71698.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>977.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4213.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>899.0236</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>39.46044151671231</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> |