=== 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
143 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
143 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0016_ses-04_task-fractional_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0016_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-04_subject-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-01_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-01_desc-stdev_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-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-01_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-01_desc-background_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-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-01_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-01_desc-zoomed_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-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-01_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-01_desc-carpet_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-04_subject-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-01_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-01_desc-mean_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-04_subject-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-01_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-01_desc-brainmask_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-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-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0016/figures/sub-0016_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0016/ses-04/func/sub-0016_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>9ea86f9d8ae3bf2aa06a8a4456a7bd60</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>12:17:46.732500</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-01_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0936123</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[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.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>236.691</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>c2b62bc6-410a-4b56-9f82-709e5999e51f||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, 1323]</td></tr>
|
|
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
|
|
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
|
|
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323], 'AcquisitionTime': ['121746.732500', '121747.192500', '121747.652500', '121748.112500', '121748.572500', '121749.032500', '121749.492500', '121749.952500', '121750.412500', '121750.872500', '121751.332500', '121751.792500', '121752.252500', '121752.712500', '121753.172500', '121753.632500', '121754.092500', '121754.552500', '121755.012500', '121755.472500', '121755.932500', '121756.392500', '121756.852500', '121757.312500', '121757.772500', '121758.232500', '121758.692500', '121759.152500', '121759.612500', '121800.072500', '121800.532500', '121800.992500', '121801.452500', '121801.912500', '121802.372500', '121802.832500', '121803.292500', '121803.752500', '121804.212500', '121804.672500', '121805.132500', '121805.592500', '121806.052500', '121806.512500', '121806.972500', '121807.432500', '121807.892500', '121808.352500', '121808.812500', '121809.272500', '121809.732500', '121810.192500', '121810.652500', '121811.112500', '121811.572500', '121812.032500', '121812.492500', '121812.952500', '121813.412500', '121813.872500', '121814.332500', '121814.792500', '121815.252500', '121815.712500', '121816.172500', '121816.632500', '121817.092500', '121817.552500', '121818.012500', '121818.472500', '121818.932500', '121819.392500', '121819.852500', '121820.312500', '121820.772500', '121821.232500', '121821.692500', '121822.152500', '121822.612500', '121823.072500', '121823.532500', '121823.992500', '121824.452500', '121824.912500', '121825.372500', '121825.832500', '121826.292500', '121826.752500', '121827.212500', '121827.672500', '121828.132500', '121828.592500', '121829.052500', '121829.512500', '121829.972500', '121830.432500', '121830.892500', '121831.352500', '121831.812500', '121832.272500', '121832.732500', '121833.192500', '121833.652500', '121834.112500', '121834.572500', '121835.032500', '121835.492500', '121835.952500', '121836.412500', '121836.872500', '121837.332500', '121837.792500', '121838.252500', '121838.712500', '121839.172500', '121839.632500', '121840.092500', '121840.552500', '121841.012500', '121841.472500', '121841.932500', '121842.392500', '121842.852500', '121843.312500', '121843.772500', '121844.232500', '121844.692500', '121845.152500', '121845.612500', '121846.072500', '121846.532500', '121846.992500', '121847.452500', '121847.912500', '121848.372500', '121848.832500', '121849.292500', '121849.752500', '121850.212500', '121850.672500', '121851.132500', '121851.592500', '121852.052500', '121852.512500', '121852.972500', '121853.432500', '121853.892500', '121854.352500', '121854.812500', '121855.272500', '121855.732500', '121856.192500', '121856.652500', '121857.112500', '121857.572500', '121858.032500', '121858.492500', '121858.952500', '121859.412500', '121859.872500', '121900.332500', '121900.792500', '121901.252500', '121901.712500', '121902.172500', '121902.632500', '121903.092500', '121903.552500', '121904.012500', '121904.472500', '121904.932500', '121905.392500', '121905.852500', '121906.312500', '121906.772500', '121907.232500', '121907.692500', '121908.152500', '121908.612500', '121909.072500', '121909.532500', '121909.992500', '121910.452500', '121910.912500', '121911.372500', '121911.832500', '121912.292500', '121912.752500', '121913.212500', '121913.672500', '121914.132500', '121914.592500', '121915.052500', '121915.512500', '121915.972500', '121916.432500', '121916.892500', '121917.352500', '121917.812500', '121918.272500', '121918.732500', '121919.192500', '121919.652500', '121920.112500', '121920.572500', '121921.032500', '121921.492500', '121921.952500', '121922.412500', '121922.872500', '121923.332500', '121923.792500', '121924.252500', '121924.712500', '121925.172500', '121925.632500', '121926.092500', '121926.552500', '121927.012500', '121927.472500', '121927.932500', '121928.392500', '121928.852500', '121929.312500', '121929.772500', '121930.232500', '121930.692500', '121931.152500', '121931.612500', '121932.072500', '121932.532500', '121932.992500', '121933.452500', '121933.912500', '121934.372500', '121934.832500', '121935.292500', '121935.752500', '121936.212500', '121936.672500', '121937.132500', '121937.592500', '121938.052500', '121938.512500', '121938.972500', '121939.432500', '121939.892500', '121940.352500', '121940.812500', '121941.272500', '121941.732500', '121942.192500', '121942.652500', '121943.112500', '121943.572500', '121944.032500', '121944.492500', '121944.952500', '121945.412500', '121945.872500', '121946.332500', '121946.792500', '121947.252500', '121947.712500', '121948.172500', '121948.632500', '121949.092500', '121949.552500', '121950.012500', '121950.472500', '121950.932500', '121951.392500', '121951.852500', '121952.312500', '121952.772500', '121953.232500', '121953.692500', '121954.152500', '121954.612500', '121955.072500', '121955.532500', '121955.992500', '121956.452500', '121956.912500', '121957.372500', '121957.832500', '121958.292500', '121958.752500', '121959.212500', '121959.672500', '122000.132500', '122000.592500', '122001.052500', '122001.512500', '122001.972500', '122002.432500', '122002.892500', '122003.352500', '122003.812500', '122004.272500', '122004.732500', '122005.192500', '122005.652500', '122006.112500', '122006.572500', '122007.032500', '122007.492500', '122007.952500', '122008.412500', '122008.872500', '122009.332500', '122009.792500', '122010.252500', '122010.712500', '122011.172500', '122011.632500', '122012.092500', '122012.552500', '122013.012500', '122013.472500', '122013.932500', '122014.392500', '122014.852500', '122015.312500', '122015.772500', '122016.232500', '122016.692500', '122017.152500', '122017.612500', '122018.072500', '122018.532500', '122018.992500', '122019.452500', '122019.912500', '122020.372500', '122020.832500', '122021.292500', '122021.752500', '122022.212500', '122022.672500', '122023.132500', '122023.592500', '122024.052500', '122024.512500', '122024.972500', '122025.432500', '122025.892500', '122026.352500', '122026.812500', '122027.272500', '122027.732500', '122028.192500', '122028.652500', '122029.112500', '122029.572500', '122030.032500', '122030.492500', '122030.952500', '122031.412500', '122031.872500', '122032.332500', '122032.792500', '122033.252500', '122033.712500', '122034.172500', '122034.632500', '122035.092500', '122035.552500', '122036.012500', '122036.472500', '122036.932500', '122037.392500', '122037.852500', '122038.312500', '122038.772500', '122039.232500', '122039.692500', '122040.152500', '122040.612500', '122041.072500', '122041.532500', '122041.992500', '122042.452500', '122042.912500', '122043.372500', '122043.832500', '122044.292500', '122044.752500', '122045.212500', '122045.672500', '122046.132500', '122046.592500', '122047.052500', '122047.512500', '122047.972500', '122048.432500', '122048.892500', '122049.352500', '122049.812500', '122050.272500', '122050.732500', '122051.192500', '122051.652500', '122052.112500', '122052.572500', '122053.032500', '122053.492500', '122053.952500', '122054.412500', '122054.872500', '122055.332500', '122055.792500', '122056.252500', '122056.712500', '122057.172500', '122057.632500', '122058.092500', '122058.552500', '122059.012500', '122059.472500', '122059.932500', '122100.392500', '122100.852500', '122101.312500', '122101.772500', '122102.232500', '122102.692500', '122103.152500', '122103.612500', '122104.072500', '122104.532500', '122104.992500', '122105.452500', '122105.912500', '122106.372500', '122106.832500', '122107.292500', '122107.752500', '122108.212500', '122108.672500', '122109.132500', '122109.592500', '122110.052500', '122110.512500', '122110.972500', '122111.432500', '122111.892500', '122112.352500', '122112.812500', '122113.272500', '122113.732500', '122114.192500', '122114.652500', '122115.112500', '122115.572500', '122116.032500', '122116.492500', '122116.952500', '122117.412500', '122117.872500', '122118.332500', '122118.792500', '122119.252500', '122119.712500', '122120.172500', '122120.632500', '122121.092500', '122121.552500', '122122.012500', '122122.472500', '122122.932500', '122123.392500', '122123.852500', '122124.312500', '122124.772500', '122125.232500', '122125.692500', '122126.152500', '122126.612500', '122127.072500', '122127.532500', '122127.992500', '122128.452500', '122128.912500', '122129.372500', '122129.832500', '122130.292500', '122130.752500', '122131.212500', '122131.672500', '122132.132500', '122132.592500', '122133.052500', '122133.512500', '122133.972500', '122134.432500', '122134.892500', '122135.352500', '122135.812500', '122136.272500', '122136.732500', '122137.192500', '122137.652500', '122138.112500', '122138.572500', '122139.032500', '122139.492500', '122139.952500', '122140.412500', '122140.872500', '122141.332500', '122141.792500', '122142.252500', '122142.712500', '122143.172500', '122143.632500', '122144.092500', '122144.552500', '122145.012500', '122145.472500', '122145.932500', '122146.392500', '122146.852500', '122147.312500', '122147.772500', '122148.232500', '122148.692500', '122149.152500', '122149.612500', '122150.072500', '122150.532500', '122150.992500', '122151.452500', '122151.912500', '122152.372500', '122152.832500', '122153.292500', '122153.752500', '122154.212500', '122154.672500', '122155.132500', '122155.592500', '122156.052500', '122156.512500', '122156.972500', '122157.432500', '122157.892500', '122158.352500', '122158.812500', '122159.272500', '122159.732500', '122200.192500', '122200.652500', '122201.112500', '122201.572500', '122202.032500', '122202.492500', '122202.952500', '122203.412500', '122203.872500', '122204.332500', '122204.792500', '122205.252500', '122205.712500', '122206.172500', '122206.632500', '122207.092500', '122207.552500', '122208.012500', '122208.472500', '122208.932500', '122209.392500', '122209.852500', '122210.312500', '122210.772500', '122211.232500', '122211.692500', '122212.152500', '122212.612500', '122213.072500', '122213.532500', '122213.992500', '122214.452500', '122214.912500', '122215.372500', '122215.832500', '122216.292500', '122216.752500', '122217.212500', '122217.672500', '122218.132500', '122218.592500', '122219.052500', '122219.512500', '122219.972500', '122220.432500', '122220.892500', '122221.352500', '122221.812500', '122222.272500', '122222.732500', '122223.192500', '122223.652500', '122224.112500', '122224.572500', '122225.032500', '122225.492500', '122225.952500', '122226.412500', '122226.872500', '122227.332500', '122227.792500', '122228.252500', '122228.712500', '122229.172500', '122229.632500', '122230.092500', '122230.552500', '122231.012500', '122231.472500', '122231.932500', '122232.392500', '122232.852500', '122233.312500', '122233.772500', '122234.232500', '122234.692500', '122235.152500', '122235.612500', '122236.072500', '122236.532500', '122236.992500', '122237.452500', '122237.912500', '122238.372500', '122238.832500', '122239.292500', '122239.752500', '122240.212500', '122240.672500', '122241.132500', '122241.592500', '122242.052500', '122242.512500', '122242.972500', '122243.432500', '122243.892500', '122244.352500', '122244.812500', '122245.272500', '122245.732500', '122246.192500', '122246.652500', '122247.112500', '122247.572500', '122248.032500', '122248.492500', '122248.952500', '122249.412500', '122249.872500', '122250.332500', '122250.792500', '122251.252500', '122251.712500', '122252.172500', '122252.632500', '122253.092500', '122253.552500', '122254.012500', '122254.472500', '122254.932500', '122255.392500', '122255.852500', '122256.312500', '122256.772500', '122257.232500', '122257.692500', '122258.152500', '122258.612500', '122259.072500', '122259.532500', '122259.992500', '122300.452500', '122300.912500', '122301.372500', '122301.832500', '122302.292500', '122302.752500', '122303.212500', '122303.672500', '122304.132500', '122304.592500', '122305.052500', '122305.512500', '122305.972500', '122306.432500', '122306.892500', '122307.352500', '122307.812500', '122308.272500', '122308.732500', '122309.192500', '122309.652500', '122310.112500', '122310.572500', '122311.032500', '122311.492500', '122311.952500', '122312.412500', '122312.872500', '122313.332500', '122313.792500', '122314.252500', '122314.712500', '122315.172500', '122315.632500', '122316.092500', '122316.552500', '122317.012500', '122317.472500', '122317.932500', '122318.392500', '122318.852500', '122319.312500', '122319.772500', '122320.232500', '122320.692500', '122321.152500', '122321.612500', '122322.072500', '122322.532500', '122322.992500', '122323.452500', '122323.912500', '122324.372500', '122324.832500', '122325.292500', '122325.752500', '122326.212500', '122326.672500', '122327.132500', '122327.592500', '122328.052500', '122328.512500', '122328.972500', '122329.432500', '122329.892500', '122330.352500', '122330.812500', '122331.272500', '122331.732500', '122332.192500', '122332.652500', '122333.112500', '122333.572500', '122334.032500', '122334.492500', '122334.952500', '122335.412500', '122335.872500', '122336.332500', '122336.792500', '122337.252500', '122337.712500', '122338.172500', '122338.632500', '122339.092500', '122339.552500', '122340.012500', '122340.472500', '122340.932500', '122341.392500', '122341.852500', '122342.312500', '122342.772500', '122343.232500', '122343.692500', '122344.152500', '122344.612500', '122345.072500', '122345.532500', '122345.992500', '122346.452500', '122346.912500', '122347.372500', '122347.832500', '122348.292500', '122348.752500', '122349.212500', '122349.672500', '122350.132500', '122350.592500', '122351.052500', '122351.512500', '122351.972500', '122352.432500', '122352.892500', '122353.352500', '122353.812500', '122354.272500', '122354.732500', '122355.192500', '122355.652500', '122356.112500', '122356.572500', '122357.032500', '122357.492500', '122357.952500', '122358.412500', '122358.872500', '122359.332500', '122359.792500', '122400.252500', '122400.712500', '122401.172500', '122401.632500', '122402.092500', '122402.552500', '122403.012500', '122403.472500', '122403.932500', '122404.392500', '122404.852500', '122405.312500', '122405.772500', '122406.232500', '122406.692500', '122407.152500', '122407.612500', '122408.072500', '122408.532500', '122408.992500', '122409.452500', '122409.912500', '122410.372500', '122410.832500', '122411.292500', '122411.752500', '122412.212500', '122412.672500', '122413.132500', '122413.592500', '122414.052500', '122414.512500', '122414.972500', '122415.432500', '122415.892500', '122416.352500', '122416.812500', '122417.272500', '122417.732500', '122418.192500', '122418.652500', '122419.112500', '122419.572500', '122420.032500', '122420.492500', '122420.952500', '122421.412500', '122421.872500', '122422.332500', '122422.792500', '122423.252500', '122423.712500', '122424.172500', '122424.632500', '122425.092500', '122425.552500', '122426.012500', '122426.472500', '122426.932500', '122427.392500', '122427.852500', '122428.312500', '122428.772500', '122429.232500', '122429.692500', '122430.152500', '122430.612500', '122431.072500', '122431.532500', '122431.992500', '122432.452500', '122432.912500', '122433.372500', '122433.832500', '122434.292500', '122434.752500', '122435.212500', '122435.672500', '122436.132500', '122436.592500', '122437.052500', '122437.512500', '122437.972500', '122438.432500', '122438.892500', '122439.352500', '122439.812500', '122440.272500', '122440.732500', '122441.192500', '122441.652500', '122442.112500', '122442.572500', '122443.032500', '122443.492500', '122443.952500', '122444.412500', '122444.872500', '122445.332500', '122445.792500', '122446.252500', '122446.712500', '122447.172500', '122447.632500', '122448.092500', '122448.552500', '122449.012500', '122449.472500', '122449.932500', '122450.392500', '122450.852500', '122451.312500', '122451.772500', '122452.232500', '122452.692500', '122453.152500', '122453.612500', '122454.072500', '122454.532500', '122454.992500', '122455.452500', '122455.912500', '122456.372500', '122456.832500', '122457.292500', '122457.752500', '122458.212500', '122458.672500', '122459.132500', '122459.592500', '122500.052500', '122500.512500', '122500.972500', '122501.432500', '122501.892500', '122502.352500', '122502.812500', '122503.272500', '122503.732500', '122504.192500', '122504.652500', '122505.112500', '122505.572500', '122506.032500', '122506.492500', '122506.952500', '122507.412500', '122507.872500', '122508.332500', '122508.792500', '122509.252500', '122509.712500', '122510.172500', '122510.632500', '122511.092500', '122511.552500', '122512.012500', '122512.472500', '122512.932500', '122513.392500', '122513.852500', '122514.312500', '122514.772500', '122515.232500', '122515.692500', '122516.152500', '122516.612500', '122517.072500', '122517.532500', '122517.992500', '122518.452500', '122518.912500', '122519.372500', '122519.832500', '122520.292500', '122520.752500', '122521.212500', '122521.672500', '122522.132500', '122522.592500', '122523.052500', '122523.512500', '122523.972500', '122524.432500', '122524.892500', '122525.352500', '122525.812500', '122526.272500', '122526.732500', '122527.192500', '122527.652500', '122528.112500', '122528.572500', '122529.032500', '122529.492500', '122529.952500', '122530.412500', '122530.872500', '122531.332500', '122531.792500', '122532.252500', '122532.712500', '122533.172500', '122533.632500', '122534.092500', '122534.552500', '122535.012500', '122535.472500', '122535.932500', '122536.392500', '122536.852500', '122537.312500', '122537.772500', '122538.232500', '122538.692500', '122539.152500', '122539.612500', '122540.072500', '122540.532500', '122540.992500', '122541.452500', '122541.912500', '122542.372500', '122542.832500', '122543.292500', '122543.752500', '122544.212500', '122544.672500', '122545.132500', '122545.592500', '122546.052500', '122546.512500', '122546.972500', '122547.432500', '122547.892500', '122548.352500', '122548.812500', '122549.272500', '122549.732500', '122550.192500', '122550.652500', '122551.112500', '122551.572500', '122552.032500', '122552.492500', '122552.952500', '122553.412500', '122553.872500', '122554.332500', '122554.792500', '122555.252500', '122555.712500', '122556.172500', '122556.632500', '122557.092500', '122557.552500', '122558.012500', '122558.472500', '122558.932500', '122559.392500', '122559.852500', '122600.312500', '122600.772500', '122601.232500', '122601.692500', '122602.152500', '122602.612500', '122603.072500', '122603.532500', '122603.992500', '122604.452500', '122604.912500', '122605.372500', '122605.832500', '122606.292500', '122606.752500', '122607.212500', '122607.672500', '122608.132500', '122608.592500', '122609.052500', '122609.512500', '122609.972500', '122610.432500', '122610.892500', '122611.352500', '122611.812500', '122612.272500', '122612.732500', '122613.192500', '122613.652500', '122614.112500', '122614.572500', '122615.032500', '122615.492500', '122615.952500', '122616.412500', '122616.872500', '122617.332500', '122617.792500', '122618.252500', '122618.712500', '122619.172500', '122619.632500', '122620.092500', '122620.552500', '122621.012500', '122621.472500', '122621.932500', '122622.392500', '122622.852500', '122623.312500', '122623.772500', '122624.232500', '122624.692500', '122625.152500', '122625.612500', '122626.072500', '122626.532500', '122626.992500', '122627.452500', '122627.912500', '122628.372500', '122628.832500', '122629.292500', '122629.752500', '122630.212500', '122630.672500', '122631.132500', '122631.592500', '122632.052500', '122632.512500', '122632.972500', '122633.432500', '122633.892500', '122634.352500', '122634.812500', '122635.272500', '122635.732500', '122636.192500', '122636.652500', '122637.112500', '122637.572500', '122638.032500', '122638.492500', '122638.952500', '122639.412500', '122639.872500', '122640.332500', '122640.792500', '122641.252500', '122641.712500', '122642.172500', '122642.632500', '122643.092500', '122643.552500', '122644.012500', '122644.472500', '122644.932500', '122645.392500', '122645.852500', '122646.312500', '122646.772500', '122647.232500', '122647.692500', '122648.152500', '122648.612500', '122649.072500', '122649.532500', '122649.992500', '122650.452500', '122650.912500', '122651.372500', '122651.832500', '122652.292500', '122652.752500', '122653.212500', '122653.672500', '122654.132500', '122654.592500', '122655.052500', '122655.512500', '122655.972500', '122656.432500', '122656.892500', '122657.352500', '122657.812500', '122658.272500', '122658.732500', '122659.192500', '122659.652500', '122700.112500', '122700.572500', '122701.032500', '122701.492500', '122701.952500', '122702.412500', '122702.872500', '122703.332500', '122703.792500', '122704.252500', '122704.712500', '122705.172500', '122705.632500', '122706.092500', '122706.552500', '122707.012500', '122707.472500', '122707.932500', '122708.392500', '122708.852500', '122709.312500', '122709.772500', '122710.232500', '122710.692500', '122711.152500', '122711.612500', '122712.072500', '122712.532500', '122712.992500', '122713.452500', '122713.912500', '122714.372500', '122714.832500', '122715.292500', '122715.752500', '122716.212500', '122716.672500', '122717.132500', '122717.592500', '122718.052500', '122718.512500', '122718.972500', '122719.432500', '122719.892500', '122720.352500', '122720.812500', '122721.272500', '122721.732500', '122722.192500', '122722.652500', '122723.112500', '122723.572500', '122724.032500', '122724.492500', '122724.952500', '122725.412500', '122725.872500', '122726.332500', '122726.792500', '122727.252500', '122727.712500', '122728.172500', '122728.632500', '122729.092500', '122729.552500', '122730.012500', '122730.472500', '122730.932500', '122731.392500', '122731.852500', '122732.312500', '122732.772500', '122733.232500', '122733.692500', '122734.152500', '122734.612500', '122735.072500', '122735.532500', '122735.992500', '122736.452500', '122736.912500', '122737.372500', '122737.832500', '122738.292500', '122738.752500', '122739.212500', '122739.672500', '122740.132500', '122740.592500', '122741.052500', '122741.512500', '122741.972500', '122742.432500', '122742.892500', '122743.352500', '122743.812500', '122744.272500', '122744.732500', '122745.192500', '122745.652500', '122746.112500', '122746.572500', '122747.032500', '122747.492500', '122747.952500', '122748.412500', '122748.872500', '122749.332500', '122749.792500', '122750.252500', '122750.712500', '122751.172500', '122751.632500', '122752.092500', '122752.552500', '122753.012500', '122753.472500', '122753.932500', '122754.392500', '122754.852500'], 'ContentTime': ['121805.676000', '121805.683000', '121805.686000', '121805.689000', '121805.692000', '121805.695000', '121805.698000', '121805.701000', '121805.704000', '121805.707000', '121805.710000', '121805.713000', '121805.716000', '121805.719000', '121805.722000', '121805.725000', '121805.728000', '121805.731000', '121805.734000', '121805.737000', '121805.740000', '121805.743000', '121805.746000', '121805.749000', '121805.755000', '121805.758000', '121805.761000', '121805.764000', '121805.767000', '121805.770000', '121805.773000', '121805.776000', '121805.779000', '121805.782000', '121805.784000', '121805.787000', '121805.790000', '121805.793000', '121825.645000', '121825.648000', '121825.651000', '121825.654000', '121825.657000', '121825.660000', '121825.663000', '121825.665000', '121825.668000', '121825.671000', '121825.674000', '121825.677000', '121825.680000', '121825.683000', '121825.686000', '121825.688000', '121825.691000', '121825.694000', '121825.697000', '121825.700000', '121825.703000', '121825.706000', '121825.709000', '121825.712000', '121825.715000', '121825.718000', '121825.720000', '121825.723000', '121825.726000', '121825.729000', '121825.732000', '121825.735000', '121825.738000', '121825.741000', '121825.744000', '121825.746000', '121825.749000', '121825.752000', '121825.755000', '121825.758000', '121825.765000', '121825.768000', '121825.771000', '121825.774000', '121845.644000', '121845.647000', '121845.650000', '121845.653000', '121845.656000', '121845.659000', '121845.662000', '121845.665000', '121845.668000', '121845.671000', '121845.674000', '121845.676000', '121845.679000', '121845.682000', '121845.685000', '121845.688000', '121845.691000', '121845.694000', '121845.697000', '121845.700000', '121845.707000', '121845.710000', '121845.713000', '121845.716000', '121845.718000', '121845.721000', '121845.725000', '121845.728000', '121845.731000', '121845.734000', '121845.737000', '121845.740000', '121845.743000', '121845.746000', '121845.749000', '121845.752000', '121845.755000', '121845.758000', '121845.761000', '121845.763000', '121845.766000', '121845.769000', '121845.772000', '121905.644000', '121905.647000', '121905.657000', '121905.660000', '121905.663000', '121905.665000', '121905.668000', '121905.671000', '121905.674000', '121905.677000', '121905.680000', '121905.683000', '121905.686000', '121905.689000', '121905.692000', '121905.695000', '121905.698000', '121905.701000', '121905.704000', '121905.707000', '121905.710000', '121905.713000', '121905.716000', '121905.719000', '121905.722000', '121905.725000', '121905.727000', '121905.730000', '121905.733000', '121905.736000', '121905.739000', '121905.742000', '121905.745000', '121905.748000', '121905.751000', '121905.758000', '121905.761000', '121905.764000', '121905.767000', '121905.770000', '121905.772000', '121905.775000', '121905.778000', '121905.781000', '121925.644000', '121925.647000', '121925.656000', '121925.659000', '121925.662000', '121925.665000', '121925.668000', '121925.671000', '121925.674000', '121925.678000', '121925.681000', '121925.684000', '121925.687000', '121925.690000', '121925.693000', '121925.696000', '121925.699000', '121925.702000', '121925.705000', '121925.707000', '121925.710000', '121925.713000', '121925.716000', '121925.719000', '121925.722000', '121925.725000', '121925.728000', '121925.731000', '121925.734000', '121925.737000', '121925.740000', '121925.743000', '121925.746000', '121925.749000', '121925.752000', '121925.755000', '121925.758000', '121925.761000', '121925.764000', '121925.767000', '121925.770000', '121925.772000', '121925.797000', '121945.645000', '121945.648000', '121945.651000', '121945.654000', '121945.657000', '121945.660000', '121945.663000', '121945.666000', '121945.668000', '121945.671000', '121945.674000', '121945.677000', '121945.680000', '121945.683000', '121945.686000', '121945.689000', '121945.691000', '121945.702000', '121945.705000', '121945.708000', '121945.711000', '121945.714000', '121945.717000', '121945.719000', '121945.722000', '121945.725000', '121945.728000', '121945.731000', '121945.734000', '121945.737000', '121945.740000', '121945.743000', '121945.746000', '121945.749000', '121945.752000', '121945.755000', '121945.757000', '121945.761000', '121945.763000', '121945.766000', '121945.789000', '121945.792000', '121945.795000', '121945.798000', '122005.645000', '122005.648000', '122005.651000', '122005.654000', '122005.657000', '122005.660000', '122005.662000', '122005.666000', '122005.668000', '122005.671000', '122005.674000', '122005.677000', '122005.680000', '122005.683000', '122005.686000', '122005.689000', '122005.692000', '122005.695000', '122005.697000', '122005.701000', '122005.703000', '122005.706000', '122005.709000', '122005.712000', '122005.715000', '122005.718000', '122005.721000', '122005.730000', '122005.733000', '122005.736000', '122005.739000', '122005.742000', '122005.745000', '122005.748000', '122005.750000', '122005.754000', '122005.757000', '122005.760000', '122005.763000', '122005.766000', '122005.818000', '122005.822000', '122005.824000', '122025.645000', '122025.648000', '122025.656000', '122025.659000', '122025.663000', '122025.666000', '122025.669000', '122025.671000', '122025.674000', '122025.677000', '122025.680000', '122025.683000', '122025.686000', '122025.689000', '122025.692000', '122025.695000', '122025.698000', '122025.701000', '122025.704000', '122025.707000', '122025.710000', '122025.713000', '122025.716000', '122025.719000', '122025.722000', '122025.725000', '122025.728000', '122025.731000', '122025.734000', '122025.737000', '122025.740000', '122025.742000', '122025.746000', '122025.748000', '122025.751000', '122025.754000', '122025.757000', '122025.760000', '122025.763000', '122025.766000', '122025.797000', '122025.800000', '122025.803000', '122025.806000', '122045.645000', '122045.656000', '122045.659000', '122045.662000', '122045.665000', '122045.668000', '122045.671000', '122045.673000', '122045.677000', '122045.680000', '122045.683000', '122045.686000', '122045.689000', '122045.692000', '122045.694000', '122045.697000', '122045.701000', '122045.703000', '122045.706000', '122045.709000', '122045.712000', '122045.716000', '122045.719000', '122045.722000', '122045.725000', '122045.728000', '122045.731000', '122045.734000', '122045.739000', '122045.742000', '122045.745000', '122045.748000', '122045.751000', '122045.754000', '122045.757000', '122045.760000', '122045.763000', '122045.766000', '122045.810000', '122045.813000', '122045.816000', '122045.819000', '122045.822000', '122105.644000', '122105.648000', '122105.653000', '122105.656000', '122105.659000', '122105.662000', '122105.665000', '122105.668000', '122105.671000', '122105.677000', '122105.680000', '122105.683000', '122105.686000', '122105.689000', '122105.692000', '122105.695000', '122105.698000', '122105.701000', '122105.704000', '122105.707000', '122105.710000', '122105.713000', '122105.716000', '122105.719000', '122105.722000', '122105.725000', '122105.728000', '122105.731000', '122105.734000', '122105.737000', '122105.740000', '122105.743000', '122105.746000', '122105.749000', '122105.752000', '122105.755000', '122105.758000', '122105.761000', '122105.764000', '122105.799000', '122105.802000', '122105.806000', '122105.808000', '122105.811000', '122125.644000', '122125.647000', '122125.650000', '122125.653000', '122125.656000', '122125.659000', '122125.662000', '122125.665000', '122125.668000', '122125.671000', '122125.674000', '122125.677000', '122125.680000', '122125.683000', '122125.685000', '122125.688000', '122125.691000', '122125.705000', '122125.708000', '122125.711000', '122125.714000', '122125.716000', '122125.719000', '122125.722000', '122125.725000', '122125.728000', '122125.731000', '122125.734000', '122125.737000', '122125.740000', '122125.743000', '122125.746000', '122125.748000', '122125.751000', '122125.754000', '122125.757000', '122125.760000', '122125.763000', '122125.766000', '122125.841000', '122125.844000', '122125.847000', '122125.876000', '122145.644000', '122145.647000', '122145.650000', '122145.653000', '122145.656000', '122145.659000', '122145.662000', '122145.665000', '122145.668000', '122145.671000', '122145.674000', '122145.676000', '122145.680000', '122145.682000', '122145.685000', '122145.688000', '122145.691000', '122145.694000', '122145.697000', '122145.700000', '122145.703000', '122145.706000', '122145.709000', '122145.712000', '122145.715000', '122145.718000', '122145.720000', '122145.723000', '122145.726000', '122145.729000', '122145.732000', '122145.735000', '122145.738000', '122145.741000', '122145.744000', '122145.747000', '122145.750000', '122145.753000', '122145.756000', '122145.759000', '122145.762000', '122145.765000', '122145.824000', '122145.827000', '122205.645000', '122205.648000', '122205.651000', '122205.654000', '122205.657000', '122205.660000', '122205.663000', '122205.666000', '122205.669000', '122205.671000', '122205.675000', '122205.677000', '122205.680000', '122205.683000', '122205.686000', '122205.689000', '122205.692000', '122205.695000', '122205.698000', '122205.701000', '122205.704000', '122205.707000', '122205.710000', '122205.712000', '122205.715000', '122205.718000', '122205.721000', '122205.724000', '122205.727000', '122205.730000', '122205.733000', '122205.736000', '122205.739000', '122205.741000', '122205.744000', '122205.747000', '122205.750000', '122205.755000', '122205.758000', '122205.761000', '122205.819000', '122205.822000', '122205.829000', '122225.645000', '122225.657000', '122225.660000', '122225.663000', '122225.665000', '122225.668000', '122225.671000', '122225.674000', '122225.677000', '122225.680000', '122225.683000', '122225.686000', '122225.689000', '122225.692000', '122225.695000', '122225.698000', '122225.701000', '122225.704000', '122225.707000', '122225.712000', '122225.715000', '122225.718000', '122225.721000', '122225.724000', '122225.727000', '122225.730000', '122225.733000', '122225.736000', '122225.739000', '122225.742000', '122225.745000', '122225.748000', '122225.751000', '122225.754000', '122225.757000', '122225.760000', '122225.763000', '122225.765000', '122225.768000', '122225.836000', '122225.839000', '122225.842000', '122225.844000', '122225.847000', '122245.645000', '122245.648000', '122245.651000', '122245.654000', '122245.657000', '122245.676000', '122245.678000', '122245.681000', '122245.684000', '122245.687000', '122245.690000', '122245.693000', '122245.696000', '122245.699000', '122245.702000', '122245.705000', '122245.707000', '122245.710000', '122245.713000', '122245.716000', '122245.719000', '122245.729000', '122245.732000', '122245.735000', '122245.738000', '122245.741000', '122245.744000', '122245.747000', '122245.750000', '122245.753000', '122245.756000', '122245.759000', '122245.762000', '122245.765000', '122245.768000', '122245.854000', '122245.857000', '122245.860000', '122245.863000', '122245.866000', '122245.869000', '122245.872000', '122245.875000', '122305.645000', '122305.648000', '122305.651000', '122305.654000', '122305.657000', '122305.660000', '122305.663000', '122305.666000', '122305.669000', '122305.671000', '122305.674000', '122305.677000', '122305.680000', '122305.683000', '122305.686000', '122305.689000', '122305.692000', '122305.695000', '122305.698000', '122305.701000', '122305.704000', '122305.707000', '122305.710000', '122305.712000', '122305.715000', '122305.718000', '122305.721000', '122305.724000', '122305.727000', '122305.730000', '122305.733000', '122305.736000', '122305.739000', '122305.742000', '122305.745000', '122305.748000', '122305.751000', '122305.754000', '122305.757000', '122305.760000', '122305.762000', '122305.765000', '122305.768000', '122305.816000', '122325.644000', '122325.647000', '122325.650000', '122325.653000', '122325.656000', '122325.659000', '122325.662000', '122325.665000', '122325.668000', '122325.671000', '122325.674000', '122325.677000', '122325.680000', '122325.683000', '122325.686000', '122325.688000', '122325.691000', '122325.694000', '122325.697000', '122325.700000', '122325.704000', '122325.707000', '122325.709000', '122325.712000', '122325.716000', '122325.718000', '122325.721000', '122325.724000', '122325.727000', '122325.730000', '122325.733000', '122325.736000', '122325.739000', '122325.742000', '122325.745000', '122325.748000', '122325.751000', '122325.754000', '122325.757000', '122325.759000', '122325.762000', '122325.765000', '122325.768000', '122345.644000', '122345.647000', '122345.650000', '122345.654000', '122345.657000', '122345.660000', '122345.663000', '122345.666000', '122345.669000', '122345.672000', '122345.675000', '122345.677000', '122345.680000', '122345.683000', '122345.686000', '122345.689000', '122345.692000', '122345.695000', '122345.698000', '122345.701000', '122345.704000', '122345.707000', '122345.710000', '122345.713000', '122345.716000', '122345.719000', '122345.722000', '122345.724000', '122345.727000', '122345.730000', '122345.733000', '122345.736000', '122345.739000', '122345.742000', '122345.745000', '122345.748000', '122345.751000', '122345.754000', '122345.757000', '122345.765000', '122345.768000', '122345.859000', '122345.862000', '122405.644000', '122405.647000', '122405.650000', '122405.653000', '122405.656000', '122405.659000', '122405.662000', '122405.665000', '122405.668000', '122405.671000', '122405.674000', '122405.676000', '122405.680000', '122405.683000', '122405.685000', '122405.688000', '122405.693000', '122405.712000', '122405.715000', '122405.718000', '122405.721000', '122405.724000', '122405.726000', '122405.729000', '122405.732000', '122405.735000', '122405.738000', '122405.741000', '122405.744000', '122405.747000', '122405.750000', '122405.753000', '122405.756000', '122405.759000', '122405.762000', '122405.765000', '122405.875000', '122405.878000', '122405.881000', '122405.884000', '122405.886000', '122405.889000', '122405.892000', '122405.895000', '122425.645000', '122425.648000', '122425.652000', '122425.655000', '122425.658000', '122425.661000', '122425.664000', '122425.666000', '122425.669000', '122425.672000', '122425.675000', '122425.678000', '122425.681000', '122425.684000', '122425.687000', '122425.690000', '122425.693000', '122425.696000', '122425.699000', '122425.701000', '122425.704000', '122425.707000', '122425.710000', '122425.713000', '122425.716000', '122425.719000', '122425.722000', '122425.725000', '122425.728000', '122425.731000', '122425.734000', '122425.737000', '122425.740000', '122425.743000', '122425.746000', '122425.749000', '122425.752000', '122425.755000', '122425.758000', '122425.760000', '122425.763000', '122425.766000', '122425.769000', '122445.645000', '122445.648000', '122445.651000', '122445.654000', '122445.657000', '122445.660000', '122445.663000', '122445.666000', '122445.669000', '122445.671000', '122445.674000', '122445.677000', '122445.680000', '122445.683000', '122445.686000', '122445.689000', '122445.692000', '122445.695000', '122445.698000', '122445.701000', '122445.704000', '122445.707000', '122445.709000', '122445.712000', '122445.715000', '122445.718000', '122445.721000', '122445.724000', '122445.727000', '122445.730000', '122445.733000', '122445.736000', '122445.739000', '122445.742000', '122445.744000', '122445.748000', '122445.750000', '122445.753000', '122445.756000', '122445.759000', '122445.762000', '122445.765000', '122445.768000', '122445.840000', '122505.645000', '122505.648000', '122505.651000', '122505.654000', '122505.657000', '122505.660000', '122505.663000', '122505.666000', '122505.669000', '122505.672000', '122505.677000', '122505.681000', '122505.684000', '122505.687000', '122505.690000', '122505.693000', '122505.696000', '122505.699000', '122505.702000', '122505.705000', '122505.707000', '122505.710000', '122505.713000', '122505.716000', '122505.719000', '122505.722000', '122505.725000', '122505.728000', '122505.731000', '122505.734000', '122505.737000', '122505.740000', '122505.743000', '122505.746000', '122505.748000', '122505.752000', '122505.755000', '122505.757000', '122505.760000', '122505.763000', '122505.766000', '122505.831000', '122505.834000', '122525.645000', '122525.648000', '122525.651000', '122525.654000', '122525.657000', '122525.660000', '122525.663000', '122525.666000', '122525.669000', '122525.672000', '122525.675000', '122525.677000', '122525.680000', '122525.683000', '122525.686000', '122525.689000', '122525.692000', '122525.695000', '122525.698000', '122525.701000', '122525.704000', '122525.707000', '122525.709000', '122525.712000', '122525.715000', '122525.718000', '122525.721000', '122525.724000', '122525.739000', '122525.742000', '122525.745000', '122525.748000', '122525.751000', '122525.754000', '122525.757000', '122525.760000', '122525.763000', '122525.766000', '122525.769000', '122525.832000', '122525.835000', '122525.838000', '122525.841000', '122525.844000', '122545.644000', '122545.647000', '122545.650000', '122545.653000', '122545.656000', '122545.659000', '122545.662000', '122545.665000', '122545.667000', '122545.670000', '122545.673000', '122545.676000', '122545.679000', '122545.682000', '122545.685000', '122545.688000', '122545.691000', '122545.697000', '122545.700000', '122545.703000', '122545.706000', '122545.709000', '122545.712000', '122545.715000', '122545.718000', '122545.721000', '122545.724000', '122545.726000', '122545.729000', '122545.732000', '122545.735000', '122545.738000', '122545.741000', '122545.744000', '122545.747000', '122545.750000', '122545.753000', '122545.756000', '122545.759000', '122545.761000', '122545.764000', '122545.767000', '122545.839000', '122605.644000', '122605.647000', '122605.650000', '122605.653000', '122605.656000', '122605.658000', '122605.661000', '122605.664000', '122605.667000', '122605.670000', '122605.673000', '122605.676000', '122605.679000', '122605.682000', '122605.685000', '122605.687000', '122605.690000', '122605.693000', '122605.696000', '122605.699000', '122605.702000', '122605.705000', '122605.707000', '122605.710000', '122605.713000', '122605.716000', '122605.719000', '122605.722000', '122605.725000', '122605.728000', '122605.731000', '122605.734000', '122605.736000', '122605.739000', '122605.742000', '122605.745000', '122605.748000', '122605.751000', '122605.754000', '122605.757000', '122605.760000', '122605.763000', '122605.766000', '122605.812000', '122625.644000', '122625.647000', '122625.650000', '122625.653000', '122625.656000', '122625.659000', '122625.662000', '122625.665000', '122625.667000', '122625.670000', '122625.673000', '122625.676000', '122625.679000', '122625.682000', '122625.685000', '122625.688000', '122625.691000', '122625.693000', '122625.696000', '122625.699000', '122625.702000', '122625.705000', '122625.708000', '122625.711000', '122625.714000', '122625.720000', '122625.723000', '122625.726000', '122625.729000', '122625.732000', '122625.735000', '122625.738000', '122625.741000', '122625.743000', '122625.747000', '122625.749000', '122625.752000', '122625.755000', '122625.758000', '122625.761000', '122625.764000', '122625.767000', '122625.819000', '122645.645000', '122645.648000', '122645.651000', '122645.654000', '122645.657000', '122645.660000', '122645.663000', '122645.665000', '122645.668000', '122645.671000', '122645.674000', '122645.677000', '122645.680000', '122645.683000', '122645.686000', '122645.689000', '122645.692000', '122645.695000', '122645.698000', '122645.701000', '122645.703000', '122645.706000', '122645.709000', '122645.712000', '122645.729000', '122645.732000', '122645.735000', '122645.738000', '122645.741000', '122645.744000', '122645.746000', '122645.749000', '122645.752000', '122645.755000', '122645.758000', '122645.761000', '122645.764000', '122645.767000', '122645.807000', '122645.810000', '122645.813000', '122645.815000', '122645.818000', '122645.821000', '122705.645000', '122705.648000', '122705.651000', '122705.654000', '122705.657000', '122705.660000', '122705.663000', '122705.667000', '122705.670000', '122705.673000', '122705.676000', '122705.679000', '122705.682000', '122705.684000', '122705.687000', '122705.690000', '122705.693000', '122705.696000', '122705.699000', '122705.702000', '122705.704000', '122705.707000', '122705.710000', '122705.713000', '122705.716000', '122705.719000', '122705.722000', '122705.725000', '122705.728000', '122705.731000', '122705.734000', '122705.737000', '122705.740000', '122705.743000', '122705.745000', '122705.748000', '122705.751000', '122705.754000', '122705.757000', '122705.760000', '122705.763000', '122705.766000', '122705.769000', '122725.645000', '122725.648000', '122725.651000', '122725.654000', '122725.657000', '122725.660000', '122725.663000', '122725.666000', '122725.669000', '122725.671000', '122725.674000', '122725.677000', '122725.680000', '122725.683000', '122725.686000', '122725.689000', '122725.692000', '122725.695000', '122725.697000', '122725.700000', '122725.703000', '122725.706000', '122725.709000', '122725.712000', '122725.715000', '122725.718000', '122725.720000', '122725.723000', '122725.726000', '122725.729000', '122725.732000', '122725.735000', '122725.738000', '122725.741000', '122725.744000', '122725.746000', '122725.749000', '122725.752000', '122725.755000', '122725.758000', '122725.761000', '122725.764000', '122725.767000', '122725.844000', '122745.645000', '122745.648000', '122745.651000', '122745.654000', '122745.657000', '122745.660000', '122745.663000', '122745.666000', '122745.669000', '122745.671000', '122745.674000', '122745.677000', '122745.680000', '122745.683000', '122745.686000', '122745.689000', '122745.692000', '122745.695000', '122745.697000', '122745.700000', '122745.703000', '122745.706000', '122745.709000', '122745.712000', '122745.715000', '122745.718000', '122745.721000', '122745.723000', '122745.726000', '122745.729000', '122745.732000', '122745.735000', '122745.738000', '122745.741000', '122745.744000', '122745.747000', '122745.750000', '122745.753000', '122745.755000', '122745.758000', '122745.761000', '122745.772000', '122745.775000', '122756.376000', '122756.380000', '122756.384000', '122756.387000', '122756.390000', '122756.393000', '122756.396000', '122756.400000', '122756.404000', '122756.407000', '122756.410000', '122756.413000', '122756.416000', '122756.419000', '122756.422000', '122756.425000', '122756.428000', '122756.431000', '122756.434000', '122756.438000', '122756.442000', '122756.454000', '122756.457000', '122756.460000'], 'InstanceCreationTime': ['121805.676000', '121805.683000', '121805.686000', '121805.689000', '121805.692000', '121805.695000', '121805.698000', '121805.701000', '121805.704000', '121805.707000', '121805.710000', '121805.713000', '121805.716000', '121805.719000', '121805.722000', '121805.725000', '121805.728000', '121805.731000', '121805.734000', '121805.737000', '121805.740000', '121805.743000', '121805.746000', '121805.749000', '121805.755000', '121805.758000', '121805.761000', '121805.764000', '121805.767000', '121805.770000', '121805.773000', '121805.776000', '121805.779000', '121805.782000', '121805.784000', '121805.787000', '121805.790000', '121805.793000', '121825.645000', '121825.648000', '121825.651000', '121825.654000', '121825.657000', '121825.660000', '121825.663000', '121825.665000', '121825.668000', '121825.671000', '121825.674000', '121825.677000', '121825.680000', '121825.683000', '121825.686000', '121825.688000', '121825.691000', '121825.694000', '121825.697000', '121825.700000', '121825.703000', '121825.706000', '121825.709000', '121825.712000', '121825.715000', '121825.718000', '121825.720000', '121825.723000', '121825.726000', '121825.729000', '121825.732000', '121825.735000', '121825.738000', '121825.741000', '121825.744000', '121825.746000', '121825.749000', '121825.752000', '121825.755000', '121825.758000', '121825.765000', '121825.768000', '121825.771000', '121825.774000', '121845.644000', '121845.647000', '121845.650000', '121845.653000', '121845.656000', '121845.659000', '121845.662000', '121845.665000', '121845.668000', '121845.671000', '121845.674000', '121845.676000', '121845.679000', '121845.682000', '121845.685000', '121845.688000', '121845.691000', '121845.694000', '121845.697000', '121845.700000', '121845.707000', '121845.710000', '121845.713000', '121845.716000', '121845.718000', '121845.721000', '121845.725000', '121845.728000', '121845.731000', '121845.734000', '121845.737000', '121845.740000', '121845.743000', '121845.746000', '121845.749000', '121845.752000', '121845.755000', '121845.758000', '121845.761000', '121845.763000', '121845.766000', '121845.769000', '121845.772000', '121905.644000', '121905.647000', '121905.657000', '121905.660000', '121905.663000', '121905.665000', '121905.668000', '121905.671000', '121905.674000', '121905.677000', '121905.680000', '121905.683000', '121905.686000', '121905.689000', '121905.692000', '121905.695000', '121905.698000', '121905.701000', '121905.704000', '121905.707000', '121905.710000', '121905.713000', '121905.716000', '121905.719000', '121905.722000', '121905.725000', '121905.727000', '121905.730000', '121905.733000', '121905.736000', '121905.739000', '121905.742000', '121905.745000', '121905.748000', '121905.751000', '121905.758000', '121905.761000', '121905.764000', '121905.767000', '121905.770000', '121905.772000', '121905.775000', '121905.778000', '121905.781000', '121925.644000', '121925.647000', '121925.656000', '121925.659000', '121925.662000', '121925.665000', '121925.668000', '121925.671000', '121925.674000', '121925.678000', '121925.681000', '121925.684000', '121925.687000', '121925.690000', '121925.693000', '121925.696000', '121925.699000', '121925.702000', '121925.705000', '121925.707000', '121925.710000', '121925.713000', '121925.716000', '121925.719000', '121925.722000', '121925.725000', '121925.728000', '121925.731000', '121925.734000', '121925.737000', '121925.740000', '121925.743000', '121925.746000', '121925.749000', '121925.752000', '121925.755000', '121925.758000', '121925.761000', '121925.764000', '121925.767000', '121925.770000', '121925.772000', '121925.797000', '121945.645000', '121945.648000', '121945.651000', '121945.654000', '121945.657000', '121945.660000', '121945.663000', '121945.666000', '121945.668000', '121945.671000', '121945.674000', '121945.677000', '121945.680000', '121945.683000', '121945.686000', '121945.689000', '121945.691000', '121945.702000', '121945.705000', '121945.708000', '121945.711000', '121945.714000', '121945.717000', '121945.719000', '121945.722000', '121945.725000', '121945.728000', '121945.731000', '121945.734000', '121945.737000', '121945.740000', '121945.743000', '121945.746000', '121945.749000', '121945.752000', '121945.755000', '121945.757000', '121945.761000', '121945.763000', '121945.766000', '121945.789000', '121945.792000', '121945.795000', '121945.798000', '122005.645000', '122005.648000', '122005.651000', '122005.654000', '122005.657000', '122005.660000', '122005.662000', '122005.666000', '122005.668000', '122005.671000', '122005.674000', '122005.677000', '122005.680000', '122005.683000', '122005.686000', '122005.689000', '122005.692000', '122005.695000', '122005.697000', '122005.701000', '122005.703000', '122005.706000', '122005.709000', '122005.712000', '122005.715000', '122005.718000', '122005.721000', '122005.730000', '122005.733000', '122005.736000', '122005.739000', '122005.742000', '122005.745000', '122005.748000', '122005.750000', '122005.754000', '122005.757000', '122005.760000', '122005.763000', '122005.766000', '122005.818000', '122005.822000', '122005.824000', '122025.645000', '122025.648000', '122025.656000', '122025.659000', '122025.663000', '122025.666000', '122025.669000', '122025.671000', '122025.674000', '122025.677000', '122025.680000', '122025.683000', '122025.686000', '122025.689000', '122025.692000', '122025.695000', '122025.698000', '122025.701000', '122025.704000', '122025.707000', '122025.710000', '122025.713000', '122025.716000', '122025.719000', '122025.722000', '122025.725000', '122025.728000', '122025.731000', '122025.734000', '122025.737000', '122025.740000', '122025.742000', '122025.746000', '122025.748000', '122025.751000', '122025.754000', '122025.757000', '122025.760000', '122025.763000', '122025.766000', '122025.797000', '122025.800000', '122025.803000', '122025.806000', '122045.645000', '122045.656000', '122045.659000', '122045.662000', '122045.665000', '122045.668000', '122045.671000', '122045.673000', '122045.677000', '122045.680000', '122045.683000', '122045.686000', '122045.689000', '122045.692000', '122045.694000', '122045.697000', '122045.701000', '122045.703000', '122045.706000', '122045.709000', '122045.712000', '122045.716000', '122045.719000', '122045.722000', '122045.725000', '122045.728000', '122045.731000', '122045.734000', '122045.739000', '122045.742000', '122045.745000', '122045.748000', '122045.751000', '122045.754000', '122045.757000', '122045.760000', '122045.763000', '122045.766000', '122045.810000', '122045.813000', '122045.816000', '122045.819000', '122045.822000', '122105.644000', '122105.648000', '122105.653000', '122105.656000', '122105.659000', '122105.662000', '122105.665000', '122105.668000', '122105.671000', '122105.677000', '122105.680000', '122105.683000', '122105.686000', '122105.689000', '122105.692000', '122105.695000', '122105.698000', '122105.701000', '122105.704000', '122105.707000', '122105.710000', '122105.713000', '122105.716000', '122105.719000', '122105.722000', '122105.725000', '122105.728000', '122105.731000', '122105.734000', '122105.737000', '122105.740000', '122105.743000', '122105.746000', '122105.749000', '122105.752000', '122105.755000', '122105.758000', '122105.761000', '122105.764000', '122105.799000', '122105.802000', '122105.806000', '122105.808000', '122105.811000', '122125.644000', '122125.647000', '122125.650000', '122125.653000', '122125.656000', '122125.659000', '122125.662000', '122125.665000', '122125.668000', '122125.671000', '122125.674000', '122125.677000', '122125.680000', '122125.683000', '122125.685000', '122125.688000', '122125.691000', '122125.705000', '122125.708000', '122125.711000', '122125.714000', '122125.716000', '122125.719000', '122125.722000', '122125.725000', '122125.728000', '122125.731000', '122125.734000', '122125.737000', '122125.740000', '122125.743000', '122125.746000', '122125.748000', '122125.751000', '122125.754000', '122125.757000', '122125.760000', '122125.763000', '122125.766000', '122125.841000', '122125.844000', '122125.847000', '122125.876000', '122145.644000', '122145.647000', '122145.650000', '122145.653000', '122145.656000', '122145.659000', '122145.662000', '122145.665000', '122145.668000', '122145.671000', '122145.674000', '122145.676000', '122145.680000', '122145.682000', '122145.685000', '122145.688000', '122145.691000', '122145.694000', '122145.697000', '122145.700000', '122145.703000', '122145.706000', '122145.709000', '122145.712000', '122145.715000', '122145.718000', '122145.720000', '122145.723000', '122145.726000', '122145.729000', '122145.732000', '122145.735000', '122145.738000', '122145.741000', '122145.744000', '122145.747000', '122145.750000', '122145.753000', '122145.756000', '122145.759000', '122145.762000', '122145.765000', '122145.824000', '122145.827000', '122205.645000', '122205.648000', '122205.651000', '122205.654000', '122205.657000', '122205.660000', '122205.663000', '122205.666000', '122205.669000', '122205.671000', '122205.675000', '122205.677000', '122205.680000', '122205.683000', '122205.686000', '122205.689000', '122205.692000', '122205.695000', '122205.698000', '122205.701000', '122205.704000', '122205.707000', '122205.710000', '122205.712000', '122205.715000', '122205.718000', '122205.721000', '122205.724000', '122205.727000', '122205.730000', '122205.733000', '122205.736000', '122205.739000', '122205.741000', '122205.744000', '122205.747000', '122205.750000', '122205.755000', '122205.758000', '122205.761000', '122205.819000', '122205.822000', '122205.829000', '122225.645000', '122225.657000', '122225.660000', '122225.663000', '122225.665000', '122225.668000', '122225.671000', '122225.674000', '122225.677000', '122225.680000', '122225.683000', '122225.686000', '122225.689000', '122225.692000', '122225.695000', '122225.698000', '122225.701000', '122225.704000', '122225.707000', '122225.712000', '122225.715000', '122225.718000', '122225.721000', '122225.724000', '122225.727000', '122225.730000', '122225.733000', '122225.736000', '122225.739000', '122225.742000', '122225.745000', '122225.748000', '122225.751000', '122225.754000', '122225.757000', '122225.760000', '122225.763000', '122225.765000', '122225.768000', '122225.836000', '122225.839000', '122225.842000', '122225.844000', '122225.847000', '122245.645000', '122245.648000', '122245.651000', '122245.654000', '122245.657000', '122245.676000', '122245.678000', '122245.681000', '122245.684000', '122245.687000', '122245.690000', '122245.693000', '122245.696000', '122245.699000', '122245.702000', '122245.705000', '122245.707000', '122245.710000', '122245.713000', '122245.716000', '122245.719000', '122245.729000', '122245.732000', '122245.735000', '122245.738000', '122245.741000', '122245.744000', '122245.747000', '122245.750000', '122245.753000', '122245.756000', '122245.759000', '122245.762000', '122245.765000', '122245.768000', '122245.854000', '122245.857000', '122245.860000', '122245.863000', '122245.866000', '122245.869000', '122245.872000', '122245.875000', '122305.645000', '122305.648000', '122305.651000', '122305.654000', '122305.657000', '122305.660000', '122305.663000', '122305.666000', '122305.669000', '122305.671000', '122305.674000', '122305.677000', '122305.680000', '122305.683000', '122305.686000', '122305.689000', '122305.692000', '122305.695000', '122305.698000', '122305.701000', '122305.704000', '122305.707000', '122305.710000', '122305.712000', '122305.715000', '122305.718000', '122305.721000', '122305.724000', '122305.727000', '122305.730000', '122305.733000', '122305.736000', '122305.739000', '122305.742000', '122305.745000', '122305.748000', '122305.751000', '122305.754000', '122305.757000', '122305.760000', '122305.762000', '122305.765000', '122305.768000', '122305.816000', '122325.644000', '122325.647000', '122325.650000', '122325.653000', '122325.656000', '122325.659000', '122325.662000', '122325.665000', '122325.668000', '122325.671000', '122325.674000', '122325.677000', '122325.680000', '122325.683000', '122325.686000', '122325.688000', '122325.691000', '122325.694000', '122325.697000', '122325.700000', '122325.704000', '122325.707000', '122325.709000', '122325.712000', '122325.716000', '122325.718000', '122325.721000', '122325.724000', '122325.727000', '122325.730000', '122325.733000', '122325.736000', '122325.739000', '122325.742000', '122325.745000', '122325.748000', '122325.751000', '122325.754000', '122325.757000', '122325.759000', '122325.762000', '122325.765000', '122325.768000', '122345.644000', '122345.647000', '122345.650000', '122345.654000', '122345.657000', '122345.660000', '122345.663000', '122345.666000', '122345.669000', '122345.672000', '122345.675000', '122345.677000', '122345.680000', '122345.683000', '122345.686000', '122345.689000', '122345.692000', '122345.695000', '122345.698000', '122345.701000', '122345.704000', '122345.707000', '122345.710000', '122345.713000', '122345.716000', '122345.719000', '122345.722000', '122345.724000', '122345.727000', '122345.730000', '122345.733000', '122345.736000', '122345.739000', '122345.742000', '122345.745000', '122345.748000', '122345.751000', '122345.754000', '122345.757000', '122345.765000', '122345.768000', '122345.859000', '122345.862000', '122405.644000', '122405.647000', '122405.650000', '122405.653000', '122405.656000', '122405.659000', '122405.662000', '122405.665000', '122405.668000', '122405.671000', '122405.674000', '122405.676000', '122405.680000', '122405.683000', '122405.685000', '122405.688000', '122405.693000', '122405.712000', '122405.715000', '122405.718000', '122405.721000', '122405.724000', '122405.726000', '122405.729000', '122405.732000', '122405.735000', '122405.738000', '122405.741000', '122405.744000', '122405.747000', '122405.750000', '122405.753000', '122405.756000', '122405.759000', '122405.762000', '122405.765000', '122405.875000', '122405.878000', '122405.881000', '122405.884000', '122405.886000', '122405.889000', '122405.892000', '122405.895000', '122425.645000', '122425.648000', '122425.652000', '122425.655000', '122425.658000', '122425.661000', '122425.664000', '122425.666000', '122425.669000', '122425.672000', '122425.675000', '122425.678000', '122425.681000', '122425.684000', '122425.687000', '122425.690000', '122425.693000', '122425.696000', '122425.699000', '122425.701000', '122425.704000', '122425.707000', '122425.710000', '122425.713000', '122425.716000', '122425.719000', '122425.722000', '122425.725000', '122425.728000', '122425.731000', '122425.734000', '122425.737000', '122425.740000', '122425.743000', '122425.746000', '122425.749000', '122425.752000', '122425.755000', '122425.758000', '122425.760000', '122425.763000', '122425.766000', '122425.769000', '122445.645000', '122445.648000', '122445.651000', '122445.654000', '122445.657000', '122445.660000', '122445.663000', '122445.666000', '122445.669000', '122445.671000', '122445.674000', '122445.677000', '122445.680000', '122445.683000', '122445.686000', '122445.689000', '122445.692000', '122445.695000', '122445.698000', '122445.701000', '122445.704000', '122445.707000', '122445.709000', '122445.712000', '122445.715000', '122445.718000', '122445.721000', '122445.724000', '122445.727000', '122445.730000', '122445.733000', '122445.736000', '122445.739000', '122445.742000', '122445.744000', '122445.748000', '122445.750000', '122445.753000', '122445.756000', '122445.759000', '122445.762000', '122445.765000', '122445.768000', '122445.840000', '122505.645000', '122505.648000', '122505.651000', '122505.654000', '122505.657000', '122505.660000', '122505.663000', '122505.666000', '122505.669000', '122505.672000', '122505.677000', '122505.681000', '122505.684000', '122505.687000', '122505.690000', '122505.693000', '122505.696000', '122505.699000', '122505.702000', '122505.705000', '122505.707000', '122505.710000', '122505.713000', '122505.716000', '122505.719000', '122505.722000', '122505.725000', '122505.728000', '122505.731000', '122505.734000', '122505.737000', '122505.740000', '122505.743000', '122505.746000', '122505.748000', '122505.752000', '122505.755000', '122505.757000', '122505.760000', '122505.763000', '122505.766000', '122505.831000', '122505.834000', '122525.645000', '122525.648000', '122525.651000', '122525.654000', '122525.657000', '122525.660000', '122525.663000', '122525.666000', '122525.669000', '122525.672000', '122525.675000', '122525.677000', '122525.680000', '122525.683000', '122525.686000', '122525.689000', '122525.692000', '122525.695000', '122525.698000', '122525.701000', '122525.704000', '122525.707000', '122525.709000', '122525.712000', '122525.715000', '122525.718000', '122525.721000', '122525.724000', '122525.739000', '122525.742000', '122525.745000', '122525.748000', '122525.751000', '122525.754000', '122525.757000', '122525.760000', '122525.763000', '122525.766000', '122525.769000', '122525.832000', '122525.835000', '122525.838000', '122525.841000', '122525.844000', '122545.644000', '122545.647000', '122545.650000', '122545.653000', '122545.656000', '122545.659000', '122545.662000', '122545.665000', '122545.667000', '122545.670000', '122545.673000', '122545.676000', '122545.679000', '122545.682000', '122545.685000', '122545.688000', '122545.691000', '122545.697000', '122545.700000', '122545.703000', '122545.706000', '122545.709000', '122545.712000', '122545.715000', '122545.718000', '122545.721000', '122545.724000', '122545.726000', '122545.729000', '122545.732000', '122545.735000', '122545.738000', '122545.741000', '122545.744000', '122545.747000', '122545.750000', '122545.753000', '122545.756000', '122545.759000', '122545.761000', '122545.764000', '122545.767000', '122545.839000', '122605.644000', '122605.647000', '122605.650000', '122605.653000', '122605.656000', '122605.658000', '122605.661000', '122605.664000', '122605.667000', '122605.670000', '122605.673000', '122605.676000', '122605.679000', '122605.682000', '122605.685000', '122605.687000', '122605.690000', '122605.693000', '122605.696000', '122605.699000', '122605.702000', '122605.705000', '122605.707000', '122605.710000', '122605.713000', '122605.716000', '122605.719000', '122605.722000', '122605.725000', '122605.728000', '122605.731000', '122605.734000', '122605.736000', '122605.739000', '122605.742000', '122605.745000', '122605.748000', '122605.751000', '122605.754000', '122605.757000', '122605.760000', '122605.763000', '122605.766000', '122605.812000', '122625.644000', '122625.647000', '122625.650000', '122625.653000', '122625.656000', '122625.659000', '122625.662000', '122625.665000', '122625.667000', '122625.670000', '122625.673000', '122625.676000', '122625.679000', '122625.682000', '122625.685000', '122625.688000', '122625.691000', '122625.693000', '122625.696000', '122625.699000', '122625.702000', '122625.705000', '122625.708000', '122625.711000', '122625.714000', '122625.720000', '122625.723000', '122625.726000', '122625.729000', '122625.732000', '122625.735000', '122625.738000', '122625.741000', '122625.743000', '122625.747000', '122625.749000', '122625.752000', '122625.755000', '122625.758000', '122625.761000', '122625.764000', '122625.767000', '122625.819000', '122645.645000', '122645.648000', '122645.651000', '122645.654000', '122645.657000', '122645.660000', '122645.663000', '122645.665000', '122645.668000', '122645.671000', '122645.674000', '122645.677000', '122645.680000', '122645.683000', '122645.686000', '122645.689000', '122645.692000', '122645.695000', '122645.698000', '122645.701000', '122645.703000', '122645.706000', '122645.709000', '122645.712000', '122645.729000', '122645.732000', '122645.735000', '122645.738000', '122645.741000', '122645.744000', '122645.746000', '122645.749000', '122645.752000', '122645.755000', '122645.758000', '122645.761000', '122645.764000', '122645.767000', '122645.807000', '122645.810000', '122645.813000', '122645.815000', '122645.818000', '122645.821000', '122705.645000', '122705.648000', '122705.651000', '122705.654000', '122705.657000', '122705.660000', '122705.663000', '122705.667000', '122705.670000', '122705.673000', '122705.676000', '122705.679000', '122705.682000', '122705.684000', '122705.687000', '122705.690000', '122705.693000', '122705.696000', '122705.699000', '122705.702000', '122705.704000', '122705.707000', '122705.710000', '122705.713000', '122705.716000', '122705.719000', '122705.722000', '122705.725000', '122705.728000', '122705.731000', '122705.734000', '122705.737000', '122705.740000', '122705.743000', '122705.745000', '122705.748000', '122705.751000', '122705.754000', '122705.757000', '122705.760000', '122705.763000', '122705.766000', '122705.769000', '122725.645000', '122725.648000', '122725.651000', '122725.654000', '122725.657000', '122725.660000', '122725.663000', '122725.666000', '122725.669000', '122725.671000', '122725.674000', '122725.677000', '122725.680000', '122725.683000', '122725.686000', '122725.689000', '122725.692000', '122725.695000', '122725.697000', '122725.700000', '122725.703000', '122725.706000', '122725.709000', '122725.712000', '122725.715000', '122725.718000', '122725.720000', '122725.723000', '122725.726000', '122725.729000', '122725.732000', '122725.735000', '122725.738000', '122725.741000', '122725.744000', '122725.746000', '122725.749000', '122725.752000', '122725.755000', '122725.758000', '122725.761000', '122725.764000', '122725.767000', '122725.844000', '122745.645000', '122745.648000', '122745.651000', '122745.654000', '122745.657000', '122745.660000', '122745.663000', '122745.666000', '122745.669000', '122745.671000', '122745.674000', '122745.677000', '122745.680000', '122745.683000', '122745.686000', '122745.689000', '122745.692000', '122745.695000', '122745.697000', '122745.700000', '122745.703000', '122745.706000', '122745.709000', '122745.712000', '122745.715000', '122745.718000', '122745.721000', '122745.723000', '122745.726000', '122745.729000', '122745.732000', '122745.735000', '122745.738000', '122745.741000', '122745.744000', '122745.747000', '122745.750000', '122745.753000', '122745.755000', '122745.758000', '122745.761000', '122745.772000', '122745.775000', '122756.376000', '122756.380000', '122756.384000', '122756.387000', '122756.390000', '122756.393000', '122756.396000', '122756.400000', '122756.404000', '122756.407000', '122756.410000', '122756.413000', '122756.416000', '122756.419000', '122756.422000', '122756.425000', '122756.428000', '122756.431000', '122756.434000', '122756.438000', '122756.442000', '122756.454000', '122756.457000', '122756.460000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323], 'LargestImagePixelValue': [8868, 10757, 8777, 11006, 8867, 8431, 11917, 9173, 8655, 12688, 9025, 8745, 8793, 8898, 8462, 9480, 8662, 8262, 8891, 8197, 8303, 9807, 8341, 8432, 9205, 8534, 8478, 8313, 8601, 8255, 8762, 8334, 8419, 8136, 8023, 8648, 10956, 8661, 8604, 12805, 8443, 8612, 12577, 8641, 8417, 9484, 8370, 8356, 9552, 8446, 8309, 7787, 8437, 8570, 8603, 8244, 12958, 8398, 8560, 8748, 8495, 8376, 8035, 8722, 7884, 8112, 8439, 8247, 8766, 8569, 12304, 8537, 8435, 8890, 8809, 8156, 8620, 8333, 12268, 8922, 8497, 10683, 8362, 10911, 9299, 8251, 9083, 8336, 9109, 8204, 8150, 10373, 8475, 8030, 9579, 8538, 10552, 8740, 8221, 13119, 8379, 8328, 8620, 8610, 9582, 8557, 8469, 7482, 8313, 7962, 8564, 8563, 10376, 8311, 9084, 10870, 8690, 8779, 9866, 8670, 12774, 8938, 8545, 12096, 11922, 8673, 11056, 7948, 8684, 8423, 8925, 8453, 8180, 7771, 7740, 7631, 7947, 7985, 9671, 9095, 7836, 9958, 9094, 11417, 8465, 11713, 8279, 11348, 8507, 8636, 8880, 8433, 8292, 8445, 8251, 9193, 8283, 8154, 13224, 8422, 12437, 9587, 11506, 9193, 8103, 8950, 8404, 8033, 8051, 8429, 8246, 8314, 8658, 8227, 8038, 8309, 8302, 11841, 8549, 8097, 9219, 8233, 8313, 8270, 8474, 8276, 11310, 8282, 7872, 8151, 8192, 8089, 8302, 10898, 9132, 8644, 8388, 8596, 10428, 8598, 11302, 8489, 11834, 9369, 8238, 8154, 8137, 8252, 8164, 8254, 8302, 8475, 8326, 8627, 8427, 11541, 7780, 8096, 8493, 8242, 8327, 8124, 8446, 8233, 9966, 8112, 8494, 8936, 7903, 9248, 9769, 9756, 8353, 8178, 8256, 8240, 8001, 9389, 7994, 8108, 9139, 9236, 8111, 8443, 9775, 9136, 8645, 9705, 12574, 10050, 12202, 10255, 12412, 10092, 11044, 10645, 8460, 8139, 8160, 8752, 8781, 8093, 8475, 8280, 8670, 8233, 12368, 8004, 12298, 10085, 12262, 10002, 9211, 8364, 7906, 8264, 7996, 11246, 8505, 10006, 9834, 8282, 7271, 8346, 10287, 7832, 8515, 7412, 8284, 9788, 7954, 11792, 9442, 9254, 7958, 8325, 11037, 8495, 8831, 8367, 7898, 9837, 8053, 12394, 9387, 7824, 7803, 8076, 8764, 8036, 10964, 8235, 7781, 8101, 7805, 9606, 8095, 8280, 9624, 8305, 7228, 8644, 12122, 9767, 8594, 7120, 8564, 8485, 8363, 8640, 8263, 8995, 8214, 10739, 10404, 8397, 8303, 7982, 10850, 8589, 11663, 8695, 11759, 10587, 8047, 7903, 7936, 8086, 8169, 8304, 7877, 8745, 8379, 8554, 8313, 7861, 7938, 7782, 8125, 7898, 9174, 8063, 11444, 9354, 8198, 9618, 8067, 9459, 7825, 9297, 8234, 9805, 8219, 8867, 8080, 7647, 8100, 8101, 7786, 8099, 8134, 11005, 8929, 7990, 9185, 7602, 8032, 8123, 7784, 8041, 10848, 8018, 10429, 7848, 11034, 9510, 9031, 7868, 8589, 9679, 7978, 11632, 9690, 9324, 9828, 8315, 10710, 8672, 7689, 8237, 8327, 11995, 8030, 11797, 8241, 8322, 7939, 8175, 7618, 7798, 7872, 8922, 8115, 8430, 7332, 7968, 9071, 8256, 10059, 9681, 8363, 9308, 7832, 11364, 8351, 12728, 7804, 8101, 7604, 8317, 10768, 8144, 11997, 7891, 10267, 8028, 8028, 8339, 8082, 8583, 8894, 9425, 9163, 8378, 9282, 8198, 7201, 8242, 8106, 8255, 7825, 7759, 7279, 7901, 9779, 8147, 10525, 9630, 7824, 6901, 7975, 8286, 7981, 8203, 7647, 8169, 8439, 7527, 8110, 8086, 8214, 10012, 9386, 8439, 8471, 8254, 11378, 8237, 11920, 9941, 8416, 7489, 8323, 9000, 7228, 8232, 12021, 9189, 8836, 10408, 8120, 7470, 8358, 11294, 8606, 8023, 7161, 8185, 10891, 9008, 7770, 7775, 8385, 11314, 8127, 10194, 9734, 8252, 7156, 7991, 8181, 7097, 8154, 7866, 8197, 8867, 8370, 9801, 8344, 9134, 7010, 8195, 8789, 8160, 10872, 8052, 10953, 7957, 11294, 10108, 7835, 8100, 8195, 9772, 8104, 10638, 8270, 11564, 10000, 7796, 6834, 8016, 8642, 8143, 9896, 8099, 9397, 6980, 8084, 9176, 8257, 10498, 8219, 10528, 8325, 10404, 8134, 11639, 10407, 7867, 8311, 8035, 9306, 7837, 9648, 8224, 10096, 9317, 7677, 7000, 8266, 7740, 7750, 8835, 7895, 7595, 7972, 8298, 8018, 9763, 8022, 7748, 8512, 7496, 7833, 8240, 6915, 8259, 9224, 8594, 7760, 9603, 7928, 8915, 8300, 9437, 9011, 9958, 8385, 6890, 8295, 8497, 8506, 9821, 8909, 11409, 9531, 11734, 9848, 12439, 9757, 11413, 9168, 11813, 8818, 11242, 8514, 12501, 8193, 10635, 9039, 7736, 7248, 8321, 7160, 8054, 8552, 8067, 10109, 10329, 7748, 9286, 8992, 7637, 8738, 12046, 8153, 11050, 7926, 9952, 7622, 10170, 7440, 10164, 7393, 11687, 9187, 10687, 9379, 10099, 10585, 8823, 9959, 7885, 7694, 7933, 11458, 7483, 10889, 7584, 8178, 7874, 7809, 8105, 8095, 7659, 7167, 8114, 7838, 8073, 9792, 8289, 7524, 7318, 8222, 7810, 7933, 8104, 8333, 8223, 7771, 8477, 8833, 8256, 11124, 10099, 7764, 9729, 7799, 9638, 8039, 8496, 7939, 7495, 8267, 9039, 7283, 8011, 7552, 8278, 9149, 8162, 9145, 8283, 8466, 8012, 8169, 6999, 8119, 8483, 8088, 9642, 8461, 7433, 7145, 8275, 8438, 8079, 8756, 8288, 9126, 8052, 8859, 8151, 10309, 8592, 9686, 8683, 10661, 9198, 10285, 9251, 8330, 6995, 8191, 8864, 8052, 9989, 8124, 10318, 9541, 7871, 7272, 8430, 7513, 8082, 8246, 8099, 9048, 8351, 7761, 7307, 7998, 8617, 8215, 9231, 8166, 9058, 7936, 10661, 10181, 7900, 9883, 8212, 10135, 8966, 8902, 9168, 8896, 9279, 9693, 7912, 7211, 8212, 7257, 8169, 8856, 8247, 9390, 8121, 10265, 9425, 8004, 7029, 8223, 8393, 8068, 9122, 8133, 11043, 9631, 7847, 7669, 8258, 8081, 8036, 8789, 8228, 11895, 7465, 7824, 8608, 6604, 7972, 8757, 8378, 12032, 8925, 12226, 8522, 12098, 8480, 11143, 9386, 8466, 6944, 8247, 8059, 7900, 9026, 7058, 10484, 7526, 11255, 8398, 9638, 8456, 8207, 8726, 8103, 8746, 7901, 8315, 8172, 8125, 8120, 9677, 8019, 9352, 8125, 9754, 7995, 9630, 7983, 10591, 7712, 8780, 7953, 9828, 8055, 10848, 7823, 11352, 7741, 11254, 8642, 8089, 7460, 8221, 9176, 8375, 9828, 8144, 9112, 7777, 8504, 8301, 7543, 8269, 7578, 8065, 8327, 7919, 9017, 8114, 10855, 7491, 7885, 7552, 7993, 7771, 7835, 8809, 8499, 10173, 9063, 8447, 9928, 10643, 9140, 11442, 8042, 11981, 7850, 11490, 8052, 8142, 7248, 8192, 7851, 8076, 7977, 8072, 8942, 8047, 9970, 8068, 11072, 7740, 11102, 7861, 11253, 8062, 7760, 7510, 8017, 7414, 8251, 7524, 8150, 9183, 8696, 8011, 8626, 8190, 10315, 8226, 10085, 8639, 9540, 7977, 7082, 8015, 9944, 7899, 9460, 7696, 10449, 8117, 11003, 9474, 10955, 8780, 8181, 8190, 8077, 8135, 9413, 8931, 8026, 6974, 8008, 8909, 7843, 10209, 7863, 7771, 6906, 7977, 8509, 7813, 8406, 8713, 8137, 11314, 9115, 9201, 10934, 7651, 11342, 7596, 11953, 7790, 11417, 8257, 7974, 7615, 8081, 8995, 8063, 12236, 8830, 10793, 8715, 11880, 8581, 12204, 7659, 11313, 9456, 8120, 7255, 8257, 7694, 7875, 10056, 7717, 8457, 7333, 8140, 9896, 8615, 8117, 8855, 8378, 9416, 8427, 9613, 8397, 9273, 8119, 7344, 8148, 10099, 7490, 8346, 7666, 8262, 8541, 8013, 10611, 8479, 8295, 8872, 8159, 8822, 7931, 7079, 8104, 10159, 7842, 7896, 7461, 8317, 8138, 8161, 10111, 9963, 8031, 7769, 8141, 9730, 7879, 10320, 7605, 11244, 8733, 8149, 7666, 8216, 7984, 7277, 8422, 8547, 8161, 10095, 7950, 10319, 9694, 8130, 7612, 8413, 9494, 8284, 9820, 8057, 11061, 9022, 8117, 7416, 8290, 9135, 7894, 10997, 8292, 9068, 6910, 8313, 10239, 7065, 8160, 8863, 8406, 9426, 8138, 9853, 8257, 10003, 8130, 8531, 8079, 8977, 7945, 9592, 7907, 11023, 7633, 9166, 6982, 8226, 10040, 7843, 9974, 8095, 11110, 7758, 11258, 8266, 10462, 8255, 8004, 8191, 8305, 8588, 7978, 6810, 8105, 9760, 7960, 9351, 8143, 10445, 8039, 11070, 7808, 10741, 8506, 11038, 9341, 8005, 8974, 8230, 10074, 8200, 9480, 8281, 8557, 8470, 7614, 8285, 9059, 8237, 8993, 8303, 7876, 8223, 9633, 7638, 10502, 7557, 11064, 7793, 9957, 8581, 7789, 7998, 8298, 8881, 8137, 8575, 8744, 8909, 8130, 7340, 8203, 9907, 9074, 8303, 9189, 10642, 8723, 10420, 8640, 10576, 8668, 10263, 8681, 8177, 8307, 8318, 8145, 8404, 8681, 8040, 7544, 8157, 8237, 7932, 9155, 7657, 10511, 7513, 8547, 7148, 8510, 9038, 7987, 9807, 8260, 10590, 8919, 10268, 8868, 8126, 7640, 8532, 8891, 8204, 9330, 8376, 8005, 8103, 8304, 8235, 10909, 7949, 9366, 7748, 10328, 8797, 9851, 8324, 8136, 7709, 8294, 7989, 7967, 8627, 8261, 8882, 8122, 9713, 8424, 8185, 8379, 8268, 8270, 8357, 8777, 8042, 11160, 8754, 8407, 9714, 8287, 10202, 8225, 9045, 8074, 8735, 8096, 10865, 7810, 10607, 7661, 10782, 7791, 11182, 7571, 8215, 7884, 7930, 8726, 8246, 9458, 8218, 9418, 8106, 10199, 8000, 11462, 7767, 11597, 7615, 11191, 7821, 11156, 7847, 10836, 7841, 7980, 7820, 8056, 8248, 8110, 7654, 8269, 9578, 8118, 9670, 7877, 9612, 7877, 9852, 7727, 9754, 7853, 9693, 7897, 10885, 8430, 7996, 8492, 8066, 9408, 8119, 8178, 8311, 9067, 8430, 8827, 8404, 9045], 'WindowCenter': [4018.0, 4020.0, 3985.0, 4018.0, 3984.0, 3959.0, 3985.0, 3954.0, 3954.0, 3984.0, 3954.0, 3952.0, 3954.0, 3965.0, 3968.0, 3977.0, 3969.0, 3969.0, 3978.0, 3967.0, 3969.0, 3990.0, 3968.0, 3981.0, 3978.0, 3968.0, 3971.0, 3969.0, 3980.0, 3971.0, 3981.0, 3967.0, 3970.0, 3958.0, 3957.0, 3968.0, 4000.0, 3982.0, 3980.0, 3997.0, 3967.0, 3969.0, 3999.0, 3954.0, 3954.0, 3978.0, 3957.0, 3955.0, 3963.0, 3956.0, 3954.0, 3946.0, 3969.0, 3956.0, 3955.0, 3969.0, 3998.0, 3956.0, 3969.0, 3966.0, 3968.0, 3969.0, 3958.0, 3980.0, 3956.0, 3968.0, 3969.0, 3969.0, 3969.0, 3981.0, 3998.0, 3970.0, 3968.0, 3968.0, 3979.0, 3956.0, 3982.0, 3982.0, 4002.0, 3967.0, 3955.0, 3975.0, 3968.0, 3976.0, 3954.0, 3944.0, 3965.0, 3956.0, 3954.0, 3952.0, 3955.0, 3988.0, 3967.0, 3947.0, 3966.0, 3956.0, 3975.0, 3969.0, 3958.0, 3996.0, 3954.0, 3956.0, 3954.0, 3966.0, 3965.0, 3965.0, 3955.0, 3945.0, 3954.0, 3944.0, 3953.0, 3981.0, 3988.0, 3956.0, 3977.0, 3986.0, 3967.0, 3978.0, 3989.0, 3968.0, 4010.0, 3966.0, 3953.0, 3972.0, 3972.0, 3952.0, 3960.0, 3929.0, 3926.0, 3926.0, 3925.0, 3929.0, 3941.0, 3956.0, 3958.0, 3969.0, 3971.0, 3970.0, 3990.0, 3967.0, 3957.0, 3963.0, 3954.0, 3974.0, 3931.0, 3973.0, 3942.0, 3959.0, 3938.0, 3938.0, 3938.0, 3938.0, 3954.0, 3953.0, 3953.0, 3953.0, 3940.0, 3930.0, 3982.0, 3942.0, 3969.0, 3949.0, 3958.0, 3939.0, 3919.0, 3952.0, 3942.0, 3929.0, 3940.0, 3942.0, 3942.0, 3940.0, 3967.0, 3954.0, 3956.0, 3955.0, 3956.0, 4001.0, 3969.0, 3955.0, 3980.0, 3956.0, 3968.0, 3955.0, 3956.0, 3967.0, 3986.0, 3969.0, 3957.0, 3956.0, 3965.0, 3971.0, 3970.0, 3988.0, 3978.0, 3967.0, 3968.0, 3967.0, 3986.0, 3955.0, 3976.0, 3968.0, 3999.0, 3966.0, 3944.0, 3943.0, 3943.0, 3941.0, 3943.0, 3942.0, 3942.0, 3941.0, 3957.0, 3966.0, 3956.0, 3973.0, 3944.0, 3944.0, 3952.0, 3954.0, 3955.0, 3946.0, 3955.0, 3957.0, 3976.0, 3960.0, 3967.0, 3965.0, 3956.0, 3966.0, 3963.0, 3978.0, 3955.0, 3956.0, 3955.0, 3954.0, 3960.0, 3976.0, 3957.0, 3969.0, 3981.0, 3993.0, 3958.0, 3970.0, 3976.0, 3978.0, 3967.0, 3978.0, 3985.0, 3966.0, 3974.0, 3964.0, 3984.0, 3976.0, 3974.0, 3964.0, 3942.0, 3930.0, 3942.0, 3953.0, 3968.0, 3944.0, 3956.0, 3956.0, 3967.0, 3956.0, 3998.0, 3957.0, 3986.0, 3977.0, 3983.0, 3965.0, 3965.0, 3955.0, 3957.0, 3943.0, 3956.0, 3985.0, 3954.0, 3965.0, 3977.0, 3968.0, 3945.0, 3957.0, 3973.0, 3942.0, 3954.0, 3948.0, 3968.0, 3975.0, 3946.0, 3985.0, 3966.0, 3966.0, 3956.0, 3955.0, 3987.0, 3969.0, 3964.0, 3956.0, 3943.0, 3962.0, 3946.0, 3984.0, 3952.0, 3944.0, 3943.0, 3944.0, 3952.0, 3955.0, 3975.0, 3955.0, 3943.0, 3944.0, 3946.0, 3967.0, 3955.0, 3954.0, 3980.0, 3969.0, 3948.0, 3967.0, 3983.0, 3964.0, 3953.0, 3934.0, 3968.0, 3952.0, 3943.0, 3943.0, 3944.0, 3968.0, 3957.0, 3985.0, 3974.0, 3943.0, 3956.0, 3956.0, 3974.0, 3969.0, 3984.0, 3969.0, 3987.0, 3976.0, 3957.0, 3945.0, 3957.0, 3944.0, 3957.0, 3954.0, 3945.0, 3954.0, 3956.0, 3955.0, 3968.0, 3958.0, 3957.0, 3947.0, 3955.0, 3958.0, 3990.0, 3968.0, 3988.0, 3966.0, 3956.0, 3977.0, 3945.0, 3968.0, 3935.0, 3965.0, 3943.0, 3965.0, 3955.0, 3956.0, 3945.0, 3943.0, 3943.0, 3955.0, 3958.0, 3957.0, 3969.0, 3990.0, 3969.0, 3957.0, 3979.0, 3960.0, 3959.0, 3959.0, 3960.0, 3960.0, 3988.0, 3959.0, 3978.0, 3957.0, 3986.0, 3980.0, 3980.0, 3959.0, 3967.0, 3963.0, 3946.0, 3984.0, 3966.0, 3952.0, 3965.0, 3943.0, 3978.0, 3956.0, 3944.0, 3943.0, 3931.0, 3985.0, 3943.0, 3971.0, 3929.0, 3930.0, 3932.0, 3941.0, 3930.0, 3945.0, 3943.0, 3967.0, 3957.0, 3955.0, 3933.0, 3955.0, 3953.0, 3954.0, 3962.0, 3965.0, 3940.0, 3952.0, 3920.0, 3973.0, 3941.0, 3968.0, 3916.0, 3916.0, 3905.0, 3926.0, 3945.0, 3927.0, 3957.0, 3929.0, 3963.0, 3929.0, 3930.0, 3927.0, 3930.0, 3938.0, 3951.0, 3951.0, 3953.0, 3939.0, 3965.0, 3940.0, 3932.0, 3958.0, 3944.0, 3955.0, 3948.0, 3946.0, 3945.0, 3956.0, 3980.0, 3958.0, 3977.0, 3975.0, 3958.0, 3933.0, 3957.0, 3968.0, 3960.0, 3956.0, 3956.0, 3966.0, 3966.0, 3958.0, 3959.0, 3970.0, 3981.0, 3990.0, 3979.0, 3957.0, 3955.0, 3956.0, 3974.0, 3943.0, 3972.0, 3951.0, 3941.0, 3935.0, 3945.0, 3953.0, 3930.0, 3968.0, 3985.0, 3966.0, 3953.0, 3975.0, 3944.0, 3933.0, 3953.0, 3973.0, 3955.0, 3944.0, 3937.0, 3955.0, 3975.0, 3967.0, 3945.0, 3943.0, 3957.0, 3974.0, 3945.0, 3974.0, 3964.0, 3956.0, 3936.0, 3954.0, 3954.0, 3935.0, 3955.0, 3944.0, 3954.0, 3955.0, 3956.0, 3977.0, 3958.0, 3965.0, 3933.0, 3944.0, 3958.0, 3958.0, 3974.0, 3943.0, 3977.0, 3944.0, 3976.0, 3975.0, 3946.0, 3944.0, 3967.0, 3975.0, 3957.0, 3975.0, 3958.0, 3986.0, 3978.0, 3942.0, 3933.0, 3956.0, 3967.0, 3948.0, 3977.0, 3971.0, 3980.0, 3933.0, 3945.0, 3964.0, 3954.0, 3974.0, 3942.0, 3963.0, 3943.0, 3974.0, 3946.0, 3973.0, 3961.0, 3942.0, 3955.0, 3957.0, 3964.0, 3943.0, 3965.0, 3968.0, 3988.0, 3978.0, 3956.0, 3937.0, 3956.0, 3959.0, 3945.0, 3966.0, 3957.0, 3944.0, 3956.0, 3955.0, 3953.0, 3976.0, 3955.0, 3954.0, 3965.0, 3944.0, 3946.0, 3966.0, 3947.0, 3967.0, 3991.0, 3967.0, 3956.0, 3990.0, 3956.0, 3968.0, 3956.0, 3966.0, 3953.0, 3976.0, 3955.0, 3923.0, 3943.0, 3952.0, 3955.0, 3964.0, 3954.0, 3975.0, 3965.0, 3976.0, 3979.0, 3985.0, 3965.0, 3973.0, 3954.0, 3984.0, 3953.0, 3973.0, 3941.0, 3982.0, 3944.0, 3972.0, 3952.0, 3931.0, 3945.0, 3952.0, 3935.0, 3956.0, 3968.0, 3970.0, 3989.0, 3976.0, 3946.0, 3966.0, 3966.0, 3946.0, 3966.0, 3985.0, 3941.0, 3960.0, 3931.0, 3951.0, 3933.0, 3964.0, 3932.0, 3963.0, 3932.0, 3971.0, 3951.0, 3949.0, 3939.0, 3949.0, 3946.0, 3925.0, 3935.0, 3930.0, 3918.0, 3917.0, 3958.0, 3905.0, 3948.0, 3915.0, 3928.0, 3917.0, 3928.0, 3928.0, 3932.0, 3929.0, 3919.0, 3940.0, 3942.0, 3942.0, 3975.0, 3956.0, 3944.0, 3932.0, 3953.0, 3945.0, 3956.0, 3944.0, 3957.0, 3954.0, 3943.0, 3967.0, 3968.0, 3958.0, 3984.0, 3975.0, 3934.0, 3965.0, 3933.0, 3953.0, 3929.0, 3941.0, 3943.0, 3933.0, 3954.0, 3965.0, 3933.0, 3957.0, 3944.0, 3968.0, 3966.0, 3957.0, 3978.0, 3967.0, 3956.0, 3956.0, 3968.0, 3936.0, 3957.0, 3967.0, 3968.0, 3977.0, 3957.0, 3946.0, 3935.0, 3966.0, 3956.0, 3957.0, 3967.0, 3955.0, 3967.0, 3959.0, 3967.0, 3945.0, 3964.0, 3954.0, 3962.0, 3955.0, 3962.0, 3953.0, 3963.0, 3965.0, 3954.0, 3934.0, 3955.0, 3954.0, 3957.0, 3965.0, 3958.0, 3977.0, 3978.0, 3957.0, 3944.0, 3970.0, 3947.0, 3969.0, 3957.0, 3957.0, 3966.0, 3967.0, 3956.0, 3948.0, 3958.0, 3968.0, 3968.0, 3977.0, 3983.0, 3979.0, 3970.0, 3988.0, 3976.0, 3944.0, 3964.0, 3942.0, 3963.0, 3941.0, 3953.0, 3951.0, 3955.0, 3955.0, 3953.0, 3930.0, 3921.0, 3939.0, 3921.0, 3942.0, 3952.0, 3941.0, 3966.0, 3957.0, 3976.0, 3979.0, 3956.0, 3947.0, 3957.0, 3955.0, 3944.0, 3967.0, 3946.0, 3988.0, 3965.0, 3956.0, 3945.0, 3955.0, 3957.0, 3955.0, 3967.0, 3966.0, 4008.0, 3959.0, 3959.0, 3981.0, 3937.0, 3958.0, 3969.0, 3972.0, 3985.0, 3954.0, 3972.0, 3941.0, 3972.0, 3955.0, 3986.0, 3964.0, 3941.0, 3921.0, 3940.0, 3943.0, 3944.0, 3954.0, 3934.0, 3975.0, 3944.0, 3988.0, 3956.0, 3963.0, 3954.0, 3944.0, 3955.0, 3943.0, 3955.0, 3944.0, 3954.0, 3942.0, 3941.0, 3943.0, 3964.0, 3943.0, 3952.0, 3943.0, 3964.0, 3958.0, 3966.0, 3944.0, 3964.0, 3934.0, 3943.0, 3944.0, 3961.0, 3944.0, 3962.0, 3933.0, 3974.0, 3946.0, 3987.0, 3954.0, 3943.0, 3934.0, 3958.0, 3966.0, 3955.0, 3964.0, 3955.0, 3956.0, 3945.0, 3968.0, 3956.0, 3947.0, 3954.0, 3945.0, 3956.0, 3967.0, 3957.0, 3967.0, 3957.0, 3987.0, 3947.0, 3958.0, 3958.0, 3970.0, 3971.0, 3973.0, 3979.0, 3968.0, 3977.0, 3968.0, 3956.0, 3978.0, 3964.0, 3953.0, 3961.0, 3932.0, 3972.0, 3944.0, 3974.0, 3931.0, 3928.0, 3920.0, 3956.0, 3943.0, 3955.0, 3944.0, 3955.0, 3955.0, 3945.0, 3979.0, 3956.0, 3987.0, 3945.0, 3974.0, 3945.0, 3985.0, 3944.0, 3944.0, 3947.0, 3956.0, 3944.0, 3957.0, 3971.0, 3970.0, 3979.0, 3978.0, 3959.0, 3967.0, 3956.0, 3977.0, 3955.0, 3976.0, 3970.0, 3966.0, 3943.0, 3920.0, 3941.0, 3961.0, 3942.0, 3952.0, 3946.0, 3974.0, 3944.0, 3988.0, 3965.0, 3975.0, 3955.0, 3956.0, 3953.0, 3954.0, 3945.0, 3965.0, 3965.0, 3944.0, 3933.0, 3956.0, 3964.0, 3955.0, 3976.0, 3968.0, 3970.0, 3949.0, 3970.0, 3968.0, 3959.0, 3970.0, 3970.0, 3956.0, 3987.0, 3940.0, 3940.0, 3948.0, 3917.0, 3959.0, 3931.0, 3959.0, 3930.0, 3970.0, 3941.0, 3941.0, 3930.0, 3940.0, 3951.0, 3932.0, 3971.0, 3940.0, 3973.0, 3941.0, 3972.0, 3939.0, 3960.0, 3916.0, 3958.0, 3949.0, 3927.0, 3916.0, 3926.0, 3915.0, 3941.0, 3961.0, 3942.0, 3966.0, 3942.0, 3943.0, 3964.0, 3953.0, 3944.0, 3953.0, 3942.0, 3953.0, 3929.0, 3951.0, 3931.0, 3952.0, 3943.0, 3933.0, 3943.0, 3964.0, 3934.0, 3941.0, 3945.0, 3954.0, 3954.0, 3957.0, 3975.0, 3956.0, 3969.0, 3965.0, 3954.0, 3955.0, 3956.0, 3948.0, 3957.0, 3974.0, 3956.0, 3955.0, 3945.0, 3956.0, 3970.0, 3983.0, 3992.0, 3976.0, 3956.0, 3945.0, 3955.0, 3965.0, 3944.0, 3963.0, 3933.0, 3972.0, 3955.0, 3956.0, 3943.0, 3943.0, 3942.0, 3933.0, 3955.0, 3955.0, 3968.0, 3976.0, 3958.0, 3976.0, 3978.0, 3946.0, 3945.0, 3955.0, 3964.0, 3956.0, 3963.0, 3956.0, 3976.0, 3966.0, 3945.0, 3945.0, 3957.0, 3967.0, 3957.0, 3974.0, 3967.0, 3979.0, 3947.0, 3956.0, 3975.0, 3936.0, 3955.0, 3966.0, 3956.0, 3966.0, 3943.0, 3963.0, 3943.0, 3966.0, 3945.0, 3943.0, 3930.0, 3939.0, 3930.0, 3950.0, 3931.0, 3975.0, 3943.0, 3964.0, 3933.0, 3955.0, 3976.0, 3957.0, 3975.0, 3955.0, 3976.0, 3947.0, 3986.0, 3958.0, 3976.0, 3956.0, 3947.0, 3955.0, 3968.0, 3966.0, 3959.0, 3939.0, 3958.0, 3976.0, 3956.0, 3967.0, 3957.0, 3987.0, 3959.0, 3986.0, 3946.0, 3989.0, 3968.0, 3974.0, 3955.0, 3943.0, 3954.0, 3943.0, 3964.0, 3942.0, 3967.0, 3944.0, 3953.0, 3942.0, 3932.0, 3954.0, 3951.0, 3944.0, 3952.0, 3943.0, 3942.0, 3945.0, 3964.0, 3945.0, 3974.0, 3955.0, 3986.0, 3957.0, 3989.0, 3970.0, 3958.0, 3956.0, 3957.0, 3978.0, 3956.0, 3968.0, 3955.0, 3955.0, 3958.0, 3945.0, 3955.0, 3965.0, 3954.0, 3942.0, 3967.0, 3964.0, 3954.0, 3962.0, 3943.0, 3963.0, 3956.0, 3962.0, 3943.0, 3944.0, 3942.0, 3941.0, 3943.0, 3941.0, 3955.0, 3943.0, 3945.0, 3942.0, 3941.0, 3943.0, 3962.0, 3943.0, 3962.0, 3932.0, 3967.0, 3933.0, 3966.0, 3965.0, 3956.0, 3976.0, 3958.0, 3976.0, 3969.0, 3989.0, 3968.0, 3945.0, 3933.0, 3954.0, 3952.0, 3943.0, 3955.0, 3942.0, 3943.0, 3945.0, 3956.0, 3955.0, 3976.0, 3957.0, 3965.0, 3959.0, 3976.0, 3968.0, 3976.0, 3957.0, 3946.0, 3946.0, 3969.0, 3955.0, 3957.0, 3955.0, 3968.0, 3967.0, 3956.0, 3963.0, 3957.0, 3956.0, 3954.0, 3956.0, 3957.0, 3969.0, 3958.0, 3945.0, 3975.0, 3954.0, 3943.0, 3966.0, 3942.0, 3963.0, 3943.0, 3954.0, 3932.0, 3942.0, 3931.0, 3961.0, 3933.0, 3960.0, 3931.0, 3962.0, 3944.0, 3974.0, 3932.0, 3955.0, 3943.0, 3970.0, 3966.0, 3970.0, 3979.0, 3958.0, 3967.0, 3957.0, 3976.0, 3955.0, 3985.0, 3944.0, 3975.0, 3947.0, 3975.0, 3946.0, 3973.0, 3946.0, 3973.0, 3945.0, 3944.0, 3943.0, 3942.0, 3957.0, 3959.0, 3945.0, 3955.0, 3964.0, 3943.0, 3952.0, 3941.0, 3952.0, 3941.0, 3952.0, 3932.0, 3951.0, 3945.0, 3965.0, 3944.0, 3963.0, 3942.0, 3934.0, 3953.0, 3944.0, 3953.0, 3930.0, 3940.0, 3943.0, 3954.0, 3944.0, 3964.0, 3955.0, 3965.0], 'WindowWidth': [8984.0, 8969.0, 8912.0, 8958.0, 8902.0, 8861.0, 8885.0, 8842.0, 8843.0, 8882.0, 8842.0, 8837.0, 8841.0, 8862.0, 8868.0, 8878.0, 8871.0, 8870.0, 8883.0, 8866.0, 8870.0, 8901.0, 8870.0, 8891.0, 8881.0, 8867.0, 8877.0, 8870.0, 8887.0, 8876.0, 8890.0, 8866.0, 8871.0, 8854.0, 8853.0, 8869.0, 8913.0, 8891.0, 8888.0, 8903.0, 8864.0, 8870.0, 8908.0, 8842.0, 8840.0, 8882.0, 8851.0, 8844.0, 8850.0, 8845.0, 8842.0, 8835.0, 8869.0, 8846.0, 8845.0, 8870.0, 8906.0, 8846.0, 8869.0, 8861.0, 8868.0, 8871.0, 8854.0, 8888.0, 8850.0, 8868.0, 8870.0, 8869.0, 8870.0, 8888.0, 8906.0, 8872.0, 8867.0, 8867.0, 8884.0, 8850.0, 8896.0, 8893.0, 8919.0, 8866.0, 8844.0, 8870.0, 8867.0, 8872.0, 8840.0, 8825.0, 8857.0, 8847.0, 8840.0, 8836.0, 8843.0, 8894.0, 8865.0, 8837.0, 8861.0, 8846.0, 8871.0, 8868.0, 8853.0, 8900.0, 8842.0, 8847.0, 8842.0, 8862.0, 8860.0, 8860.0, 8846.0, 8831.0, 8842.0, 8828.0, 8838.0, 8890.0, 8894.0, 8850.0, 8879.0, 8890.0, 8867.0, 8883.0, 8898.0, 8869.0, 8925.0, 8860.0, 8837.0, 8859.0, 8861.0, 8834.0, 8839.0, 8799.0, 8788.0, 8788.0, 8786.0, 8798.0, 8818.0, 8850.0, 8856.0, 8874.0, 8879.0, 8876.0, 8900.0, 8863.0, 8851.0, 8852.0, 8838.0, 8866.0, 8803.0, 8863.0, 8821.0, 8836.0, 8808.0, 8812.0, 8811.0, 8811.0, 8842.0, 8840.0, 8838.0, 8838.0, 8815.0, 8803.0, 8871.0, 8818.0, 8849.0, 8822.0, 8833.0, 8810.0, 8782.0, 8834.0, 8821.0, 8798.0, 8816.0, 8823.0, 8819.0, 8816.0, 8863.0, 8843.0, 8848.0, 8848.0, 8849.0, 8913.0, 8870.0, 8847.0, 8888.0, 8847.0, 8868.0, 8846.0, 8847.0, 8865.0, 8886.0, 8871.0, 8851.0, 8848.0, 8861.0, 8880.0, 8876.0, 8896.0, 8879.0, 8865.0, 8868.0, 8866.0, 8888.0, 8844.0, 8871.0, 8867.0, 8909.0, 8862.0, 8826.0, 8824.0, 8825.0, 8820.0, 8823.0, 8820.0, 8820.0, 8819.0, 8850.0, 8860.0, 8847.0, 8861.0, 8830.0, 8828.0, 8835.0, 8840.0, 8845.0, 8833.0, 8845.0, 8850.0, 8873.0, 8858.0, 8862.0, 8858.0, 8849.0, 8862.0, 8851.0, 8878.0, 8845.0, 8846.0, 8845.0, 8842.0, 8859.0, 8876.0, 8852.0, 8872.0, 8889.0, 8908.0, 8855.0, 8873.0, 8875.0, 8879.0, 8863.0, 8880.0, 8884.0, 8859.0, 8865.0, 8852.0, 8879.0, 8873.0, 8868.0, 8851.0, 8817.0, 8800.0, 8820.0, 8836.0, 8867.0, 8827.0, 8847.0, 8846.0, 8863.0, 8847.0, 8905.0, 8849.0, 8884.0, 8877.0, 8879.0, 8854.0, 8856.0, 8843.0, 8850.0, 8826.0, 8848.0, 8884.0, 8843.0, 8853.0, 8877.0, 8869.0, 8835.0, 8850.0, 8865.0, 8824.0, 8840.0, 8839.0, 8869.0, 8872.0, 8834.0, 8882.0, 8860.0, 8861.0, 8849.0, 8844.0, 8889.0, 8871.0, 8856.0, 8847.0, 8824.0, 8849.0, 8833.0, 8880.0, 8835.0, 8827.0, 8823.0, 8827.0, 8834.0, 8844.0, 8871.0, 8844.0, 8825.0, 8829.0, 8834.0, 8862.0, 8845.0, 8843.0, 8887.0, 8873.0, 8842.0, 8863.0, 8879.0, 8853.0, 8837.0, 8816.0, 8866.0, 8835.0, 8822.0, 8821.0, 8824.0, 8866.0, 8852.0, 8885.0, 8867.0, 8824.0, 8846.0, 8847.0, 8868.0, 8869.0, 8882.0, 8867.0, 8887.0, 8874.0, 8850.0, 8830.0, 8850.0, 8828.0, 8851.0, 8840.0, 8831.0, 8841.0, 8847.0, 8845.0, 8869.0, 8853.0, 8849.0, 8837.0, 8847.0, 8853.0, 8901.0, 8871.0, 8891.0, 8860.0, 8847.0, 8876.0, 8831.0, 8864.0, 8816.0, 8855.0, 8826.0, 8858.0, 8843.0, 8845.0, 8828.0, 8826.0, 8826.0, 8847.0, 8854.0, 8852.0, 8872.0, 8901.0, 8870.0, 8851.0, 8881.0, 8858.0, 8856.0, 8856.0, 8860.0, 8859.0, 8890.0, 8857.0, 8876.0, 8849.0, 8887.0, 8886.0, 8888.0, 8857.0, 8863.0, 8853.0, 8834.0, 8879.0, 8858.0, 8836.0, 8856.0, 8824.0, 8878.0, 8847.0, 8827.0, 8825.0, 8803.0, 8880.0, 8822.0, 8859.0, 8797.0, 8799.0, 8806.0, 8818.0, 8802.0, 8830.0, 8827.0, 8863.0, 8851.0, 8847.0, 8813.0, 8844.0, 8836.0, 8843.0, 8847.0, 8856.0, 8816.0, 8834.0, 8787.0, 8863.0, 8816.0, 8847.0, 8773.0, 8773.0, 8759.0, 8788.0, 8813.0, 8791.0, 8831.0, 8800.0, 8850.0, 8800.0, 8800.0, 8792.0, 8801.0, 8809.0, 8831.0, 8830.0, 8836.0, 8813.0, 8860.0, 8816.0, 8809.0, 8851.0, 8828.0, 8845.0, 8838.0, 8834.0, 8832.0, 8847.0, 8883.0, 8852.0, 8874.0, 8872.0, 8851.0, 8814.0, 8850.0, 8867.0, 8858.0, 8850.0, 8847.0, 8864.0, 8862.0, 8856.0, 8857.0, 8873.0, 8892.0, 8902.0, 8882.0, 8851.0, 8846.0, 8846.0, 8868.0, 8824.0, 8859.0, 8831.0, 8817.0, 8814.0, 8828.0, 8837.0, 8806.0, 8866.0, 8883.0, 8861.0, 8837.0, 8869.0, 8826.0, 8809.0, 8840.0, 8863.0, 8844.0, 8826.0, 8822.0, 8842.0, 8870.0, 8861.0, 8831.0, 8825.0, 8849.0, 8867.0, 8830.0, 8868.0, 8854.0, 8850.0, 8821.0, 8844.0, 8841.0, 8817.0, 8845.0, 8830.0, 8843.0, 8844.0, 8846.0, 8877.0, 8855.0, 8857.0, 8813.0, 8828.0, 8851.0, 8854.0, 8867.0, 8824.0, 8873.0, 8829.0, 8871.0, 8872.0, 8832.0, 8830.0, 8865.0, 8872.0, 8851.0, 8871.0, 8852.0, 8888.0, 8879.0, 8824.0, 8816.0, 8849.0, 8861.0, 8837.0, 8880.0, 8875.0, 8884.0, 8815.0, 8830.0, 8854.0, 8842.0, 8866.0, 8823.0, 8850.0, 8824.0, 8867.0, 8833.0, 8865.0, 8845.0, 8820.0, 8843.0, 8850.0, 8855.0, 8827.0, 8856.0, 8868.0, 8895.0, 8879.0, 8850.0, 8825.0, 8849.0, 8857.0, 8832.0, 8858.0, 8852.0, 8828.0, 8849.0, 8845.0, 8841.0, 8873.0, 8845.0, 8844.0, 8860.0, 8828.0, 8833.0, 8865.0, 8840.0, 8867.0, 8904.0, 8865.0, 8850.0, 8901.0, 8848.0, 8868.0, 8847.0, 8859.0, 8837.0, 8873.0, 8844.0, 8799.0, 8823.0, 8835.0, 8844.0, 8852.0, 8843.0, 8869.0, 8857.0, 8870.0, 8882.0, 8882.0, 8859.0, 8862.0, 8840.0, 8881.0, 8836.0, 8862.0, 8818.0, 8876.0, 8827.0, 8861.0, 8836.0, 8805.0, 8831.0, 8837.0, 8819.0, 8846.0, 8868.0, 8874.0, 8897.0, 8873.0, 8829.0, 8858.0, 8860.0, 8834.0, 8862.0, 8884.0, 8820.0, 8841.0, 8804.0, 8830.0, 8812.0, 8852.0, 8811.0, 8850.0, 8810.0, 8857.0, 8829.0, 8823.0, 8811.0, 8821.0, 8817.0, 8785.0, 8798.0, 8803.0, 8783.0, 8779.0, 8833.0, 8760.0, 8819.0, 8773.0, 8793.0, 8779.0, 8796.0, 8797.0, 8807.0, 8799.0, 8787.0, 8816.0, 8823.0, 8823.0, 8873.0, 8849.0, 8829.0, 8808.0, 8839.0, 8831.0, 8849.0, 8829.0, 8848.0, 8842.0, 8826.0, 8866.0, 8865.0, 8853.0, 8882.0, 8870.0, 8813.0, 8857.0, 8809.0, 8837.0, 8800.0, 8817.0, 8826.0, 8814.0, 8840.0, 8858.0, 8812.0, 8851.0, 8829.0, 8867.0, 8862.0, 8851.0, 8880.0, 8865.0, 8849.0, 8848.0, 8869.0, 8822.0, 8850.0, 8861.0, 8869.0, 8881.0, 8852.0, 8836.0, 8821.0, 8864.0, 8849.0, 8851.0, 8862.0, 8846.0, 8864.0, 8859.0, 8865.0, 8833.0, 8853.0, 8842.0, 8847.0, 8843.0, 8846.0, 8837.0, 8850.0, 8858.0, 8841.0, 8815.0, 8843.0, 8840.0, 8851.0, 8858.0, 8851.0, 8877.0, 8881.0, 8849.0, 8829.0, 8874.0, 8840.0, 8873.0, 8851.0, 8850.0, 8861.0, 8866.0, 8850.0, 8840.0, 8854.0, 8866.0, 8866.0, 8879.0, 8898.0, 8887.0, 8875.0, 8893.0, 8874.0, 8828.0, 8856.0, 8821.0, 8851.0, 8818.0, 8837.0, 8832.0, 8843.0, 8842.0, 8837.0, 8802.0, 8790.0, 8813.0, 8790.0, 8822.0, 8834.0, 8820.0, 8859.0, 8849.0, 8874.0, 8883.0, 8847.0, 8838.0, 8850.0, 8847.0, 8829.0, 8862.0, 8834.0, 8892.0, 8858.0, 8846.0, 8832.0, 8847.0, 8848.0, 8845.0, 8866.0, 8863.0, 8926.0, 8858.0, 8859.0, 8889.0, 8826.0, 8852.0, 8871.0, 8879.0, 8884.0, 8839.0, 8859.0, 8819.0, 8860.0, 8845.0, 8888.0, 8854.0, 8818.0, 8791.0, 8817.0, 8826.0, 8829.0, 8839.0, 8817.0, 8870.0, 8829.0, 8892.0, 8847.0, 8853.0, 8843.0, 8825.0, 8845.0, 8823.0, 8845.0, 8828.0, 8840.0, 8822.0, 8820.0, 8824.0, 8852.0, 8825.0, 8835.0, 8825.0, 8855.0, 8853.0, 8858.0, 8827.0, 8852.0, 8813.0, 8823.0, 8827.0, 8845.0, 8827.0, 8847.0, 8812.0, 8866.0, 8834.0, 8888.0, 8841.0, 8823.0, 8814.0, 8853.0, 8859.0, 8843.0, 8855.0, 8845.0, 8844.0, 8831.0, 8865.0, 8846.0, 8836.0, 8842.0, 8832.0, 8848.0, 8865.0, 8851.0, 8863.0, 8850.0, 8888.0, 8838.0, 8854.0, 8854.0, 8873.0, 8880.0, 8883.0, 8884.0, 8867.0, 8876.0, 8866.0, 8847.0, 8879.0, 8851.0, 8837.0, 8844.0, 8806.0, 8859.0, 8827.0, 8867.0, 8806.0, 8798.0, 8790.0, 8850.0, 8825.0, 8845.0, 8829.0, 8846.0, 8843.0, 8832.0, 8883.0, 8848.0, 8892.0, 8832.0, 8868.0, 8831.0, 8885.0, 8828.0, 8830.0, 8841.0, 8847.0, 8829.0, 8853.0, 8879.0, 8875.0, 8882.0, 8884.0, 8857.0, 8865.0, 8848.0, 8876.0, 8843.0, 8875.0, 8873.0, 8861.0, 8825.0, 8790.0, 8820.0, 8845.0, 8821.0, 8835.0, 8835.0, 8871.0, 8831.0, 8893.0, 8856.0, 8871.0, 8844.0, 8847.0, 8839.0, 8842.0, 8832.0, 8855.0, 8858.0, 8830.0, 8814.0, 8850.0, 8856.0, 8847.0, 8875.0, 8870.0, 8878.0, 8846.0, 8876.0, 8869.0, 8856.0, 8872.0, 8875.0, 8850.0, 8891.0, 8815.0, 8812.0, 8821.0, 8780.0, 8837.0, 8803.0, 8839.0, 8803.0, 8854.0, 8819.0, 8822.0, 8803.0, 8817.0, 8833.0, 8807.0, 8859.0, 8815.0, 8865.0, 8818.0, 8858.0, 8811.0, 8837.0, 8777.0, 8835.0, 8823.0, 8791.0, 8776.0, 8790.0, 8777.0, 8818.0, 8844.0, 8823.0, 8864.0, 8826.0, 8827.0, 8853.0, 8837.0, 8826.0, 8840.0, 8821.0, 8837.0, 8800.0, 8831.0, 8804.0, 8833.0, 8827.0, 8812.0, 8824.0, 8854.0, 8815.0, 8820.0, 8831.0, 8840.0, 8844.0, 8850.0, 8871.0, 8846.0, 8870.0, 8859.0, 8843.0, 8844.0, 8847.0, 8840.0, 8851.0, 8867.0, 8850.0, 8845.0, 8833.0, 8847.0, 8873.0, 8897.0, 8906.0, 8877.0, 8848.0, 8832.0, 8846.0, 8857.0, 8829.0, 8852.0, 8811.0, 8860.0, 8844.0, 8850.0, 8827.0, 8825.0, 8823.0, 8814.0, 8844.0, 8845.0, 8870.0, 8874.0, 8855.0, 8872.0, 8879.0, 8833.0, 8831.0, 8844.0, 8854.0, 8845.0, 8850.0, 8849.0, 8873.0, 8860.0, 8828.0, 8832.0, 8850.0, 8861.0, 8850.0, 8869.0, 8868.0, 8886.0, 8839.0, 8849.0, 8871.0, 8820.0, 8845.0, 8861.0, 8845.0, 8860.0, 8824.0, 8851.0, 8824.0, 8858.0, 8830.0, 8823.0, 8802.0, 8813.0, 8803.0, 8827.0, 8805.0, 8870.0, 8827.0, 8854.0, 8813.0, 8845.0, 8874.0, 8852.0, 8872.0, 8846.0, 8872.0, 8838.0, 8888.0, 8853.0, 8871.0, 8846.0, 8835.0, 8844.0, 8866.0, 8860.0, 8858.0, 8831.0, 8856.0, 8874.0, 8850.0, 8864.0, 8852.0, 8889.0, 8855.0, 8887.0, 8837.0, 8897.0, 8866.0, 8868.0, 8844.0, 8825.0, 8842.0, 8824.0, 8855.0, 8820.0, 8862.0, 8825.0, 8837.0, 8823.0, 8809.0, 8841.0, 8833.0, 8826.0, 8835.0, 8824.0, 8821.0, 8829.0, 8855.0, 8831.0, 8868.0, 8847.0, 8886.0, 8853.0, 8898.0, 8873.0, 8853.0, 8850.0, 8850.0, 8882.0, 8847.0, 8864.0, 8842.0, 8845.0, 8854.0, 8833.0, 8846.0, 8856.0, 8842.0, 8824.0, 8861.0, 8852.0, 8840.0, 8846.0, 8823.0, 8850.0, 8846.0, 8846.0, 8823.0, 8827.0, 8822.0, 8816.0, 8824.0, 8818.0, 8841.0, 8825.0, 8828.0, 8822.0, 8818.0, 8824.0, 8850.0, 8824.0, 8847.0, 8808.0, 8863.0, 8815.0, 8861.0, 8858.0, 8849.0, 8873.0, 8850.0, 8872.0, 8868.0, 8895.0, 8864.0, 8828.0, 8812.0, 8839.0, 8833.0, 8823.0, 8843.0, 8820.0, 8824.0, 8830.0, 8846.0, 8845.0, 8873.0, 8851.0, 8857.0, 8858.0, 8872.0, 8866.0, 8874.0, 8851.0, 8834.0, 8834.0, 8869.0, 8845.0, 8852.0, 8844.0, 8868.0, 8862.0, 8847.0, 8853.0, 8849.0, 8847.0, 8844.0, 8846.0, 8849.0, 8872.0, 8853.0, 8830.0, 8868.0, 8841.0, 8825.0, 8858.0, 8822.0, 8851.0, 8826.0, 8839.0, 8808.0, 8818.0, 8805.0, 8845.0, 8809.0, 8843.0, 8805.0, 8847.0, 8827.0, 8868.0, 8808.0, 8841.0, 8827.0, 8876.0, 8862.0, 8873.0, 8882.0, 8853.0, 8862.0, 8850.0, 8872.0, 8845.0, 8885.0, 8830.0, 8867.0, 8836.0, 8869.0, 8832.0, 8867.0, 8832.0, 8864.0, 8829.0, 8826.0, 8825.0, 8824.0, 8852.0, 8857.0, 8833.0, 8844.0, 8853.0, 8825.0, 8835.0, 8821.0, 8834.0, 8818.0, 8832.0, 8807.0, 8833.0, 8831.0, 8856.0, 8827.0, 8850.0, 8822.0, 8810.0, 8837.0, 8827.0, 8838.0, 8801.0, 8814.0, 8821.0, 8839.0, 8828.0, 8856.0, 8844.0, 8858.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.000708107494322483</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02805663815291446</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.979096311583376</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1906262583030292</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9853238425984843</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.461</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5355.6035</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.16128296819569313</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>325</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>24.602573807721424</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6565073861642694</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.65210357313256</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.86358529536317</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4538332899970783</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0105782</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011087408289313316</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.017983106896281242</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1321</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.755109674962311</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>35.0801</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.6386</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>157.0855</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>304783.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>703.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>316.8611</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0744</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>517.7007</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3178.7416</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>71761.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>950.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4211.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>900.8995</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>36.453596185310744</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> |