=== 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-0005 --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-0005",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
144 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
144 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-0005_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-0005_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-0005_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-0005/figures/sub-0005_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0005/figures/sub-0005_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-0005/figures/sub-0005_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005/ses-04/func/sub-0005_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>8dd627bc0f2d131390cd03b3fb6604c6</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>14:50:23.487500</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.998353, 0.0458107, -0.034534, -0.0456842, 0.998946, 0.00444425]</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.0922978</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>[4131, -7765, -7209, 519, -60, 29, -87, 71]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>275.651</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>ae11cfbd-1be7-4965-b61c-f5dd86e9e6f8||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.6785082817077637, -0.12256724387407303, -0.09369317442178726, 120.54108428955078], [-0.12290668487548828, 2.6800992488861084, 0.007720031775534153, -81.15885162353516], [-0.09265214204788208, -0.011923587881028652, 2.6983628273010254, -28.326190948486328], [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': ['145023.487500', '145023.947500', '145024.407500', '145024.867500', '145025.327500', '145025.787500', '145026.247500', '145026.707500', '145027.167500', '145027.627500', '145028.087500', '145028.547500', '145029.007500', '145029.467500', '145029.927500', '145030.387500', '145030.847500', '145031.307500', '145031.767500', '145032.227500', '145032.687500', '145033.147500', '145033.607500', '145034.067500', '145034.527500', '145034.987500', '145035.447500', '145035.907500', '145036.367500', '145036.827500', '145037.287500', '145037.747500', '145038.207500', '145038.667500', '145039.127500', '145039.587500', '145040.047500', '145040.507500', '145040.967500', '145041.427500', '145041.887500', '145042.347500', '145042.807500', '145043.267500', '145043.727500', '145044.187500', '145044.647500', '145045.107500', '145045.567500', '145046.027500', '145046.487500', '145046.947500', '145047.407500', '145047.867500', '145048.327500', '145048.787500', '145049.247500', '145049.707500', '145050.167500', '145050.627500', '145051.087500', '145051.547500', '145052.007500', '145052.467500', '145052.927500', '145053.387500', '145053.847500', '145054.307500', '145054.767500', '145055.227500', '145055.687500', '145056.147500', '145056.607500', '145057.067500', '145057.527500', '145057.987500', '145058.447500', '145058.907500', '145059.367500', '145059.827500', '145100.287500', '145100.747500', '145101.207500', '145101.667500', '145102.127500', '145102.587500', '145103.047500', '145103.507500', '145103.967500', '145104.427500', '145104.887500', '145105.347500', '145105.807500', '145106.267500', '145106.727500', '145107.187500', '145107.647500', '145108.107500', '145108.567500', '145109.027500', '145109.487500', '145109.947500', '145110.407500', '145110.867500', '145111.327500', '145111.787500', '145112.247500', '145112.707500', '145113.167500', '145113.627500', '145114.087500', '145114.547500', '145115.007500', '145115.467500', '145115.927500', '145116.387500', '145116.847500', '145117.307500', '145117.767500', '145118.227500', '145118.687500', '145119.147500', '145119.607500', '145120.067500', '145120.527500', '145120.987500', '145121.447500', '145121.907500', '145122.367500', '145122.827500', '145123.287500', '145123.747500', '145124.207500', '145124.667500', '145125.127500', '145125.587500', '145126.047500', '145126.507500', '145126.967500', '145127.427500', '145127.887500', '145128.347500', '145128.807500', '145129.267500', '145129.727500', '145130.187500', '145130.647500', '145131.107500', '145131.567500', '145132.027500', '145132.487500', '145132.947500', '145133.407500', '145133.867500', '145134.327500', '145134.787500', '145135.247500', '145135.707500', '145136.167500', '145136.627500', '145137.087500', '145137.547500', '145138.007500', '145138.467500', '145138.927500', '145139.387500', '145139.847500', '145140.307500', '145140.767500', '145141.227500', '145141.687500', '145142.147500', '145142.607500', '145143.067500', '145143.527500', '145143.987500', '145144.447500', '145144.907500', '145145.367500', '145145.827500', '145146.287500', '145146.747500', '145147.207500', '145147.667500', '145148.127500', '145148.587500', '145149.047500', '145149.507500', '145149.967500', '145150.427500', '145150.887500', '145151.347500', '145151.807500', '145152.267500', '145152.727500', '145153.187500', '145153.647500', '145154.107500', '145154.567500', '145155.027500', '145155.487500', '145155.947500', '145156.407500', '145156.867500', '145157.327500', '145157.787500', '145158.247500', '145158.707500', '145159.167500', '145159.627500', '145200.087500', '145200.547500', '145201.007500', '145201.467500', '145201.927500', '145202.387500', '145202.847500', '145203.307500', '145203.767500', '145204.227500', '145204.687500', '145205.147500', '145205.607500', '145206.067500', '145206.527500', '145206.987500', '145207.447500', '145207.907500', '145208.367500', '145208.827500', '145209.287500', '145209.747500', '145210.207500', '145210.667500', '145211.127500', '145211.587500', '145212.047500', '145212.507500', '145212.967500', '145213.427500', '145213.887500', '145214.347500', '145214.807500', '145215.267500', '145215.727500', '145216.187500', '145216.647500', '145217.107500', '145217.567500', '145218.027500', '145218.487500', '145218.947500', '145219.407500', '145219.867500', '145220.327500', '145220.787500', '145221.247500', '145221.707500', '145222.167500', '145222.627500', '145223.087500', '145223.547500', '145224.007500', '145224.467500', '145224.927500', '145225.387500', '145225.847500', '145226.307500', '145226.767500', '145227.227500', '145227.687500', '145228.147500', '145228.607500', '145229.067500', '145229.527500', '145229.987500', '145230.447500', '145230.907500', '145231.367500', '145231.827500', '145232.287500', '145232.747500', '145233.207500', '145233.667500', '145234.127500', '145234.587500', '145235.047500', '145235.507500', '145235.967500', '145236.427500', '145236.887500', '145237.347500', '145237.807500', '145238.267500', '145238.727500', '145239.187500', '145239.647500', '145240.107500', '145240.567500', '145241.027500', '145241.487500', '145241.947500', '145242.407500', '145242.867500', '145243.327500', '145243.787500', '145244.247500', '145244.707500', '145245.167500', '145245.627500', '145246.087500', '145246.547500', '145247.007500', '145247.467500', '145247.927500', '145248.387500', '145248.847500', '145249.307500', '145249.767500', '145250.227500', '145250.687500', '145251.147500', '145251.607500', '145252.067500', '145252.527500', '145252.987500', '145253.447500', '145253.907500', '145254.367500', '145254.827500', '145255.287500', '145255.747500', '145256.207500', '145256.667500', '145257.127500', '145257.587500', '145258.047500', '145258.507500', '145258.967500', '145259.427500', '145259.887500', '145300.347500', '145300.807500', '145301.267500', '145301.727500', '145302.187500', '145302.647500', '145303.107500', '145303.567500', '145304.027500', '145304.487500', '145304.947500', '145305.407500', '145305.867500', '145306.327500', '145306.787500', '145307.247500', '145307.707500', '145308.167500', '145308.627500', '145309.087500', '145309.547500', '145310.007500', '145310.467500', '145310.927500', '145311.387500', '145311.847500', '145312.307500', '145312.767500', '145313.227500', '145313.687500', '145314.147500', '145314.607500', '145315.067500', '145315.527500', '145315.987500', '145316.447500', '145316.907500', '145317.367500', '145317.827500', '145318.287500', '145318.747500', '145319.207500', '145319.667500', '145320.127500', '145320.587500', '145321.047500', '145321.507500', '145321.967500', '145322.427500', '145322.887500', '145323.347500', '145323.807500', '145324.267500', '145324.727500', '145325.187500', '145325.647500', '145326.107500', '145326.567500', '145327.027500', '145327.487500', '145327.947500', '145328.407500', '145328.867500', '145329.327500', '145329.787500', '145330.247500', '145330.707500', '145331.167500', '145331.627500', '145332.087500', '145332.547500', '145333.007500', '145333.467500', '145333.927500', '145334.387500', '145334.847500', '145335.307500', '145335.767500', '145336.227500', '145336.687500', '145337.147500', '145337.607500', '145338.067500', '145338.527500', '145338.987500', '145339.447500', '145339.907500', '145340.367500', '145340.827500', '145341.287500', '145341.747500', '145342.207500', '145342.667500', '145343.127500', '145343.587500', '145344.047500', '145344.507500', '145344.967500', '145345.427500', '145345.887500', '145346.347500', '145346.807500', '145347.267500', '145347.727500', '145348.187500', '145348.647500', '145349.107500', '145349.567500', '145350.027500', '145350.487500', '145350.947500', '145351.407500', '145351.867500', '145352.327500', '145352.787500', '145353.247500', '145353.707500', '145354.167500', '145354.627500', '145355.087500', '145355.547500', '145356.007500', '145356.467500', '145356.927500', '145357.387500', '145357.847500', '145358.307500', '145358.767500', '145359.227500', '145359.687500', '145400.147500', '145400.607500', '145401.067500', '145401.527500', '145401.987500', '145402.447500', '145402.907500', '145403.367500', '145403.827500', '145404.287500', '145404.747500', '145405.207500', '145405.667500', '145406.127500', '145406.587500', '145407.047500', '145407.507500', '145407.967500', '145408.427500', '145408.887500', '145409.347500', '145409.807500', '145410.267500', '145410.727500', '145411.187500', '145411.647500', '145412.107500', '145412.567500', '145413.027500', '145413.487500', '145413.947500', '145414.407500', '145414.867500', '145415.327500', '145415.787500', '145416.247500', '145416.707500', '145417.167500', '145417.627500', '145418.087500', '145418.547500', '145419.007500', '145419.467500', '145419.927500', '145420.387500', '145420.847500', '145421.307500', '145421.767500', '145422.227500', '145422.687500', '145423.147500', '145423.607500', '145424.067500', '145424.527500', '145424.987500', '145425.447500', '145425.907500', '145426.367500', '145426.827500', '145427.287500', '145427.747500', '145428.207500', '145428.667500', '145429.127500', '145429.587500', '145430.047500', '145430.507500', '145430.967500', '145431.427500', '145431.887500', '145432.347500', '145432.807500', '145433.267500', '145433.727500', '145434.187500', '145434.647500', '145435.107500', '145435.567500', '145436.027500', '145436.487500', '145436.947500', '145437.407500', '145437.867500', '145438.327500', '145438.787500', '145439.247500', '145439.707500', '145440.167500', '145440.627500', '145441.087500', '145441.547500', '145442.007500', '145442.467500', '145442.927500', '145443.387500', '145443.847500', '145444.307500', '145444.767500', '145445.227500', '145445.687500', '145446.147500', '145446.607500', '145447.067500', '145447.527500', '145447.987500', '145448.447500', '145448.907500', '145449.367500', '145449.827500', '145450.287500', '145450.747500', '145451.207500', '145451.667500', '145452.127500', '145452.587500', '145453.047500', '145453.507500', '145453.967500', '145454.427500', '145454.887500', '145455.347500', '145455.807500', '145456.267500', '145456.727500', '145457.187500', '145457.647500', '145458.107500', '145458.567500', '145459.027500', '145459.487500', '145459.947500', '145500.407500', '145500.867500', '145501.327500', '145501.787500', '145502.247500', '145502.707500', '145503.167500', '145503.627500', '145504.087500', '145504.547500', '145505.007500', '145505.467500', '145505.927500', '145506.387500', '145506.847500', '145507.307500', '145507.767500', '145508.227500', '145508.687500', '145509.147500', '145509.607500', '145510.067500', '145510.527500', '145510.987500', '145511.447500', '145511.907500', '145512.367500', '145512.827500', '145513.287500', '145513.747500', '145514.207500', '145514.667500', '145515.127500', '145515.587500', '145516.047500', '145516.507500', '145516.967500', '145517.427500', '145517.887500', '145518.347500', '145518.807500', '145519.267500', '145519.727500', '145520.187500', '145520.647500', '145521.107500', '145521.567500', '145522.027500', '145522.487500', '145522.947500', '145523.407500', '145523.867500', '145524.327500', '145524.787500', '145525.247500', '145525.707500', '145526.167500', '145526.627500', '145527.087500', '145527.547500', '145528.007500', '145528.467500', '145528.927500', '145529.387500', '145529.847500', '145530.307500', '145530.767500', '145531.227500', '145531.687500', '145532.147500', '145532.607500', '145533.067500', '145533.527500', '145533.987500', '145534.447500', '145534.907500', '145535.367500', '145535.827500', '145536.287500', '145536.747500', '145537.207500', '145537.667500', '145538.127500', '145538.587500', '145539.047500', '145539.507500', '145539.967500', '145540.427500', '145540.887500', '145541.347500', '145541.807500', '145542.267500', '145542.727500', '145543.187500', '145543.647500', '145544.107500', '145544.567500', '145545.027500', '145545.487500', '145545.947500', '145546.407500', '145546.867500', '145547.327500', '145547.787500', '145548.247500', '145548.707500', '145549.167500', '145549.627500', '145550.087500', '145550.547500', '145551.007500', '145551.467500', '145551.927500', '145552.387500', '145552.847500', '145553.307500', '145553.767500', '145554.227500', '145554.687500', '145555.147500', '145555.607500', '145556.067500', '145556.527500', '145556.987500', '145557.447500', '145557.907500', '145558.367500', '145558.827500', '145559.287500', '145559.747500', '145600.207500', '145600.667500', '145601.127500', '145601.587500', '145602.047500', '145602.507500', '145602.967500', '145603.427500', '145603.887500', '145604.347500', '145604.807500', '145605.267500', '145605.727500', '145606.187500', '145606.647500', '145607.107500', '145607.567500', '145608.027500', '145608.487500', '145608.947500', '145609.407500', '145609.867500', '145610.327500', '145610.787500', '145611.247500', '145611.707500', '145612.167500', '145612.627500', '145613.087500', '145613.547500', '145614.007500', '145614.467500', '145614.927500', '145615.387500', '145615.847500', '145616.307500', '145616.767500', '145617.227500', '145617.687500', '145618.147500', '145618.607500', '145619.067500', '145619.527500', '145619.987500', '145620.447500', '145620.907500', '145621.367500', '145621.827500', '145622.287500', '145622.747500', '145623.207500', '145623.667500', '145624.127500', '145624.587500', '145625.047500', '145625.507500', '145625.967500', '145626.427500', '145626.887500', '145627.347500', '145627.807500', '145628.267500', '145628.727500', '145629.187500', '145629.647500', '145630.107500', '145630.567500', '145631.027500', '145631.487500', '145631.947500', '145632.407500', '145632.867500', '145633.327500', '145633.787500', '145634.247500', '145634.707500', '145635.167500', '145635.627500', '145636.087500', '145636.547500', '145637.007500', '145637.467500', '145637.927500', '145638.387500', '145638.847500', '145639.307500', '145639.767500', '145640.227500', '145640.687500', '145641.147500', '145641.607500', '145642.067500', '145642.527500', '145642.987500', '145643.447500', '145643.907500', '145644.367500', '145644.827500', '145645.287500', '145645.747500', '145646.207500', '145646.667500', '145647.127500', '145647.587500', '145648.047500', '145648.507500', '145648.967500', '145649.427500', '145649.887500', '145650.347500', '145650.807500', '145651.267500', '145651.727500', '145652.187500', '145652.647500', '145653.107500', '145653.567500', '145654.027500', '145654.487500', '145654.947500', '145655.407500', '145655.867500', '145656.327500', '145656.787500', '145657.247500', '145657.707500', '145658.167500', '145658.627500', '145659.087500', '145659.547500', '145700.007500', '145700.467500', '145700.927500', '145701.387500', '145701.847500', '145702.307500', '145702.767500', '145703.227500', '145703.687500', '145704.147500', '145704.607500', '145705.067500', '145705.527500', '145705.987500', '145706.447500', '145706.907500', '145707.367500', '145707.827500', '145708.287500', '145708.747500', '145709.207500', '145709.667500', '145710.127500', '145710.587500', '145711.047500', '145711.507500', '145711.967500', '145712.427500', '145712.887500', '145713.347500', '145713.807500', '145714.267500', '145714.727500', '145715.187500', '145715.647500', '145716.107500', '145716.567500', '145717.027500', '145717.487500', '145717.947500', '145718.407500', '145718.867500', '145719.327500', '145719.787500', '145720.247500', '145720.707500', '145721.167500', '145721.627500', '145722.087500', '145722.547500', '145723.007500', '145723.467500', '145723.927500', '145724.387500', '145724.847500', '145725.307500', '145725.767500', '145726.227500', '145726.687500', '145727.147500', '145727.607500', '145728.067500', '145728.527500', '145728.987500', '145729.447500', '145729.907500', '145730.367500', '145730.827500', '145731.287500', '145731.747500', '145732.207500', '145732.667500', '145733.127500', '145733.587500', '145734.047500', '145734.507500', '145734.967500', '145735.427500', '145735.887500', '145736.347500', '145736.807500', '145737.267500', '145737.727500', '145738.187500', '145738.647500', '145739.107500', '145739.567500', '145740.027500', '145740.487500', '145740.947500', '145741.407500', '145741.867500', '145742.327500', '145742.787500', '145743.247500', '145743.707500', '145744.167500', '145744.627500', '145745.087500', '145745.547500', '145746.007500', '145746.467500', '145746.927500', '145747.387500', '145747.847500', '145748.307500', '145748.767500', '145749.227500', '145749.687500', '145750.147500', '145750.607500', '145751.067500', '145751.527500', '145751.987500', '145752.447500', '145752.907500', '145753.367500', '145753.827500', '145754.287500', '145754.747500', '145755.207500', '145755.667500', '145756.127500', '145756.587500', '145757.047500', '145757.507500', '145757.967500', '145758.427500', '145758.887500', '145759.347500', '145759.807500', '145800.267500', '145800.727500', '145801.187500', '145801.647500', '145802.107500', '145802.567500', '145803.027500', '145803.487500', '145803.947500', '145804.407500', '145804.867500', '145805.327500', '145805.787500', '145806.247500', '145806.707500', '145807.167500', '145807.627500', '145808.087500', '145808.547500', '145809.007500', '145809.467500', '145809.927500', '145810.387500', '145810.847500', '145811.307500', '145811.767500', '145812.227500', '145812.687500', '145813.147500', '145813.607500', '145814.067500', '145814.527500', '145814.987500', '145815.447500', '145815.907500', '145816.367500', '145816.827500', '145817.287500', '145817.747500', '145818.207500', '145818.667500', '145819.127500', '145819.587500', '145820.047500', '145820.507500', '145820.967500', '145821.427500', '145821.887500', '145822.347500', '145822.807500', '145823.267500', '145823.727500', '145824.187500', '145824.647500', '145825.107500', '145825.567500', '145826.027500', '145826.487500', '145826.947500', '145827.407500', '145827.867500', '145828.327500', '145828.787500', '145829.247500', '145829.707500', '145830.167500', '145830.627500', '145831.087500', '145831.547500', '145832.007500', '145832.467500', '145832.927500', '145833.387500', '145833.847500', '145834.307500', '145834.767500', '145835.227500', '145835.687500', '145836.147500', '145836.607500', '145837.067500', '145837.527500', '145837.987500', '145838.447500', '145838.907500', '145839.367500', '145839.827500', '145840.287500', '145840.747500', '145841.207500', '145841.667500', '145842.127500', '145842.587500', '145843.047500', '145843.507500', '145843.967500', '145844.427500', '145844.887500', '145845.347500', '145845.807500', '145846.267500', '145846.727500', '145847.187500', '145847.647500', '145848.107500', '145848.567500', '145849.027500', '145849.487500', '145849.947500', '145850.407500', '145850.867500', '145851.327500', '145851.787500', '145852.247500', '145852.707500', '145853.167500', '145853.627500', '145854.087500', '145854.547500', '145855.007500', '145855.467500', '145855.927500', '145856.387500', '145856.847500', '145857.307500', '145857.767500', '145858.227500', '145858.687500', '145859.147500', '145859.607500', '145900.067500', '145900.527500', '145900.987500', '145901.447500', '145901.907500', '145902.367500', '145902.827500', '145903.287500', '145903.747500', '145904.207500', '145904.667500', '145905.127500', '145905.587500', '145906.047500', '145906.507500', '145906.967500', '145907.427500', '145907.887500', '145908.347500', '145908.807500', '145909.267500', '145909.727500', '145910.187500', '145910.647500', '145911.107500', '145911.567500', '145912.027500', '145912.487500', '145912.947500', '145913.407500', '145913.867500', '145914.327500', '145914.787500', '145915.247500', '145915.707500', '145916.167500', '145916.627500', '145917.087500', '145917.547500', '145918.007500', '145918.467500', '145918.927500', '145919.387500', '145919.847500', '145920.307500', '145920.767500', '145921.227500', '145921.687500', '145922.147500', '145922.607500', '145923.067500', '145923.527500', '145923.987500', '145924.447500', '145924.907500', '145925.367500', '145925.827500', '145926.287500', '145926.747500', '145927.207500', '145927.667500', '145928.127500', '145928.587500', '145929.047500', '145929.507500', '145929.967500', '145930.427500', '145930.887500', '145931.347500', '145931.807500', '145932.267500', '145932.727500', '145933.187500', '145933.647500', '145934.107500', '145934.567500', '145935.027500', '145935.487500', '145935.947500', '145936.407500', '145936.867500', '145937.327500', '145937.787500', '145938.247500', '145938.707500', '145939.167500', '145939.627500', '145940.087500', '145940.547500', '145941.007500', '145941.467500', '145941.927500', '145942.387500', '145942.847500', '145943.307500', '145943.767500', '145944.227500', '145944.687500', '145945.147500', '145945.607500', '145946.067500', '145946.527500', '145946.987500', '145947.447500', '145947.907500', '145948.367500', '145948.827500', '145949.287500', '145949.747500', '145950.207500', '145950.667500', '145951.127500', '145951.587500', '145952.047500', '145952.507500', '145952.967500', '145953.427500', '145953.887500', '145954.347500', '145954.807500', '145955.267500', '145955.727500', '145956.187500', '145956.647500', '145957.107500', '145957.567500', '145958.027500', '145958.487500', '145958.947500', '145959.407500', '145959.867500', '150000.327500', '150000.787500', '150001.247500', '150001.707500', '150002.167500', '150002.627500', '150003.087500', '150003.547500', '150004.007500', '150004.467500', '150004.927500', '150005.387500', '150005.847500', '150006.307500', '150006.767500', '150007.227500', '150007.687500', '150008.147500', '150008.607500', '150009.067500', '150009.527500', '150009.987500', '150010.447500', '150010.907500', '150011.367500', '150011.827500', '150012.287500', '150012.747500', '150013.207500', '150013.667500', '150014.127500', '150014.587500', '150015.047500', '150015.507500', '150015.967500', '150016.427500', '150016.887500', '150017.347500', '150017.807500', '150018.267500', '150018.727500', '150019.187500', '150019.647500', '150020.107500', '150020.567500', '150021.027500', '150021.487500', '150021.947500', '150022.407500', '150022.867500', '150023.327500', '150023.787500', '150024.247500', '150024.707500', '150025.167500', '150025.627500', '150026.087500', '150026.547500', '150027.007500', '150027.467500', '150027.927500', '150028.387500', '150028.847500', '150029.307500', '150029.767500', '150030.227500', '150030.687500', '150031.147500', '150031.607500'], 'ContentTime': ['145038.793000', '145038.797000', '145038.800000', '145038.803000', '145038.806000', '145038.809000', '145038.812000', '145038.815000', '145038.817000', '145038.820000', '145038.823000', '145038.826000', '145038.829000', '145038.849000', '145038.852000', '145038.855000', '145038.857000', '145038.860000', '145038.863000', '145038.866000', '145038.869000', '145038.872000', '145038.875000', '145038.878000', '145038.888000', '145038.891000', '145038.894000', '145038.897000', '145038.900000', '145038.903000', '145038.906000', '145038.909000', '145058.762000', '145058.765000', '145058.768000', '145058.771000', '145058.774000', '145058.777000', '145058.780000', '145058.783000', '145058.786000', '145058.788000', '145058.791000', '145058.794000', '145058.797000', '145058.800000', '145058.803000', '145058.806000', '145058.809000', '145058.812000', '145058.815000', '145058.818000', '145058.821000', '145058.823000', '145058.826000', '145058.831000', '145058.834000', '145058.837000', '145058.840000', '145058.842000', '145058.845000', '145058.848000', '145058.851000', '145058.854000', '145058.857000', '145058.860000', '145058.863000', '145058.866000', '145058.869000', '145058.872000', '145058.875000', '145058.878000', '145058.880000', '145058.883000', '145058.886000', '145118.762000', '145118.765000', '145118.768000', '145118.771000', '145118.774000', '145118.777000', '145118.780000', '145118.783000', '145118.786000', '145118.788000', '145118.791000', '145118.794000', '145118.797000', '145118.800000', '145118.803000', '145118.806000', '145118.809000', '145118.812000', '145118.815000', '145118.818000', '145118.821000', '145118.823000', '145118.826000', '145118.829000', '145118.832000', '145118.835000', '145118.838000', '145118.849000', '145118.852000', '145118.854000', '145118.857000', '145118.860000', '145118.863000', '145118.866000', '145118.869000', '145118.872000', '145118.875000', '145118.878000', '145118.881000', '145118.883000', '145118.886000', '145118.889000', '145118.892000', '145118.895000', '145138.761000', '145138.764000', '145138.767000', '145138.770000', '145138.773000', '145138.776000', '145138.779000', '145138.782000', '145138.784000', '145138.787000', '145138.790000', '145138.793000', '145138.796000', '145138.799000', '145138.802000', '145138.805000', '145138.808000', '145138.811000', '145138.814000', '145138.817000', '145138.820000', '145138.823000', '145138.826000', '145138.829000', '145138.832000', '145138.835000', '145138.838000', '145138.841000', '145138.844000', '145138.847000', '145138.850000', '145138.852000', '145138.855000', '145138.858000', '145138.861000', '145138.864000', '145138.867000', '145138.870000', '145138.873000', '145138.876000', '145138.879000', '145138.882000', '145138.885000', '145158.761000', '145158.764000', '145158.767000', '145158.770000', '145158.773000', '145158.776000', '145158.779000', '145158.782000', '145158.785000', '145158.788000', '145158.791000', '145158.794000', '145158.797000', '145158.800000', '145158.803000', '145158.806000', '145158.809000', '145158.811000', '145158.814000', '145158.817000', '145158.820000', '145158.823000', '145158.826000', '145158.829000', '145158.832000', '145158.835000', '145158.838000', '145158.841000', '145158.844000', '145158.847000', '145158.849000', '145158.852000', '145158.855000', '145158.858000', '145158.861000', '145158.864000', '145158.867000', '145158.870000', '145158.873000', '145158.876000', '145158.879000', '145158.882000', '145158.885000', '145158.888000', '145218.761000', '145218.764000', '145218.767000', '145218.770000', '145218.773000', '145218.776000', '145218.779000', '145218.782000', '145218.785000', '145218.788000', '145218.791000', '145218.794000', '145218.797000', '145218.800000', '145218.802000', '145218.805000', '145218.808000', '145218.811000', '145218.814000', '145218.817000', '145218.820000', '145218.823000', '145218.826000', '145218.829000', '145218.832000', '145218.835000', '145218.838000', '145218.841000', '145218.844000', '145218.847000', '145218.850000', '145218.853000', '145218.856000', '145218.859000', '145218.874000', '145218.877000', '145218.880000', '145218.882000', '145218.885000', '145218.888000', '145218.891000', '145218.894000', '145218.897000', '145238.761000', '145238.764000', '145238.767000', '145238.770000', '145238.773000', '145238.776000', '145238.786000', '145238.789000', '145238.792000', '145238.795000', '145238.798000', '145238.801000', '145238.804000', '145238.807000', '145238.810000', '145238.812000', '145238.815000', '145238.818000', '145238.821000', '145238.824000', '145238.827000', '145238.830000', '145238.833000', '145238.836000', '145238.839000', '145238.842000', '145238.845000', '145238.848000', '145238.851000', '145238.854000', '145238.857000', '145238.860000', '145238.862000', '145238.865000', '145238.869000', '145238.871000', '145238.874000', '145238.877000', '145238.880000', '145238.883000', '145238.886000', '145238.889000', '145238.892000', '145238.895000', '145258.761000', '145258.764000', '145258.767000', '145258.770000', '145258.773000', '145258.776000', '145258.779000', '145258.782000', '145258.785000', '145258.788000', '145258.791000', '145258.795000', '145258.798000', '145258.801000', '145258.804000', '145258.807000', '145258.810000', '145258.813000', '145258.816000', '145258.819000', '145258.822000', '145258.825000', '145258.828000', '145258.831000', '145258.834000', '145258.836000', '145258.839000', '145258.842000', '145258.845000', '145258.848000', '145258.851000', '145258.854000', '145258.857000', '145258.860000', '145258.863000', '145258.866000', '145258.870000', '145258.872000', '145258.876000', '145258.878000', '145258.881000', '145258.884000', '145258.887000', '145318.763000', '145318.766000', '145318.769000', '145318.772000', '145318.775000', '145318.778000', '145318.781000', '145318.784000', '145318.786000', '145318.789000', '145318.792000', '145318.795000', '145318.798000', '145318.801000', '145318.804000', '145318.807000', '145318.810000', '145318.813000', '145318.816000', '145318.819000', '145318.822000', '145318.825000', '145318.827000', '145318.830000', '145318.833000', '145318.836000', '145318.839000', '145318.842000', '145318.845000', '145318.848000', '145318.851000', '145318.854000', '145318.857000', '145318.860000', '145318.863000', '145318.865000', '145318.868000', '145318.871000', '145318.874000', '145318.877000', '145318.880000', '145318.883000', '145318.886000', '145318.889000', '145338.762000', '145338.765000', '145338.768000', '145338.771000', '145338.774000', '145338.777000', '145338.780000', '145338.783000', '145338.786000', '145338.789000', '145338.792000', '145338.795000', '145338.798000', '145338.801000', '145338.804000', '145338.807000', '145338.810000', '145338.813000', '145338.815000', '145338.818000', '145338.821000', '145338.824000', '145338.827000', '145338.830000', '145338.833000', '145338.836000', '145338.839000', '145338.842000', '145338.845000', '145338.848000', '145338.851000', '145338.854000', '145338.857000', '145338.859000', '145338.862000', '145338.865000', '145338.868000', '145338.871000', '145338.874000', '145338.877000', '145338.880000', '145338.884000', '145338.888000', '145358.761000', '145358.764000', '145358.767000', '145358.770000', '145358.773000', '145358.776000', '145358.779000', '145358.782000', '145358.785000', '145358.788000', '145358.791000', '145358.794000', '145358.797000', '145358.800000', '145358.803000', '145358.806000', '145358.819000', '145358.821000', '145358.824000', '145358.827000', '145358.830000', '145358.833000', '145358.836000', '145358.839000', '145358.842000', '145358.845000', '145358.848000', '145358.851000', '145358.854000', '145358.857000', '145358.860000', '145358.863000', '145358.866000', '145358.868000', '145358.871000', '145358.874000', '145358.877000', '145358.880000', '145358.883000', '145358.886000', '145358.889000', '145358.892000', '145358.895000', '145358.898000', '145418.761000', '145418.764000', '145418.767000', '145418.770000', '145418.773000', '145418.776000', '145418.779000', '145418.782000', '145418.785000', '145418.787000', '145418.791000', '145418.794000', '145418.797000', '145418.799000', '145418.803000', '145418.805000', '145418.808000', '145418.811000', '145418.820000', '145418.823000', '145418.826000', '145418.828000', '145418.833000', '145418.836000', '145418.839000', '145418.842000', '145418.845000', '145418.848000', '145418.851000', '145418.854000', '145418.857000', '145418.860000', '145418.863000', '145418.866000', '145418.869000', '145418.872000', '145418.874000', '145418.877000', '145418.880000', '145418.883000', '145418.888000', '145418.893000', '145418.897000', '145438.761000', '145438.764000', '145438.767000', '145438.770000', '145438.773000', '145438.776000', '145438.779000', '145438.782000', '145438.785000', '145438.788000', '145438.791000', '145438.794000', '145438.796000', '145438.799000', '145438.802000', '145438.806000', '145438.809000', '145438.812000', '145438.814000', '145438.818000', '145438.821000', '145438.824000', '145438.827000', '145438.830000', '145438.833000', '145438.836000', '145438.839000', '145438.842000', '145438.845000', '145438.848000', '145438.851000', '145438.854000', '145438.856000', '145438.859000', '145438.862000', '145438.865000', '145438.868000', '145438.871000', '145438.874000', '145438.877000', '145438.880000', '145438.883000', '145438.886000', '145438.889000', '145458.761000', '145458.764000', '145458.767000', '145458.770000', '145458.773000', '145458.776000', '145458.779000', '145458.782000', '145458.785000', '145458.788000', '145458.791000', '145458.793000', '145458.796000', '145458.800000', '145458.803000', '145458.805000', '145458.808000', '145458.811000', '145458.814000', '145458.817000', '145458.820000', '145458.823000', '145458.826000', '145458.829000', '145458.832000', '145458.835000', '145458.838000', '145458.841000', '145458.844000', '145458.847000', '145458.850000', '145458.853000', '145458.856000', '145458.859000', '145458.862000', '145458.865000', '145458.868000', '145458.871000', '145458.874000', '145458.877000', '145458.880000', '145458.883000', '145458.886000', '145518.761000', '145518.764000', '145518.767000', '145518.770000', '145518.773000', '145518.776000', '145518.779000', '145518.782000', '145518.785000', '145518.788000', '145518.791000', '145518.794000', '145518.797000', '145518.799000', '145518.802000', '145518.805000', '145518.808000', '145518.811000', '145518.814000', '145518.817000', '145518.820000', '145518.823000', '145518.826000', '145518.829000', '145518.832000', '145518.835000', '145518.849000', '145518.852000', '145518.855000', '145518.858000', '145518.861000', '145518.864000', '145518.866000', '145518.869000', '145518.872000', '145518.875000', '145518.878000', '145518.881000', '145518.884000', '145518.887000', '145518.890000', '145518.893000', '145518.896000', '145518.899000', '145538.762000', '145538.765000', '145538.768000', '145538.771000', '145538.774000', '145538.777000', '145538.780000', '145538.783000', '145538.786000', '145538.789000', '145538.792000', '145538.795000', '145538.798000', '145538.801000', '145538.804000', '145538.807000', '145538.810000', '145538.813000', '145538.816000', '145538.819000', '145538.822000', '145538.825000', '145538.828000', '145538.831000', '145538.834000', '145538.837000', '145538.840000', '145538.843000', '145538.846000', '145538.849000', '145538.852000', '145538.855000', '145538.858000', '145538.861000', '145538.864000', '145538.867000', '145538.871000', '145538.874000', '145538.877000', '145538.880000', '145538.883000', '145538.886000', '145538.889000', '145558.762000', '145558.773000', '145558.776000', '145558.779000', '145558.782000', '145558.785000', '145558.788000', '145558.791000', '145558.794000', '145558.797000', '145558.800000', '145558.803000', '145558.806000', '145558.809000', '145558.812000', '145558.815000', '145558.818000', '145558.821000', '145558.824000', '145558.826000', '145558.829000', '145558.832000', '145558.835000', '145558.838000', '145558.841000', '145558.844000', '145558.847000', '145558.850000', '145558.853000', '145558.856000', '145558.859000', '145558.862000', '145558.865000', '145558.868000', '145558.871000', '145558.874000', '145558.877000', '145558.880000', '145558.883000', '145558.886000', '145558.889000', '145558.892000', '145558.895000', '145558.898000', '145618.761000', '145618.764000', '145618.767000', '145618.770000', '145618.773000', '145618.776000', '145618.779000', '145618.782000', '145618.785000', '145618.788000', '145618.791000', '145618.794000', '145618.797000', '145618.800000', '145618.803000', '145618.806000', '145618.808000', '145618.811000', '145618.814000', '145618.817000', '145618.820000', '145618.823000', '145618.826000', '145618.829000', '145618.832000', '145618.835000', '145618.838000', '145618.841000', '145618.844000', '145618.847000', '145618.850000', '145618.853000', '145618.855000', '145618.858000', '145618.861000', '145618.864000', '145618.867000', '145618.870000', '145618.873000', '145618.876000', '145618.879000', '145618.882000', '145618.885000', '145638.761000', '145638.764000', '145638.767000', '145638.770000', '145638.773000', '145638.776000', '145638.779000', '145638.782000', '145638.785000', '145638.788000', '145638.791000', '145638.794000', '145638.797000', '145638.800000', '145638.803000', '145638.806000', '145638.809000', '145638.812000', '145638.815000', '145638.818000', '145638.821000', '145638.824000', '145638.826000', '145638.848000', '145638.851000', '145638.854000', '145638.856000', '145638.859000', '145638.862000', '145638.865000', '145638.868000', '145638.871000', '145638.874000', '145638.877000', '145638.880000', '145638.883000', '145638.886000', '145638.889000', '145638.892000', '145638.895000', '145638.898000', '145638.901000', '145638.904000', '145638.907000', '145658.761000', '145658.764000', '145658.767000', '145658.770000', '145658.773000', '145658.776000', '145658.779000', '145658.782000', '145658.785000', '145658.788000', '145658.791000', '145658.794000', '145658.797000', '145658.800000', '145658.803000', '145658.806000', '145658.809000', '145658.812000', '145658.815000', '145658.818000', '145658.821000', '145658.824000', '145658.827000', '145658.830000', '145658.833000', '145658.836000', '145658.839000', '145658.842000', '145658.845000', '145658.848000', '145658.851000', '145658.854000', '145658.857000', '145658.860000', '145658.863000', '145658.866000', '145658.869000', '145658.872000', '145658.875000', '145658.878000', '145658.880000', '145658.883000', '145658.886000', '145718.761000', '145718.764000', '145718.767000', '145718.770000', '145718.773000', '145718.776000', '145718.779000', '145718.782000', '145718.785000', '145718.788000', '145718.791000', '145718.794000', '145718.797000', '145718.800000', '145718.802000', '145718.806000', '145718.808000', '145718.811000', '145718.814000', '145718.817000', '145718.820000', '145718.823000', '145718.826000', '145718.829000', '145718.832000', '145718.835000', '145718.838000', '145718.841000', '145718.844000', '145718.847000', '145718.850000', '145718.853000', '145718.856000', '145718.859000', '145718.861000', '145718.865000', '145718.868000', '145718.870000', '145718.874000', '145718.877000', '145718.880000', '145718.883000', '145718.886000', '145718.889000', '145738.761000', '145738.764000', '145738.767000', '145738.770000', '145738.773000', '145738.776000', '145738.779000', '145738.782000', '145738.785000', '145738.788000', '145738.791000', '145738.794000', '145738.797000', '145738.800000', '145738.803000', '145738.806000', '145738.809000', '145738.812000', '145738.815000', '145738.818000', '145738.821000', '145738.824000', '145738.827000', '145738.829000', '145738.832000', '145738.835000', '145738.838000', '145738.841000', '145738.844000', '145738.847000', '145738.850000', '145738.853000', '145738.856000', '145738.859000', '145738.862000', '145738.865000', '145738.868000', '145738.871000', '145738.874000', '145738.877000', '145738.880000', '145738.883000', '145738.886000', '145758.763000', '145758.767000', '145758.771000', '145758.774000', '145758.777000', '145758.780000', '145758.783000', '145758.786000', '145758.789000', '145758.792000', '145758.795000', '145758.798000', '145758.801000', '145758.803000', '145758.807000', '145758.810000', '145758.812000', '145758.815000', '145758.818000', '145758.821000', '145758.824000', '145758.827000', '145758.830000', '145758.833000', '145758.836000', '145758.839000', '145758.842000', '145758.845000', '145758.848000', '145758.851000', '145758.854000', '145758.857000', '145758.860000', '145758.863000', '145758.873000', '145758.876000', '145758.879000', '145758.882000', '145758.885000', '145758.888000', '145758.891000', '145758.894000', '145758.897000', '145818.762000', '145818.765000', '145818.768000', '145818.771000', '145818.774000', '145818.777000', '145818.780000', '145818.783000', '145818.786000', '145818.789000', '145818.792000', '145818.795000', '145818.797000', '145818.801000', '145818.803000', '145818.806000', '145818.809000', '145818.812000', '145818.815000', '145818.818000', '145818.821000', '145818.824000', '145818.827000', '145818.830000', '145818.833000', '145818.836000', '145818.839000', '145818.842000', '145818.845000', '145818.848000', '145818.851000', '145818.854000', '145818.857000', '145818.860000', '145818.863000', '145818.866000', '145818.868000', '145818.871000', '145818.874000', '145818.877000', '145818.880000', '145818.883000', '145818.886000', '145818.889000', '145838.761000', '145838.764000', '145838.767000', '145838.770000', '145838.773000', '145838.776000', '145838.779000', '145838.782000', '145838.785000', '145838.788000', '145838.792000', '145838.796000', '145838.799000', '145838.802000', '145838.805000', '145838.808000', '145838.811000', '145838.814000', '145838.817000', '145838.820000', '145838.823000', '145838.826000', '145838.829000', '145838.831000', '145838.834000', '145838.837000', '145838.840000', '145838.843000', '145838.846000', '145838.849000', '145838.852000', '145838.855000', '145838.858000', '145838.861000', '145838.864000', '145838.867000', '145838.870000', '145838.873000', '145838.876000', '145838.879000', '145838.882000', '145838.885000', '145838.888000', '145858.761000', '145858.764000', '145858.767000', '145858.770000', '145858.773000', '145858.776000', '145858.779000', '145858.782000', '145858.785000', '145858.788000', '145858.791000', '145858.794000', '145858.797000', '145858.800000', '145858.803000', '145858.806000', '145858.809000', '145858.812000', '145858.815000', '145858.818000', '145858.821000', '145858.824000', '145858.827000', '145858.829000', '145858.833000', '145858.835000', '145858.838000', '145858.841000', '145858.844000', '145858.848000', '145858.850000', '145858.853000', '145858.857000', '145858.859000', '145858.862000', '145858.865000', '145858.868000', '145858.871000', '145858.874000', '145858.877000', '145858.880000', '145858.883000', '145858.886000', '145858.889000', '145918.761000', '145918.764000', '145918.767000', '145918.770000', '145918.773000', '145918.776000', '145918.779000', '145918.782000', '145918.785000', '145918.788000', '145918.791000', '145918.794000', '145918.797000', '145918.800000', '145918.805000', '145918.807000', '145918.811000', '145918.814000', '145918.817000', '145918.820000', '145918.823000', '145918.826000', '145918.828000', '145918.831000', '145918.834000', '145918.837000', '145918.840000', '145918.843000', '145918.846000', '145918.849000', '145918.863000', '145918.865000', '145918.868000', '145918.871000', '145918.874000', '145918.877000', '145918.880000', '145918.883000', '145918.886000', '145918.889000', '145918.892000', '145918.895000', '145918.898000', '145938.761000', '145938.764000', '145938.767000', '145938.770000', '145938.773000', '145938.776000', '145938.779000', '145938.782000', '145938.785000', '145938.788000', '145938.791000', '145938.794000', '145938.797000', '145938.800000', '145938.803000', '145938.806000', '145938.809000', '145938.811000', '145938.814000', '145938.817000', '145938.820000', '145938.823000', '145938.826000', '145938.829000', '145938.832000', '145938.835000', '145938.838000', '145938.841000', '145938.844000', '145938.847000', '145938.850000', '145938.853000', '145938.856000', '145938.859000', '145938.861000', '145938.865000', '145938.867000', '145938.870000', '145938.873000', '145938.876000', '145938.879000', '145938.882000', '145938.885000', '145938.888000', '145958.761000', '145958.770000', '145958.773000', '145958.776000', '145958.779000', '145958.782000', '145958.785000', '145958.788000', '145958.791000', '145958.794000', '145958.797000', '145958.799000', '145958.802000', '145958.805000', '145958.808000', '145958.811000', '145958.814000', '145958.817000', '145958.822000', '145958.825000', '145958.828000', '145958.831000', '145958.834000', '145958.837000', '145958.840000', '145958.843000', '145958.845000', '145958.849000', '145958.852000', '145958.855000', '145958.858000', '145958.861000', '145958.864000', '145958.867000', '145958.870000', '145958.873000', '145958.876000', '145958.879000', '145958.881000', '145958.885000', '145958.887000', '145958.890000', '145958.893000', '150018.762000', '150018.765000', '150018.768000', '150018.771000', '150018.774000', '150018.777000', '150018.780000', '150018.783000', '150018.786000', '150018.789000', '150018.792000', '150018.795000', '150018.798000', '150018.801000', '150018.804000', '150018.807000', '150018.810000', '150018.813000', '150018.816000', '150018.819000', '150018.821000', '150018.824000', '150018.827000', '150018.830000', '150018.833000', '150018.836000', '150018.839000', '150018.842000', '150018.845000', '150018.848000', '150018.851000', '150018.854000', '150018.857000', '150018.860000', '150018.863000', '150018.866000', '150018.869000', '150018.871000', '150018.875000', '150018.877000', '150018.880000', '150018.883000', '150018.886000', '150018.889000', '150032.453000', '150032.457000', '150032.467000', '150032.470000', '150032.474000', '150032.477000', '150032.481000', '150032.484000', '150032.488000', '150032.491000', '150032.494000', '150032.497000', '150032.511000', '150032.514000', '150032.524000', '150032.527000', '150032.530000', '150032.533000', '150032.536000', '150032.539000', '150032.542000', '150032.545000', '150032.548000', '150032.551000', '150032.554000', '150032.557000', '150032.560000', '150032.564000', '150032.567000', '150032.570000'], 'InstanceCreationTime': ['145038.793000', '145038.797000', '145038.800000', '145038.803000', '145038.806000', '145038.809000', '145038.812000', '145038.815000', '145038.817000', '145038.820000', '145038.823000', '145038.826000', '145038.829000', '145038.849000', '145038.852000', '145038.855000', '145038.857000', '145038.860000', '145038.863000', '145038.866000', '145038.869000', '145038.872000', '145038.875000', '145038.878000', '145038.888000', '145038.891000', '145038.894000', '145038.897000', '145038.900000', '145038.903000', '145038.906000', '145038.909000', '145058.762000', '145058.765000', '145058.768000', '145058.771000', '145058.774000', '145058.777000', '145058.780000', '145058.783000', '145058.786000', '145058.788000', '145058.791000', '145058.794000', '145058.797000', '145058.800000', '145058.803000', '145058.806000', '145058.809000', '145058.812000', '145058.815000', '145058.818000', '145058.821000', '145058.823000', '145058.826000', '145058.831000', '145058.834000', '145058.837000', '145058.840000', '145058.842000', '145058.845000', '145058.848000', '145058.851000', '145058.854000', '145058.857000', '145058.860000', '145058.863000', '145058.866000', '145058.869000', '145058.872000', '145058.875000', '145058.878000', '145058.880000', '145058.883000', '145058.886000', '145118.762000', '145118.765000', '145118.768000', '145118.771000', '145118.774000', '145118.777000', '145118.780000', '145118.783000', '145118.786000', '145118.788000', '145118.791000', '145118.794000', '145118.797000', '145118.800000', '145118.803000', '145118.806000', '145118.809000', '145118.812000', '145118.815000', '145118.818000', '145118.821000', '145118.823000', '145118.826000', '145118.829000', '145118.832000', '145118.835000', '145118.838000', '145118.849000', '145118.852000', '145118.854000', '145118.857000', '145118.860000', '145118.863000', '145118.866000', '145118.869000', '145118.872000', '145118.875000', '145118.878000', '145118.881000', '145118.883000', '145118.886000', '145118.889000', '145118.892000', '145118.895000', '145138.761000', '145138.764000', '145138.767000', '145138.770000', '145138.773000', '145138.776000', '145138.779000', '145138.782000', '145138.784000', '145138.787000', '145138.790000', '145138.793000', '145138.796000', '145138.799000', '145138.802000', '145138.805000', '145138.808000', '145138.811000', '145138.814000', '145138.817000', '145138.820000', '145138.823000', '145138.826000', '145138.829000', '145138.832000', '145138.835000', '145138.838000', '145138.841000', '145138.844000', '145138.847000', '145138.850000', '145138.852000', '145138.855000', '145138.858000', '145138.861000', '145138.864000', '145138.867000', '145138.870000', '145138.873000', '145138.876000', '145138.879000', '145138.882000', '145138.885000', '145158.761000', '145158.764000', '145158.767000', '145158.770000', '145158.773000', '145158.776000', '145158.779000', '145158.782000', '145158.785000', '145158.788000', '145158.791000', '145158.794000', '145158.797000', '145158.800000', '145158.803000', '145158.806000', '145158.809000', '145158.811000', '145158.814000', '145158.817000', '145158.820000', '145158.823000', '145158.826000', '145158.829000', '145158.832000', '145158.835000', '145158.838000', '145158.841000', '145158.844000', '145158.847000', '145158.849000', '145158.852000', '145158.855000', '145158.858000', '145158.861000', '145158.864000', '145158.867000', '145158.870000', '145158.873000', '145158.876000', '145158.879000', '145158.882000', '145158.885000', '145158.888000', '145218.761000', '145218.764000', '145218.767000', '145218.770000', '145218.773000', '145218.776000', '145218.779000', '145218.782000', '145218.785000', '145218.788000', '145218.791000', '145218.794000', '145218.797000', '145218.800000', '145218.802000', '145218.805000', '145218.808000', '145218.811000', '145218.814000', '145218.817000', '145218.820000', '145218.823000', '145218.826000', '145218.829000', '145218.832000', '145218.835000', '145218.838000', '145218.841000', '145218.844000', '145218.847000', '145218.850000', '145218.853000', '145218.856000', '145218.859000', '145218.874000', '145218.877000', '145218.880000', '145218.882000', '145218.885000', '145218.888000', '145218.891000', '145218.894000', '145218.897000', '145238.761000', '145238.764000', '145238.767000', '145238.770000', '145238.773000', '145238.776000', '145238.786000', '145238.789000', '145238.792000', '145238.795000', '145238.798000', '145238.801000', '145238.804000', '145238.807000', '145238.810000', '145238.812000', '145238.815000', '145238.818000', '145238.821000', '145238.824000', '145238.827000', '145238.830000', '145238.833000', '145238.836000', '145238.839000', '145238.842000', '145238.845000', '145238.848000', '145238.851000', '145238.854000', '145238.857000', '145238.860000', '145238.862000', '145238.865000', '145238.869000', '145238.871000', '145238.874000', '145238.877000', '145238.880000', '145238.883000', '145238.886000', '145238.889000', '145238.892000', '145238.895000', '145258.761000', '145258.764000', '145258.767000', '145258.770000', '145258.773000', '145258.776000', '145258.779000', '145258.782000', '145258.785000', '145258.788000', '145258.791000', '145258.795000', '145258.798000', '145258.801000', '145258.804000', '145258.807000', '145258.810000', '145258.813000', '145258.816000', '145258.819000', '145258.822000', '145258.825000', '145258.828000', '145258.831000', '145258.834000', '145258.836000', '145258.839000', '145258.842000', '145258.845000', '145258.848000', '145258.851000', '145258.854000', '145258.857000', '145258.860000', '145258.863000', '145258.866000', '145258.870000', '145258.872000', '145258.876000', '145258.878000', '145258.881000', '145258.884000', '145258.887000', '145318.763000', '145318.766000', '145318.769000', '145318.772000', '145318.775000', '145318.778000', '145318.781000', '145318.784000', '145318.786000', '145318.789000', '145318.792000', '145318.795000', '145318.798000', '145318.801000', '145318.804000', '145318.807000', '145318.810000', '145318.813000', '145318.816000', '145318.819000', '145318.822000', '145318.825000', '145318.827000', '145318.830000', '145318.833000', '145318.836000', '145318.839000', '145318.842000', '145318.845000', '145318.848000', '145318.851000', '145318.854000', '145318.857000', '145318.860000', '145318.863000', '145318.865000', '145318.868000', '145318.871000', '145318.874000', '145318.877000', '145318.880000', '145318.883000', '145318.886000', '145318.889000', '145338.762000', '145338.765000', '145338.768000', '145338.771000', '145338.774000', '145338.777000', '145338.780000', '145338.783000', '145338.786000', '145338.789000', '145338.792000', '145338.795000', '145338.798000', '145338.801000', '145338.804000', '145338.807000', '145338.810000', '145338.813000', '145338.815000', '145338.818000', '145338.821000', '145338.824000', '145338.827000', '145338.830000', '145338.833000', '145338.836000', '145338.839000', '145338.842000', '145338.845000', '145338.848000', '145338.851000', '145338.854000', '145338.857000', '145338.859000', '145338.862000', '145338.865000', '145338.868000', '145338.871000', '145338.874000', '145338.877000', '145338.880000', '145338.884000', '145338.888000', '145358.761000', '145358.764000', '145358.767000', '145358.770000', '145358.773000', '145358.776000', '145358.779000', '145358.782000', '145358.785000', '145358.788000', '145358.791000', '145358.794000', '145358.797000', '145358.800000', '145358.803000', '145358.806000', '145358.819000', '145358.821000', '145358.824000', '145358.827000', '145358.830000', '145358.833000', '145358.836000', '145358.839000', '145358.842000', '145358.845000', '145358.848000', '145358.851000', '145358.854000', '145358.857000', '145358.860000', '145358.863000', '145358.866000', '145358.868000', '145358.871000', '145358.874000', '145358.877000', '145358.880000', '145358.883000', '145358.886000', '145358.889000', '145358.892000', '145358.895000', '145358.898000', '145418.761000', '145418.764000', '145418.767000', '145418.770000', '145418.773000', '145418.776000', '145418.779000', '145418.782000', '145418.785000', '145418.787000', '145418.791000', '145418.794000', '145418.797000', '145418.799000', '145418.803000', '145418.805000', '145418.808000', '145418.811000', '145418.820000', '145418.823000', '145418.826000', '145418.828000', '145418.833000', '145418.836000', '145418.839000', '145418.842000', '145418.845000', '145418.848000', '145418.851000', '145418.854000', '145418.857000', '145418.860000', '145418.863000', '145418.866000', '145418.869000', '145418.872000', '145418.874000', '145418.877000', '145418.880000', '145418.883000', '145418.888000', '145418.893000', '145418.897000', '145438.761000', '145438.764000', '145438.767000', '145438.770000', '145438.773000', '145438.776000', '145438.779000', '145438.782000', '145438.785000', '145438.788000', '145438.791000', '145438.794000', '145438.796000', '145438.799000', '145438.802000', '145438.806000', '145438.809000', '145438.812000', '145438.814000', '145438.818000', '145438.821000', '145438.824000', '145438.827000', '145438.830000', '145438.833000', '145438.836000', '145438.839000', '145438.842000', '145438.845000', '145438.848000', '145438.851000', '145438.854000', '145438.856000', '145438.859000', '145438.862000', '145438.865000', '145438.868000', '145438.871000', '145438.874000', '145438.877000', '145438.880000', '145438.883000', '145438.886000', '145438.889000', '145458.761000', '145458.764000', '145458.767000', '145458.770000', '145458.773000', '145458.776000', '145458.779000', '145458.782000', '145458.785000', '145458.788000', '145458.791000', '145458.793000', '145458.796000', '145458.800000', '145458.803000', '145458.805000', '145458.808000', '145458.811000', '145458.814000', '145458.817000', '145458.820000', '145458.823000', '145458.826000', '145458.829000', '145458.832000', '145458.835000', '145458.838000', '145458.841000', '145458.844000', '145458.847000', '145458.850000', '145458.853000', '145458.856000', '145458.859000', '145458.862000', '145458.865000', '145458.868000', '145458.871000', '145458.874000', '145458.877000', '145458.880000', '145458.883000', '145458.886000', '145518.761000', '145518.764000', '145518.767000', '145518.770000', '145518.773000', '145518.776000', '145518.779000', '145518.782000', '145518.785000', '145518.788000', '145518.791000', '145518.794000', '145518.797000', '145518.799000', '145518.802000', '145518.805000', '145518.808000', '145518.811000', '145518.814000', '145518.817000', '145518.820000', '145518.823000', '145518.826000', '145518.829000', '145518.832000', '145518.835000', '145518.849000', '145518.852000', '145518.855000', '145518.858000', '145518.861000', '145518.864000', '145518.866000', '145518.869000', '145518.872000', '145518.875000', '145518.878000', '145518.881000', '145518.884000', '145518.887000', '145518.890000', '145518.893000', '145518.896000', '145518.899000', '145538.762000', '145538.765000', '145538.768000', '145538.771000', '145538.774000', '145538.777000', '145538.780000', '145538.783000', '145538.786000', '145538.789000', '145538.792000', '145538.795000', '145538.798000', '145538.801000', '145538.804000', '145538.807000', '145538.810000', '145538.813000', '145538.816000', '145538.819000', '145538.822000', '145538.825000', '145538.828000', '145538.831000', '145538.834000', '145538.837000', '145538.840000', '145538.843000', '145538.846000', '145538.849000', '145538.852000', '145538.855000', '145538.858000', '145538.861000', '145538.864000', '145538.867000', '145538.871000', '145538.874000', '145538.877000', '145538.880000', '145538.883000', '145538.886000', '145538.889000', '145558.762000', '145558.773000', '145558.776000', '145558.779000', '145558.782000', '145558.785000', '145558.788000', '145558.791000', '145558.794000', '145558.797000', '145558.800000', '145558.803000', '145558.806000', '145558.809000', '145558.812000', '145558.815000', '145558.818000', '145558.821000', '145558.824000', '145558.826000', '145558.829000', '145558.832000', '145558.835000', '145558.838000', '145558.841000', '145558.844000', '145558.847000', '145558.850000', '145558.853000', '145558.856000', '145558.859000', '145558.862000', '145558.865000', '145558.868000', '145558.871000', '145558.874000', '145558.877000', '145558.880000', '145558.883000', '145558.886000', '145558.889000', '145558.892000', '145558.895000', '145558.898000', '145618.761000', '145618.764000', '145618.767000', '145618.770000', '145618.773000', '145618.776000', '145618.779000', '145618.782000', '145618.785000', '145618.788000', '145618.791000', '145618.794000', '145618.797000', '145618.800000', '145618.803000', '145618.806000', '145618.808000', '145618.811000', '145618.814000', '145618.817000', '145618.820000', '145618.823000', '145618.826000', '145618.829000', '145618.832000', '145618.835000', '145618.838000', '145618.841000', '145618.844000', '145618.847000', '145618.850000', '145618.853000', '145618.855000', '145618.858000', '145618.861000', '145618.864000', '145618.867000', '145618.870000', '145618.873000', '145618.876000', '145618.879000', '145618.882000', '145618.885000', '145638.761000', '145638.764000', '145638.767000', '145638.770000', '145638.773000', '145638.776000', '145638.779000', '145638.782000', '145638.785000', '145638.788000', '145638.791000', '145638.794000', '145638.797000', '145638.800000', '145638.803000', '145638.806000', '145638.809000', '145638.812000', '145638.815000', '145638.818000', '145638.821000', '145638.824000', '145638.826000', '145638.848000', '145638.851000', '145638.854000', '145638.856000', '145638.859000', '145638.862000', '145638.865000', '145638.868000', '145638.871000', '145638.874000', '145638.877000', '145638.880000', '145638.883000', '145638.886000', '145638.889000', '145638.892000', '145638.895000', '145638.898000', '145638.901000', '145638.904000', '145638.907000', '145658.761000', '145658.764000', '145658.767000', '145658.770000', '145658.773000', '145658.776000', '145658.779000', '145658.782000', '145658.785000', '145658.788000', '145658.791000', '145658.794000', '145658.797000', '145658.800000', '145658.803000', '145658.806000', '145658.809000', '145658.812000', '145658.815000', '145658.818000', '145658.821000', '145658.824000', '145658.827000', '145658.830000', '145658.833000', '145658.836000', '145658.839000', '145658.842000', '145658.845000', '145658.848000', '145658.851000', '145658.854000', '145658.857000', '145658.860000', '145658.863000', '145658.866000', '145658.869000', '145658.872000', '145658.875000', '145658.878000', '145658.880000', '145658.883000', '145658.886000', '145718.761000', '145718.764000', '145718.767000', '145718.770000', '145718.773000', '145718.776000', '145718.779000', '145718.782000', '145718.785000', '145718.788000', '145718.791000', '145718.794000', '145718.797000', '145718.800000', '145718.802000', '145718.806000', '145718.808000', '145718.811000', '145718.814000', '145718.817000', '145718.820000', '145718.823000', '145718.826000', '145718.829000', '145718.832000', '145718.835000', '145718.838000', '145718.841000', '145718.844000', '145718.847000', '145718.850000', '145718.853000', '145718.856000', '145718.859000', '145718.861000', '145718.865000', '145718.868000', '145718.870000', '145718.874000', '145718.877000', '145718.880000', '145718.883000', '145718.886000', '145718.889000', '145738.761000', '145738.764000', '145738.767000', '145738.770000', '145738.773000', '145738.776000', '145738.779000', '145738.782000', '145738.785000', '145738.788000', '145738.791000', '145738.794000', '145738.797000', '145738.800000', '145738.803000', '145738.806000', '145738.809000', '145738.812000', '145738.815000', '145738.818000', '145738.821000', '145738.824000', '145738.827000', '145738.829000', '145738.832000', '145738.835000', '145738.838000', '145738.841000', '145738.844000', '145738.847000', '145738.850000', '145738.853000', '145738.856000', '145738.859000', '145738.862000', '145738.865000', '145738.868000', '145738.871000', '145738.874000', '145738.877000', '145738.880000', '145738.883000', '145738.886000', '145758.763000', '145758.767000', '145758.771000', '145758.774000', '145758.777000', '145758.780000', '145758.783000', '145758.786000', '145758.789000', '145758.792000', '145758.795000', '145758.798000', '145758.801000', '145758.803000', '145758.807000', '145758.810000', '145758.812000', '145758.815000', '145758.818000', '145758.821000', '145758.824000', '145758.827000', '145758.830000', '145758.833000', '145758.836000', '145758.839000', '145758.842000', '145758.845000', '145758.848000', '145758.851000', '145758.854000', '145758.857000', '145758.860000', '145758.863000', '145758.873000', '145758.876000', '145758.879000', '145758.882000', '145758.885000', '145758.888000', '145758.891000', '145758.894000', '145758.897000', '145818.762000', '145818.765000', '145818.768000', '145818.771000', '145818.774000', '145818.777000', '145818.780000', '145818.783000', '145818.786000', '145818.789000', '145818.792000', '145818.795000', '145818.797000', '145818.801000', '145818.803000', '145818.806000', '145818.809000', '145818.812000', '145818.815000', '145818.818000', '145818.821000', '145818.824000', '145818.827000', '145818.830000', '145818.833000', '145818.836000', '145818.839000', '145818.842000', '145818.845000', '145818.848000', '145818.851000', '145818.854000', '145818.857000', '145818.860000', '145818.863000', '145818.866000', '145818.868000', '145818.871000', '145818.874000', '145818.877000', '145818.880000', '145818.883000', '145818.886000', '145818.889000', '145838.761000', '145838.764000', '145838.767000', '145838.770000', '145838.773000', '145838.776000', '145838.779000', '145838.782000', '145838.785000', '145838.788000', '145838.792000', '145838.796000', '145838.799000', '145838.802000', '145838.805000', '145838.808000', '145838.811000', '145838.814000', '145838.817000', '145838.820000', '145838.823000', '145838.826000', '145838.829000', '145838.831000', '145838.834000', '145838.837000', '145838.840000', '145838.843000', '145838.846000', '145838.849000', '145838.852000', '145838.855000', '145838.858000', '145838.861000', '145838.864000', '145838.867000', '145838.870000', '145838.873000', '145838.876000', '145838.879000', '145838.882000', '145838.885000', '145838.888000', '145858.761000', '145858.764000', '145858.767000', '145858.770000', '145858.773000', '145858.776000', '145858.779000', '145858.782000', '145858.785000', '145858.788000', '145858.791000', '145858.794000', '145858.797000', '145858.800000', '145858.803000', '145858.806000', '145858.809000', '145858.812000', '145858.815000', '145858.818000', '145858.821000', '145858.824000', '145858.827000', '145858.829000', '145858.833000', '145858.835000', '145858.838000', '145858.841000', '145858.844000', '145858.848000', '145858.850000', '145858.853000', '145858.857000', '145858.859000', '145858.862000', '145858.865000', '145858.868000', '145858.871000', '145858.874000', '145858.877000', '145858.880000', '145858.883000', '145858.886000', '145858.889000', '145918.761000', '145918.764000', '145918.767000', '145918.770000', '145918.773000', '145918.776000', '145918.779000', '145918.782000', '145918.785000', '145918.788000', '145918.791000', '145918.794000', '145918.797000', '145918.800000', '145918.805000', '145918.807000', '145918.811000', '145918.814000', '145918.817000', '145918.820000', '145918.823000', '145918.826000', '145918.828000', '145918.831000', '145918.834000', '145918.837000', '145918.840000', '145918.843000', '145918.846000', '145918.849000', '145918.863000', '145918.865000', '145918.868000', '145918.871000', '145918.874000', '145918.877000', '145918.880000', '145918.883000', '145918.886000', '145918.889000', '145918.892000', '145918.895000', '145918.898000', '145938.761000', '145938.764000', '145938.767000', '145938.770000', '145938.773000', '145938.776000', '145938.779000', '145938.782000', '145938.785000', '145938.788000', '145938.791000', '145938.794000', '145938.797000', '145938.800000', '145938.803000', '145938.806000', '145938.809000', '145938.811000', '145938.814000', '145938.817000', '145938.820000', '145938.823000', '145938.826000', '145938.829000', '145938.832000', '145938.835000', '145938.838000', '145938.841000', '145938.844000', '145938.847000', '145938.850000', '145938.853000', '145938.856000', '145938.859000', '145938.861000', '145938.865000', '145938.867000', '145938.870000', '145938.873000', '145938.876000', '145938.879000', '145938.882000', '145938.885000', '145938.888000', '145958.761000', '145958.770000', '145958.773000', '145958.776000', '145958.779000', '145958.782000', '145958.785000', '145958.788000', '145958.791000', '145958.794000', '145958.797000', '145958.799000', '145958.802000', '145958.805000', '145958.808000', '145958.811000', '145958.814000', '145958.817000', '145958.822000', '145958.825000', '145958.828000', '145958.831000', '145958.834000', '145958.837000', '145958.840000', '145958.843000', '145958.845000', '145958.849000', '145958.852000', '145958.855000', '145958.858000', '145958.861000', '145958.864000', '145958.867000', '145958.870000', '145958.873000', '145958.876000', '145958.879000', '145958.881000', '145958.885000', '145958.887000', '145958.890000', '145958.893000', '150018.762000', '150018.765000', '150018.768000', '150018.771000', '150018.774000', '150018.777000', '150018.780000', '150018.783000', '150018.786000', '150018.789000', '150018.792000', '150018.795000', '150018.798000', '150018.801000', '150018.804000', '150018.807000', '150018.810000', '150018.813000', '150018.816000', '150018.819000', '150018.821000', '150018.824000', '150018.827000', '150018.830000', '150018.833000', '150018.836000', '150018.839000', '150018.842000', '150018.845000', '150018.848000', '150018.851000', '150018.854000', '150018.857000', '150018.860000', '150018.863000', '150018.866000', '150018.869000', '150018.871000', '150018.875000', '150018.877000', '150018.880000', '150018.883000', '150018.886000', '150018.889000', '150032.453000', '150032.457000', '150032.467000', '150032.470000', '150032.474000', '150032.477000', '150032.481000', '150032.484000', '150032.488000', '150032.491000', '150032.494000', '150032.497000', '150032.511000', '150032.514000', '150032.524000', '150032.527000', '150032.530000', '150032.533000', '150032.536000', '150032.539000', '150032.542000', '150032.545000', '150032.548000', '150032.551000', '150032.554000', '150032.557000', '150032.560000', '150032.564000', '150032.567000', '150032.570000'], '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': [12728, 19261, 8722, 14737, 8395, 13781, 8218, 13852, 8444, 14861, 8363, 13729, 9340, 13851, 9469, 13907, 10068, 14300, 9003, 12985, 9455, 13177, 9508, 13848, 9525, 13566, 9750, 13660, 10381, 14315, 9293, 14015, 9413, 12085, 10001, 7766, 14121, 10192, 7940, 13278, 20805, 15818, 17836, 12244, 13060, 8199, 7876, 10299, 8365, 11630, 8285, 11722, 7862, 13068, 8358, 13440, 7898, 13481, 7915, 13440, 8008, 10930, 7970, 10415, 11311, 8190, 11296, 8070, 15042, 10047, 13123, 10229, 14000, 9552, 13048, 8981, 13548, 8047, 13120, 7943, 13287, 7809, 12240, 9570, 8646, 7900, 9327, 14027, 9107, 14924, 10559, 15143, 9199, 13465, 10086, 13307, 7745, 12963, 7847, 12433, 7808, 10434, 11718, 8900, 10288, 8687, 16560, 9831, 14436, 10601, 14158, 10073, 13556, 7880, 11850, 7974, 11087, 12643, 8441, 11393, 8264, 17718, 10009, 15722, 11297, 13966, 9114, 13277, 8133, 13215, 8501, 11131, 7877, 10147, 10416, 8021, 15792, 10125, 14904, 9688, 14592, 9476, 13347, 9996, 13284, 9909, 12752, 8154, 12345, 7831, 10944, 7877, 10821, 12229, 8048, 16373, 9957, 13420, 8593, 16378, 10300, 15299, 11692, 15278, 8845, 10683, 8887, 8006, 10767, 8924, 16950, 11613, 17304, 10403, 14614, 10548, 14269, 10724, 15518, 9760, 13842, 9589, 13197, 7937, 12788, 8937, 8789, 8948, 7990, 14601, 9601, 13523, 8667, 13208, 7934, 11538, 7818, 8327, 13657, 9012, 12185, 8393, 12972, 8748, 13521, 8906, 13606, 7885, 12461, 7917, 10692, 12219, 8271, 8417, 8166, 13257, 9299, 15540, 10394, 12762, 8248, 14504, 9958, 13791, 8355, 13217, 7959, 12491, 7921, 10261, 8780, 9033, 11688, 8282, 10046, 7960, 16895, 10236, 13762, 11262, 14535, 9226, 13311, 10023, 13115, 10135, 13782, 9990, 13947, 10220, 14033, 10557, 15712, 9533, 13589, 9261, 13159, 8416, 13454, 7988, 12755, 8017, 12487, 7877, 11649, 7900, 10602, 9462, 7996, 15363, 9917, 14838, 9611, 13811, 9808, 13070, 8931, 13316, 8629, 12733, 7916, 10026, 8557, 10621, 7844, 11710, 8065, 10313, 9211, 9418, 7925, 11328, 7982, 12485, 8000, 12659, 7972, 13234, 7945, 12547, 8009, 10785, 12035, 8497, 9516, 7978, 19887, 10328, 13644, 9266, 13255, 9180, 12945, 9096, 12662, 7889, 11511, 7775, 10698, 7799, 11003, 8464, 9241, 12401, 8406, 9853, 8656, 10785, 8176, 15751, 9697, 13181, 8816, 15777, 10909, 14984, 11001, 14622, 9276, 13174, 9760, 13585, 9745, 13712, 9969, 13792, 9496, 13275, 7856, 10639, 8131, 10581, 7876, 10912, 9248, 7910, 13033, 8864, 7924, 9779, 7891, 13130, 8327, 12787, 8188, 13660, 7971, 13619, 9617, 14754, 9508, 7912, 13307, 15070, 12299, 15682, 9135, 18265, 10474, 15734, 10534, 11665, 7963, 13295, 8121, 14181, 10331, 14582, 9169, 13955, 10180, 12986, 9682, 13284, 8227, 12773, 7964, 12725, 7865, 13262, 7940, 13630, 8517, 13901, 8336, 10507, 13147, 9565, 7821, 8306, 10739, 8052, 13161, 9314, 7981, 7961, 13256, 9188, 15180, 9877, 14546, 9417, 15859, 9829, 14206, 9822, 14098, 9615, 13642, 7933, 12490, 8492, 11375, 8015, 9103, 13283, 8556, 15201, 10268, 11781, 8406, 10470, 8788, 15283, 9651, 15870, 10905, 15544, 9116, 14115, 10162, 13379, 8737, 12992, 8798, 13669, 8323, 13365, 7861, 13495, 11853, 11208, 8010, 8081, 12155, 8187, 15658, 10278, 14380, 10302, 13209, 8044, 10990, 7804, 8826, 10250, 8014, 7814, 7928, 7786, 9194, 12562, 8303, 11665, 8586, 17812, 10123, 14583, 9968, 15013, 9191, 13442, 8557, 12378, 7866, 12592, 8160, 13278, 7877, 11567, 8448, 9384, 10821, 8205, 8678, 7909, 17264, 9810, 14320, 10485, 13933, 9777, 13244, 8621, 12823, 8030, 10658, 8083, 8686, 10523, 8091, 12529, 8656, 8392, 9033, 10057, 8796, 19528, 11388, 16565, 10073, 14337, 10754, 13929, 9710, 11056, 8205, 13554, 9032, 7970, 12637, 8628, 13528, 19353, 13988, 16438, 9195, 14243, 9975, 12940, 8496, 12716, 7887, 12181, 7905, 9155, 10024, 8179, 9451, 11444, 7930, 12852, 9627, 9541, 9573, 10096, 7919, 11008, 8464, 10339, 10322, 10121, 7945, 12174, 7863, 12565, 10136, 10004, 7984, 11156, 8920, 11391, 9218, 11582, 7884, 12031, 10646, 7959, 15289, 9376, 13718, 8835, 15117, 9096, 14090, 9924, 13985, 9444, 13226, 9459, 13131, 8906, 13450, 9899, 14355, 10182, 14551, 10562, 13502, 10237, 14254, 10451, 12978, 7996, 10181, 8475, 16442, 9915, 12990, 8649, 13959, 9345, 17501, 10263, 14817, 10426, 13915, 10076, 13383, 8061, 10787, 10503, 7904, 12314, 8172, 15309, 8697, 13984, 9103, 13214, 9123, 12767, 7902, 11692, 8900, 9914, 7865, 11505, 9559, 9171, 15361, 9704, 12817, 8781, 15168, 10114, 17749, 10995, 15632, 9275, 13828, 10752, 13987, 9600, 13638, 7951, 11820, 8471, 9186, 11621, 8235, 9940, 8083, 16217, 10805, 14446, 10306, 13483, 9192, 13161, 8188, 11596, 8031, 11727, 8147, 13132, 7920, 13005, 8486, 12507, 7951, 12735, 7860, 12152, 8735, 11706, 7995, 12190, 8299, 14140, 8282, 14085, 9618, 8476, 19556, 10574, 15910, 10566, 15281, 9041, 13670, 9401, 11854, 8069, 9948, 7926, 8721, 15372, 10002, 14082, 9956, 12971, 8730, 13377, 9214, 12928, 7967, 12833, 9481, 13937, 8778, 13083, 9799, 13889, 9353, 13536, 9290, 13923, 8103, 13269, 7983, 12550, 8781, 7969, 12867, 8441, 11774, 8387, 7890, 8289, 16480, 9638, 13600, 8796, 14959, 9857, 14352, 9881, 13701, 7914, 11622, 7975, 11274, 8557, 8055, 13895, 9265, 14228, 8289, 15541, 9205, 14485, 10837, 12057, 8217, 10576, 9504, 12537, 8656, 10210, 8816, 14125, 9131, 14337, 9460, 16153, 10787, 14507, 10869, 15630, 8818, 13314, 9670, 12977, 8094, 11996, 7893, 12250, 8590, 8404, 13054, 8755, 12382, 8535, 15735, 9886, 14867, 11127, 14073, 9399, 12654, 8534, 12468, 8889, 10782, 11531, 10316, 11153, 11163, 9091, 8063, 16018, 10732, 14824, 10259, 18186, 9523, 13611, 8019, 12191, 8246, 13665, 9501, 14718, 8603, 13261, 10077, 13410, 7991, 11525, 8534, 10420, 8078, 10874, 8563, 8160, 12585, 8691, 12777, 8011, 15240, 10133, 15055, 10423, 8025, 8284, 12646, 9041, 15771, 10129, 14468, 8994, 14924, 10088, 14936, 10693, 13143, 8332, 13360, 10170, 13760, 9868, 13941, 8037, 12570, 8660, 11905, 7955, 11044, 10888, 7992, 11272, 9569, 7984, 8352, 10140, 8438, 14221, 8989, 13221, 8361, 14377, 9186, 7942, 9735, 8600, 10404, 10164, 10209, 7975, 13007, 8263, 13848, 16265, 12676, 7910, 11185, 7919, 12454, 11765, 8342, 20540, 12445, 15343, 8535, 13679, 9692, 12934, 8044, 11586, 7823, 10233, 10210, 8449, 13145, 8995, 15150, 8606, 15062, 9919, 9889, 8135, 11044, 8410, 8063, 9248, 17337, 9708, 14040, 9946, 14236, 8431, 13920, 9834, 16852, 10569, 16906, 11478, 14316, 8282, 13544, 8931, 12120, 8577, 11428, 8521, 19964, 11374, 13217, 8020, 13472, 7889, 8170, 15825, 9750, 14501, 8897, 12238, 7875, 8376, 7888, 9727, 7909, 13082, 7919, 13804, 9479, 15768, 11138, 17012, 9577, 11294, 7903, 12561, 8126, 12068, 7994, 12464, 8494, 19800, 14595, 14954, 17340, 8158, 14818, 8086, 13636, 9508, 12214, 7855, 11310, 7804, 10303, 8533, 9558, 8017, 8273, 10634, 7866, 10649, 8126, 13502, 8840, 15317, 10058, 13632, 9453, 12757, 8223, 13340, 9547, 12597, 8473, 13671, 9046, 13491, 8757, 13805, 9257, 14323, 9052, 13653, 8222, 11681, 7900, 12274, 7941, 10900, 8059, 8537, 11867, 8110, 10522, 8100, 18311, 10483, 15726, 10301, 11958, 8053, 14484, 9936, 12171, 8998, 12836, 8291, 12735, 7834, 11479, 7982, 12071, 7857, 13556, 8191, 13226, 13003, 11382, 7981, 13243, 9973, 8736, 9952, 7883, 14180, 21458, 16652, 15976, 8193, 12300, 7966, 8412, 12855, 8502, 12758, 7946, 13996, 9795, 13118, 9756, 13448, 8938, 13451, 9107, 12917, 8882, 13902, 9888, 14011, 10105, 10937, 8853, 9226, 10401, 8164, 13546, 10059, 17309, 10884, 17649, 10814, 9524, 20777, 10007, 11340, 7861, 7932, 12119, 8107, 13889, 8281, 12659, 7965, 11088, 7821, 9875, 7882, 9586, 10440, 8442, 8694, 9194, 12507, 8524, 17790, 9959, 15221, 9365, 13400, 8225, 12369, 7961, 11794, 7886, 12265, 17511, 10774, 18082, 10214, 18973, 10430, 13570, 7952, 9313, 11766, 8137, 14765, 9296, 12948, 8107, 11189, 7821, 9633, 10089, 8105, 13583, 9414, 12044, 10280, 8040, 15447, 7992, 13371, 7834, 10298, 11828, 8010, 13667, 7873, 13939, 10139, 13802, 9067, 13124, 7745, 11052, 9174, 8051, 15321, 9389, 14854, 10021, 13299, 8038, 11299, 8697, 7943, 12380, 7865, 14182, 9774, 12625, 8716, 8514, 7793, 8275, 11571, 9476, 15914, 10309, 11122, 8498, 14058, 8674, 8042, 10183, 9684, 15161, 10106, 12102, 10201, 19271, 12504, 13720, 12829, 8633, 16469, 9116, 15021, 10534, 13321, 8575, 9601, 7953, 8113, 12632, 8264, 14335, 10415, 12560, 8040, 11618, 11199, 8205, 14384, 10204, 13876, 7950, 10906, 11580, 8272, 12729, 8143, 16002, 9453, 14195, 8520, 11100, 7884, 8570, 7914, 7918, 15874, 10451, 14850, 8480, 11749, 8376, 9044, 14050, 8927, 14836, 10259, 14344, 8247, 13152, 7987, 9512, 14894, 9721, 16062, 9522, 14893, 7953, 11960, 11702, 8001, 15704, 10548, 14667, 9488, 13398, 9891, 13919, 10192, 13678, 10368, 13773, 9808, 13996, 8523, 12925, 8006, 12167, 8114, 11331, 7796, 13032, 7811, 13264, 8467, 13254, 8571, 12745, 7840, 11171, 19875, 10380, 14802, 7821, 10023, 7824, 7935, 9309], 'WindowCenter': [4705.0, 4716.0, 4598.0, 4651.0, 4580.0, 4627.0, 4577.0, 4625.0, 4564.0, 4622.0, 4565.0, 4624.0, 4574.0, 4611.0, 4584.0, 4611.0, 4583.0, 4622.0, 4575.0, 4623.0, 4583.0, 4613.0, 4584.0, 4621.0, 4585.0, 4623.0, 4585.0, 4622.0, 4594.0, 4622.0, 4573.0, 4625.0, 4584.0, 4614.0, 4583.0, 4566.0, 4637.0, 4609.0, 4576.0, 4626.0, 4655.0, 4624.0, 4632.0, 4590.0, 4601.0, 4550.0, 4551.0, 4583.0, 4561.0, 4592.0, 4552.0, 4603.0, 4552.0, 4611.0, 4564.0, 4611.0, 4552.0, 4613.0, 4554.0, 4610.0, 4552.0, 4592.0, 4554.0, 4594.0, 4604.0, 4563.0, 4604.0, 4565.0, 4632.0, 4585.0, 4612.0, 4596.0, 4625.0, 4586.0, 4626.0, 4585.0, 4625.0, 4565.0, 4613.0, 4554.0, 4614.0, 4554.0, 4603.0, 4583.0, 4563.0, 4554.0, 4575.0, 4621.0, 4573.0, 4636.0, 4596.0, 4634.0, 4575.0, 4614.0, 4585.0, 4613.0, 4555.0, 4614.0, 4553.0, 4614.0, 4555.0, 4594.0, 4605.0, 4575.0, 4585.0, 4574.0, 4634.0, 4585.0, 4624.0, 4593.0, 4624.0, 4585.0, 4614.0, 4554.0, 4604.0, 4553.0, 4602.0, 4614.0, 4565.0, 4603.0, 4564.0, 4643.0, 4584.0, 4622.0, 4592.0, 4613.0, 4563.0, 4613.0, 4554.0, 4611.0, 4560.0, 4591.0, 4551.0, 4583.0, 4582.0, 4553.0, 4623.0, 4581.0, 4622.0, 4573.0, 4622.0, 4574.0, 4613.0, 4582.0, 4612.0, 4584.0, 4613.0, 4552.0, 4603.0, 4553.0, 4592.0, 4554.0, 4594.0, 4603.0, 4555.0, 4636.0, 4584.0, 4613.0, 4563.0, 4632.0, 4583.0, 4621.0, 4616.0, 4634.0, 4562.0, 4579.0, 4573.0, 4566.0, 4604.0, 4588.0, 4643.0, 4618.0, 4646.0, 4596.0, 4623.0, 4593.0, 4623.0, 4593.0, 4623.0, 4581.0, 4611.0, 4571.0, 4601.0, 4551.0, 4602.0, 4559.0, 4562.0, 4559.0, 4550.0, 4620.0, 4569.0, 4608.0, 4559.0, 4598.0, 4550.0, 4589.0, 4540.0, 4562.0, 4613.0, 4572.0, 4602.0, 4564.0, 4612.0, 4574.0, 4627.0, 4586.0, 4623.0, 4552.0, 4601.0, 4552.0, 4593.0, 4602.0, 4553.0, 4562.0, 4560.0, 4610.0, 4571.0, 4621.0, 4581.0, 4611.0, 4560.0, 4624.0, 4579.0, 4610.0, 4552.0, 4601.0, 4553.0, 4601.0, 4552.0, 4582.0, 4564.0, 4573.0, 4604.0, 4564.0, 4583.0, 4564.0, 4633.0, 4584.0, 4613.0, 4605.0, 4623.0, 4572.0, 4611.0, 4583.0, 4614.0, 4584.0, 4611.0, 4585.0, 4622.0, 4595.0, 4627.0, 4594.0, 4620.0, 4572.0, 4609.0, 4571.0, 4601.0, 4550.0, 4610.0, 4552.0, 4602.0, 4551.0, 4599.0, 4551.0, 4589.0, 4551.0, 4580.0, 4571.0, 4551.0, 4622.0, 4582.0, 4622.0, 4571.0, 4610.0, 4582.0, 4613.0, 4560.0, 4611.0, 4562.0, 4601.0, 4551.0, 4583.0, 4560.0, 4592.0, 4551.0, 4601.0, 4553.0, 4582.0, 4572.0, 4574.0, 4552.0, 4592.0, 4553.0, 4600.0, 4555.0, 4614.0, 4552.0, 4611.0, 4553.0, 4602.0, 4551.0, 4590.0, 4601.0, 4561.0, 4571.0, 4552.0, 4642.0, 4581.0, 4610.0, 4571.0, 4601.0, 4571.0, 4601.0, 4571.0, 4612.0, 4551.0, 4591.0, 4544.0, 4593.0, 4552.0, 4592.0, 4563.0, 4572.0, 4613.0, 4562.0, 4581.0, 4562.0, 4591.0, 4563.0, 4648.0, 4596.0, 4613.0, 4573.0, 4623.0, 4580.0, 4621.0, 4593.0, 4623.0, 4584.0, 4614.0, 4583.0, 4612.0, 4574.0, 4612.0, 4582.0, 4613.0, 4572.0, 4613.0, 4550.0, 4582.0, 4551.0, 4582.0, 4553.0, 4592.0, 4572.0, 4565.0, 4625.0, 4573.0, 4554.0, 4582.0, 4555.0, 4614.0, 4565.0, 4613.0, 4563.0, 4625.0, 4564.0, 4612.0, 4574.0, 4624.0, 4574.0, 4555.0, 4624.0, 4634.0, 4604.0, 4635.0, 4574.0, 4632.0, 4581.0, 4620.0, 4580.0, 4591.0, 4553.0, 4611.0, 4552.0, 4611.0, 4584.0, 4622.0, 4573.0, 4622.0, 4584.0, 4614.0, 4585.0, 4613.0, 4563.0, 4614.0, 4555.0, 4614.0, 4566.0, 4615.0, 4553.0, 4612.0, 4564.0, 4612.0, 4564.0, 4584.0, 4613.0, 4571.0, 4541.0, 4551.0, 4592.0, 4554.0, 4613.0, 4572.0, 4552.0, 4565.0, 4614.0, 4576.0, 4626.0, 4583.0, 4626.0, 4574.0, 4635.0, 4584.0, 4625.0, 4584.0, 4614.0, 4585.0, 4614.0, 4552.0, 4601.0, 4563.0, 4603.0, 4553.0, 4574.0, 4615.0, 4564.0, 4631.0, 4584.0, 4603.0, 4564.0, 4594.0, 4575.0, 4636.0, 4598.0, 4636.0, 4594.0, 4634.0, 4575.0, 4623.0, 4584.0, 4613.0, 4563.0, 4612.0, 4565.0, 4614.0, 4554.0, 4614.0, 4554.0, 4612.0, 4591.0, 4592.0, 4541.0, 4551.0, 4601.0, 4550.0, 4622.0, 4583.0, 4612.0, 4582.0, 4612.0, 4552.0, 4591.0, 4554.0, 4562.0, 4584.0, 4553.0, 4543.0, 4555.0, 4553.0, 4586.0, 4615.0, 4562.0, 4605.0, 4566.0, 4646.0, 4584.0, 4625.0, 4585.0, 4624.0, 4572.0, 4613.0, 4562.0, 4602.0, 4552.0, 4602.0, 4563.0, 4613.0, 4553.0, 4603.0, 4565.0, 4574.0, 4593.0, 4563.0, 4564.0, 4555.0, 4644.0, 4583.0, 4623.0, 4594.0, 4622.0, 4585.0, 4614.0, 4565.0, 4614.0, 4565.0, 4598.0, 4554.0, 4564.0, 4595.0, 4552.0, 4604.0, 4562.0, 4563.0, 4575.0, 4584.0, 4564.0, 4655.0, 4604.0, 4633.0, 4583.0, 4625.0, 4593.0, 4613.0, 4584.0, 4592.0, 4562.0, 4612.0, 4573.0, 4565.0, 4615.0, 4578.0, 4626.0, 4656.0, 4625.0, 4633.0, 4573.0, 4612.0, 4573.0, 4602.0, 4564.0, 4602.0, 4553.0, 4604.0, 4554.0, 4573.0, 4586.0, 4564.0, 4585.0, 4606.0, 4565.0, 4614.0, 4585.0, 4586.0, 4573.0, 4585.0, 4551.0, 4593.0, 4564.0, 4585.0, 4584.0, 4585.0, 4556.0, 4606.0, 4564.0, 4615.0, 4584.0, 4585.0, 4555.0, 4593.0, 4574.0, 4604.0, 4574.0, 4604.0, 4554.0, 4606.0, 4595.0, 4554.0, 4635.0, 4574.0, 4613.0, 4574.0, 4622.0, 4574.0, 4625.0, 4584.0, 4624.0, 4583.0, 4612.0, 4584.0, 4614.0, 4576.0, 4614.0, 4584.0, 4625.0, 4596.0, 4626.0, 4597.0, 4614.0, 4597.0, 4624.0, 4594.0, 4614.0, 4555.0, 4593.0, 4567.0, 4635.0, 4583.0, 4614.0, 4565.0, 4624.0, 4574.0, 4635.0, 4585.0, 4611.0, 4582.0, 4611.0, 4583.0, 4613.0, 4552.0, 4592.0, 4581.0, 4554.0, 4602.0, 4553.0, 4623.0, 4562.0, 4612.0, 4574.0, 4612.0, 4575.0, 4615.0, 4555.0, 4605.0, 4576.0, 4586.0, 4555.0, 4606.0, 4585.0, 4574.0, 4637.0, 4574.0, 4604.0, 4563.0, 4622.0, 4584.0, 4633.0, 4594.0, 4623.0, 4573.0, 4611.0, 4596.0, 4614.0, 4573.0, 4614.0, 4552.0, 4591.0, 4552.0, 4572.0, 4592.0, 4552.0, 4583.0, 4555.0, 4632.0, 4594.0, 4610.0, 4583.0, 4613.0, 4575.0, 4612.0, 4553.0, 4591.0, 4551.0, 4603.0, 4553.0, 4613.0, 4556.0, 4616.0, 4564.0, 4603.0, 4555.0, 4614.0, 4554.0, 4603.0, 4563.0, 4591.0, 4552.0, 4602.0, 4565.0, 4613.0, 4552.0, 4614.0, 4572.0, 4552.0, 4643.0, 4580.0, 4622.0, 4581.0, 4623.0, 4562.0, 4611.0, 4573.0, 4593.0, 4553.0, 4583.0, 4555.0, 4564.0, 4633.0, 4585.0, 4612.0, 4583.0, 4603.0, 4565.0, 4627.0, 4589.0, 4613.0, 4566.0, 4613.0, 4585.0, 4624.0, 4577.0, 4627.0, 4586.0, 4626.0, 4576.0, 4616.0, 4577.0, 4616.0, 4557.0, 4615.0, 4555.0, 4602.0, 4564.0, 4554.0, 4615.0, 4565.0, 4604.0, 4565.0, 4565.0, 4567.0, 4647.0, 4586.0, 4624.0, 4575.0, 4634.0, 4584.0, 4626.0, 4582.0, 4612.0, 4552.0, 4593.0, 4553.0, 4593.0, 4562.0, 4553.0, 4615.0, 4574.0, 4624.0, 4566.0, 4635.0, 4576.0, 4623.0, 4595.0, 4615.0, 4565.0, 4595.0, 4587.0, 4616.0, 4566.0, 4584.0, 4575.0, 4627.0, 4575.0, 4624.0, 4584.0, 4634.0, 4594.0, 4615.0, 4594.0, 4623.0, 4575.0, 4614.0, 4584.0, 4614.0, 4556.0, 4604.0, 4552.0, 4603.0, 4564.0, 4563.0, 4614.0, 4564.0, 4604.0, 4564.0, 4635.0, 4586.0, 4625.0, 4606.0, 4625.0, 4576.0, 4615.0, 4574.0, 4616.0, 4588.0, 4608.0, 4608.0, 4598.0, 4595.0, 4592.0, 4575.0, 4557.0, 4636.0, 4608.0, 4638.0, 4598.0, 4648.0, 4576.0, 4614.0, 4553.0, 4593.0, 4554.0, 4624.0, 4585.0, 4635.0, 4575.0, 4615.0, 4586.0, 4612.0, 4555.0, 4604.0, 4565.0, 4594.0, 4566.0, 4596.0, 4576.0, 4566.0, 4616.0, 4565.0, 4616.0, 4568.0, 4648.0, 4597.0, 4635.0, 4597.0, 4568.0, 4580.0, 4626.0, 4578.0, 4638.0, 4596.0, 4628.0, 4577.0, 4635.0, 4598.0, 4635.0, 4598.0, 4628.0, 4580.0, 4628.0, 4610.0, 4627.0, 4599.0, 4639.0, 4568.0, 4615.0, 4568.0, 4607.0, 4566.0, 4607.0, 4607.0, 4569.0, 4606.0, 4587.0, 4568.0, 4580.0, 4598.0, 4579.0, 4639.0, 4588.0, 4629.0, 4570.0, 4639.0, 4586.0, 4568.0, 4587.0, 4579.0, 4597.0, 4597.0, 4599.0, 4566.0, 4628.0, 4579.0, 4640.0, 4650.0, 4619.0, 4557.0, 4607.0, 4556.0, 4616.0, 4607.0, 4566.0, 4657.0, 4606.0, 4635.0, 4564.0, 4625.0, 4586.0, 4614.0, 4553.0, 4605.0, 4556.0, 4585.0, 4586.0, 4566.0, 4614.0, 4574.0, 4624.0, 4567.0, 4624.0, 4585.0, 4583.0, 4568.0, 4606.0, 4567.0, 4566.0, 4589.0, 4648.0, 4589.0, 4626.0, 4594.0, 4626.0, 4579.0, 4638.0, 4600.0, 4648.0, 4610.0, 4646.0, 4608.0, 4627.0, 4567.0, 4625.0, 4577.0, 4606.0, 4577.0, 4605.0, 4566.0, 4655.0, 4593.0, 4604.0, 4554.0, 4613.0, 4542.0, 4552.0, 4623.0, 4573.0, 4611.0, 4562.0, 4603.0, 4553.0, 4550.0, 4555.0, 4574.0, 4567.0, 4626.0, 4567.0, 4629.0, 4590.0, 4640.0, 4609.0, 4637.0, 4587.0, 4596.0, 4555.0, 4605.0, 4555.0, 4604.0, 4557.0, 4615.0, 4577.0, 4658.0, 4627.0, 4624.0, 4634.0, 4542.0, 4608.0, 4543.0, 4599.0, 4573.0, 4592.0, 4554.0, 4591.0, 4556.0, 4582.0, 4564.0, 4585.0, 4558.0, 4564.0, 4597.0, 4554.0, 4586.0, 4557.0, 4616.0, 4577.0, 4635.0, 4599.0, 4628.0, 4587.0, 4617.0, 4580.0, 4629.0, 4600.0, 4631.0, 4579.0, 4629.0, 4588.0, 4629.0, 4580.0, 4639.0, 4589.0, 4637.0, 4579.0, 4626.0, 4567.0, 4606.0, 4556.0, 4606.0, 4567.0, 4593.0, 4556.0, 4577.0, 4608.0, 4556.0, 4598.0, 4566.0, 4647.0, 4597.0, 4636.0, 4597.0, 4607.0, 4569.0, 4627.0, 4588.0, 4617.0, 4579.0, 4616.0, 4580.0, 4630.0, 4570.0, 4618.0, 4569.0, 4629.0, 4584.0, 4641.0, 4580.0, 4632.0, 4629.0, 4609.0, 4569.0, 4617.0, 4586.0, 4577.0, 4586.0, 4568.0, 4628.0, 4659.0, 4637.0, 4624.0, 4555.0, 4592.0, 4542.0, 4553.0, 4602.0, 4562.0, 4601.0, 4554.0, 4624.0, 4589.0, 4617.0, 4586.0, 4626.0, 4576.0, 4626.0, 4589.0, 4615.0, 4578.0, 4628.0, 4600.0, 4629.0, 4601.0, 4610.0, 4588.0, 4589.0, 4609.0, 4582.0, 4641.0, 4602.0, 4651.0, 4611.0, 4662.0, 4597.0, 4587.0, 4657.0, 4575.0, 4583.0, 4542.0, 4555.0, 4603.0, 4554.0, 4614.0, 4566.0, 4614.0, 4557.0, 4607.0, 4555.0, 4598.0, 4568.0, 4590.0, 4609.0, 4580.0, 4580.0, 4591.0, 4620.0, 4580.0, 4651.0, 4588.0, 4638.0, 4589.0, 4628.0, 4569.0, 4618.0, 4568.0, 4618.0, 4569.0, 4619.0, 4650.0, 4598.0, 4646.0, 4587.0, 4646.0, 4585.0, 4615.0, 4554.0, 4574.0, 4604.0, 4554.0, 4624.0, 4574.0, 4613.0, 4554.0, 4605.0, 4555.0, 4585.0, 4594.0, 4566.0, 4625.0, 4587.0, 4618.0, 4596.0, 4568.0, 4636.0, 4566.0, 4626.0, 4557.0, 4598.0, 4606.0, 4567.0, 4626.0, 4558.0, 4626.0, 4597.0, 4616.0, 4565.0, 4615.0, 4555.0, 4596.0, 4573.0, 4555.0, 4624.0, 4573.0, 4624.0, 4584.0, 4615.0, 4554.0, 4593.0, 4563.0, 4554.0, 4605.0, 4556.0, 4624.0, 4584.0, 4605.0, 4564.0, 4564.0, 4544.0, 4565.0, 4621.0, 4589.0, 4636.0, 4599.0, 4605.0, 4575.0, 4625.0, 4576.0, 4567.0, 4596.0, 4586.0, 4650.0, 4609.0, 4628.0, 4610.0, 4660.0, 4617.0, 4627.0, 4604.0, 4563.0, 4634.0, 4564.0, 4623.0, 4583.0, 4611.0, 4553.0, 4573.0, 4554.0, 4553.0, 4615.0, 4565.0, 4624.0, 4596.0, 4614.0, 4567.0, 4605.0, 4606.0, 4566.0, 4624.0, 4586.0, 4626.0, 4556.0, 4596.0, 4606.0, 4567.0, 4618.0, 4568.0, 4637.0, 4587.0, 4627.0, 4577.0, 4609.0, 4568.0, 4592.0, 4570.0, 4581.0, 4651.0, 4610.0, 4650.0, 4590.0, 4619.0, 4581.0, 4590.0, 4640.0, 4590.0, 4639.0, 4610.0, 4640.0, 4580.0, 4631.0, 4569.0, 4589.0, 4639.0, 4588.0, 4637.0, 4587.0, 4627.0, 4556.0, 4605.0, 4604.0, 4553.0, 4623.0, 4595.0, 4624.0, 4585.0, 4624.0, 4598.0, 4627.0, 4597.0, 4624.0, 4598.0, 4626.0, 4587.0, 4628.0, 4568.0, 4615.0, 4556.0, 4604.0, 4556.0, 4596.0, 4555.0, 4615.0, 4555.0, 4615.0, 4568.0, 4617.0, 4566.0, 4617.0, 4554.0, 4606.0, 4646.0, 4585.0, 4625.0, 4545.0, 4584.0, 4544.0, 4563.0, 4585.0], 'WindowWidth': [10304.0, 10300.0, 10121.0, 10180.0, 10078.0, 10135.0, 10066.0, 10125.0, 10043.0, 10120.0, 10046.0, 10124.0, 10054.0, 10103.0, 10066.0, 10103.0, 10065.0, 10118.0, 10056.0, 10122.0, 10066.0, 10108.0, 10069.0, 10117.0, 10071.0, 10122.0, 10072.0, 10119.0, 10081.0, 10119.0, 10053.0, 10126.0, 10067.0, 10107.0, 10067.0, 10048.0, 10148.0, 10110.0, 10062.0, 10131.0, 10176.0, 10121.0, 10132.0, 10069.0, 10083.0, 10016.0, 10017.0, 10063.0, 10033.0, 10075.0, 10021.0, 10090.0, 10022.0, 10101.0, 10039.0, 10101.0, 10021.0, 10104.0, 10024.0, 10099.0, 10021.0, 10074.0, 10026.0, 10079.0, 10094.0, 10037.0, 10092.0, 10043.0, 10133.0, 10069.0, 10105.0, 10085.0, 10122.0, 10072.0, 10126.0, 10071.0, 10125.0, 10042.0, 10104.0, 10027.0, 10107.0, 10026.0, 10092.0, 10065.0, 10037.0, 10023.0, 10054.0, 10115.0, 10050.0, 10144.0, 10088.0, 10135.0, 10056.0, 10110.0, 10068.0, 10105.0, 10028.0, 10106.0, 10024.0, 10107.0, 10028.0, 10079.0, 10095.0, 10055.0, 10067.0, 10054.0, 10138.0, 10066.0, 10124.0, 10079.0, 10123.0, 10068.0, 10110.0, 10026.0, 10094.0, 10025.0, 10090.0, 10107.0, 10041.0, 10091.0, 10039.0, 10152.0, 10066.0, 10120.0, 10077.0, 10104.0, 10037.0, 10106.0, 10024.0, 10100.0, 10028.0, 10072.0, 10017.0, 10062.0, 10061.0, 10023.0, 10122.0, 10059.0, 10116.0, 10049.0, 10115.0, 10052.0, 10104.0, 10061.0, 10101.0, 10065.0, 10105.0, 10022.0, 10091.0, 10024.0, 10075.0, 10026.0, 10080.0, 10093.0, 10029.0, 10143.0, 10066.0, 10104.0, 10038.0, 10134.0, 10064.0, 10118.0, 10115.0, 10135.0, 10033.0, 10055.0, 10051.0, 10048.0, 10095.0, 10081.0, 10155.0, 10121.0, 10157.0, 10084.0, 10121.0, 10077.0, 10121.0, 10077.0, 10119.0, 10058.0, 10101.0, 10045.0, 10086.0, 10019.0, 10086.0, 10024.0, 10032.0, 10025.0, 10015.0, 10112.0, 10039.0, 10091.0, 10027.0, 10079.0, 10017.0, 10069.0, 10004.0, 10036.0, 10105.0, 10048.0, 10087.0, 10040.0, 10104.0, 10057.0, 10139.0, 10078.0, 10122.0, 10021.0, 10086.0, 10020.0, 10077.0, 10088.0, 10022.0, 10034.0, 10030.0, 10098.0, 10044.0, 10114.0, 10059.0, 10099.0, 10032.0, 10123.0, 10055.0, 10100.0, 10021.0, 10086.0, 10021.0, 10085.0, 10021.0, 10061.0, 10039.0, 10051.0, 10094.0, 10040.0, 10063.0, 10041.0, 10139.0, 10067.0, 10108.0, 10098.0, 10119.0, 10049.0, 10104.0, 10066.0, 10108.0, 10067.0, 10104.0, 10069.0, 10119.0, 10085.0, 10134.0, 10083.0, 10114.0, 10048.0, 10097.0, 10046.0, 10085.0, 10016.0, 10097.0, 10020.0, 10086.0, 10018.0, 10080.0, 10017.0, 10069.0, 10016.0, 10056.0, 10045.0, 10018.0, 10119.0, 10061.0, 10118.0, 10045.0, 10100.0, 10061.0, 10106.0, 10031.0, 10098.0, 10033.0, 10087.0, 10019.0, 10063.0, 10032.0, 10078.0, 10020.0, 10084.0, 10021.0, 10062.0, 10048.0, 10052.0, 10022.0, 10076.0, 10024.0, 10085.0, 10029.0, 10108.0, 10021.0, 10102.0, 10024.0, 10089.0, 10018.0, 10070.0, 10087.0, 10031.0, 10043.0, 10021.0, 10149.0, 10057.0, 10099.0, 10046.0, 10085.0, 10046.0, 10086.0, 10047.0, 10103.0, 10020.0, 10073.0, 10012.0, 10077.0, 10020.0, 10077.0, 10036.0, 10051.0, 10107.0, 10037.0, 10059.0, 10037.0, 10075.0, 10039.0, 10164.0, 10093.0, 10108.0, 10052.0, 10124.0, 10056.0, 10116.0, 10078.0, 10119.0, 10067.0, 10110.0, 10065.0, 10104.0, 10054.0, 10104.0, 10062.0, 10107.0, 10049.0, 10104.0, 10016.0, 10060.0, 10017.0, 10061.0, 10023.0, 10075.0, 10047.0, 10042.0, 10126.0, 10051.0, 10025.0, 10062.0, 10030.0, 10108.0, 10042.0, 10108.0, 10040.0, 10126.0, 10041.0, 10105.0, 10052.0, 10121.0, 10053.0, 10031.0, 10124.0, 10138.0, 10096.0, 10137.0, 10052.0, 10133.0, 10057.0, 10111.0, 10056.0, 10070.0, 10023.0, 10098.0, 10021.0, 10102.0, 10065.0, 10115.0, 10051.0, 10118.0, 10066.0, 10108.0, 10070.0, 10108.0, 10038.0, 10106.0, 10031.0, 10108.0, 10045.0, 10110.0, 10026.0, 10106.0, 10041.0, 10107.0, 10039.0, 10066.0, 10105.0, 10044.0, 10005.0, 10020.0, 10075.0, 10026.0, 10104.0, 10050.0, 10022.0, 10043.0, 10111.0, 10060.0, 10128.0, 10067.0, 10125.0, 10055.0, 10141.0, 10068.0, 10124.0, 10067.0, 10107.0, 10069.0, 10109.0, 10023.0, 10089.0, 10039.0, 10092.0, 10023.0, 10055.0, 10109.0, 10040.0, 10130.0, 10067.0, 10092.0, 10042.0, 10082.0, 10057.0, 10144.0, 10096.0, 10147.0, 10083.0, 10135.0, 10055.0, 10121.0, 10065.0, 10105.0, 10037.0, 10104.0, 10041.0, 10108.0, 10026.0, 10106.0, 10026.0, 10104.0, 10073.0, 10074.0, 10003.0, 10018.0, 10084.0, 10015.0, 10117.0, 10062.0, 10103.0, 10060.0, 10103.0, 10020.0, 10072.0, 10024.0, 10035.0, 10065.0, 10023.0, 10010.0, 10028.0, 10025.0, 10072.0, 10110.0, 10036.0, 10096.0, 10044.0, 10157.0, 10067.0, 10125.0, 10069.0, 10121.0, 10049.0, 10107.0, 10035.0, 10088.0, 10022.0, 10089.0, 10039.0, 10107.0, 10026.0, 10092.0, 10042.0, 10053.0, 10078.0, 10037.0, 10039.0, 10030.0, 10155.0, 10065.0, 10122.0, 10082.0, 10118.0, 10068.0, 10110.0, 10042.0, 10107.0, 10047.0, 10094.0, 10027.0, 10041.0, 10081.0, 10024.0, 10092.0, 10037.0, 10038.0, 10057.0, 10066.0, 10042.0, 10172.0, 10097.0, 10134.0, 10065.0, 10126.0, 10079.0, 10106.0, 10067.0, 10074.0, 10036.0, 10102.0, 10052.0, 10044.0, 10111.0, 10064.0, 10131.0, 10174.0, 10124.0, 10134.0, 10049.0, 10103.0, 10049.0, 10087.0, 10038.0, 10086.0, 10023.0, 10092.0, 10025.0, 10051.0, 10072.0, 10042.0, 10070.0, 10101.0, 10043.0, 10109.0, 10070.0, 10071.0, 10051.0, 10069.0, 10021.0, 10078.0, 10040.0, 10068.0, 10068.0, 10071.0, 10030.0, 10099.0, 10041.0, 10110.0, 10068.0, 10070.0, 10029.0, 10078.0, 10056.0, 10095.0, 10052.0, 10095.0, 10027.0, 10097.0, 10083.0, 10027.0, 10141.0, 10052.0, 10106.0, 10052.0, 10117.0, 10053.0, 10125.0, 10069.0, 10121.0, 10064.0, 10103.0, 10068.0, 10107.0, 10060.0, 10108.0, 10069.0, 10126.0, 10085.0, 10129.0, 10088.0, 10112.0, 10089.0, 10123.0, 10082.0, 10106.0, 10030.0, 10079.0, 10049.0, 10143.0, 10067.0, 10109.0, 10043.0, 10123.0, 10054.0, 10142.0, 10069.0, 10102.0, 10061.0, 10101.0, 10064.0, 10106.0, 10021.0, 10074.0, 10059.0, 10025.0, 10087.0, 10023.0, 10118.0, 10034.0, 10103.0, 10054.0, 10102.0, 10057.0, 10111.0, 10031.0, 10098.0, 10058.0, 10072.0, 10031.0, 10099.0, 10070.0, 10056.0, 10146.0, 10054.0, 10093.0, 10038.0, 10119.0, 10066.0, 10137.0, 10080.0, 10119.0, 10049.0, 10102.0, 10083.0, 10108.0, 10050.0, 10107.0, 10021.0, 10074.0, 10021.0, 10050.0, 10074.0, 10021.0, 10063.0, 10028.0, 10134.0, 10079.0, 10099.0, 10063.0, 10105.0, 10055.0, 10103.0, 10022.0, 10072.0, 10019.0, 10089.0, 10024.0, 10104.0, 10032.0, 10112.0, 10041.0, 10092.0, 10029.0, 10106.0, 10027.0, 10091.0, 10036.0, 10075.0, 10022.0, 10090.0, 10042.0, 10107.0, 10022.0, 10109.0, 10047.0, 10021.0, 10151.0, 10056.0, 10115.0, 10058.0, 10117.0, 10034.0, 10101.0, 10048.0, 10076.0, 10024.0, 10064.0, 10026.0, 10040.0, 10134.0, 10067.0, 10104.0, 10064.0, 10088.0, 10042.0, 10130.0, 10086.0, 10108.0, 10046.0, 10105.0, 10069.0, 10121.0, 10062.0, 10130.0, 10074.0, 10127.0, 10060.0, 10115.0, 10062.0, 10113.0, 10031.0, 10110.0, 10028.0, 10090.0, 10038.0, 10026.0, 10108.0, 10041.0, 10093.0, 10044.0, 10043.0, 10050.0, 10160.0, 10074.0, 10122.0, 10058.0, 10138.0, 10068.0, 10129.0, 10064.0, 10105.0, 10021.0, 10076.0, 10023.0, 10077.0, 10035.0, 10025.0, 10110.0, 10054.0, 10121.0, 10044.0, 10137.0, 10058.0, 10121.0, 10083.0, 10109.0, 10043.0, 10085.0, 10076.0, 10114.0, 10046.0, 10068.0, 10055.0, 10130.0, 10056.0, 10122.0, 10067.0, 10138.0, 10079.0, 10112.0, 10080.0, 10119.0, 10054.0, 10109.0, 10066.0, 10107.0, 10030.0, 10093.0, 10024.0, 10092.0, 10040.0, 10040.0, 10108.0, 10040.0, 10094.0, 10041.0, 10140.0, 10073.0, 10125.0, 10099.0, 10124.0, 10058.0, 10111.0, 10054.0, 10113.0, 10086.0, 10105.0, 10106.0, 10089.0, 10081.0, 10076.0, 10056.0, 10033.0, 10143.0, 10105.0, 10148.0, 10091.0, 10166.0, 10057.0, 10107.0, 10021.0, 10074.0, 10027.0, 10119.0, 10071.0, 10138.0, 10060.0, 10113.0, 10072.0, 10105.0, 10028.0, 10094.0, 10041.0, 10080.0, 10045.0, 10085.0, 10059.0, 10047.0, 10112.0, 10042.0, 10113.0, 10053.0, 10161.0, 10090.0, 10139.0, 10088.0, 10051.0, 10069.0, 10128.0, 10065.0, 10148.0, 10086.0, 10130.0, 10062.0, 10140.0, 10090.0, 10142.0, 10092.0, 10132.0, 10071.0, 10137.0, 10112.0, 10135.0, 10094.0, 10150.0, 10051.0, 10112.0, 10050.0, 10103.0, 10046.0, 10102.0, 10103.0, 10056.0, 10101.0, 10076.0, 10053.0, 10070.0, 10092.0, 10070.0, 10152.0, 10080.0, 10134.0, 10056.0, 10148.0, 10076.0, 10052.0, 10077.0, 10068.0, 10091.0, 10090.0, 10094.0, 10050.0, 10133.0, 10069.0, 10153.0, 10167.0, 10121.0, 10036.0, 10102.0, 10034.0, 10113.0, 10101.0, 10045.0, 10176.0, 10098.0, 10138.0, 10041.0, 10124.0, 10071.0, 10109.0, 10026.0, 10095.0, 10031.0, 10070.0, 10071.0, 10046.0, 10110.0, 10053.0, 10122.0, 10047.0, 10122.0, 10068.0, 10066.0, 10049.0, 10098.0, 10049.0, 10048.0, 10082.0, 10165.0, 10082.0, 10129.0, 10084.0, 10128.0, 10069.0, 10148.0, 10097.0, 10165.0, 10112.0, 10159.0, 10104.0, 10129.0, 10048.0, 10124.0, 10062.0, 10100.0, 10062.0, 10098.0, 10046.0, 10175.0, 10078.0, 10095.0, 10025.0, 10104.0, 10006.0, 10022.0, 10120.0, 10049.0, 10101.0, 10032.0, 10088.0, 10022.0, 10016.0, 10028.0, 10052.0, 10049.0, 10126.0, 10052.0, 10134.0, 10082.0, 10155.0, 10107.0, 10146.0, 10075.0, 10083.0, 10027.0, 10095.0, 10028.0, 10095.0, 10034.0, 10112.0, 10063.0, 10183.0, 10127.0, 10119.0, 10132.0, 10004.0, 10091.0, 10006.0, 10080.0, 10047.0, 10073.0, 10025.0, 10072.0, 10031.0, 10063.0, 10038.0, 10068.0, 10033.0, 10040.0, 10086.0, 10026.0, 10070.0, 10033.0, 10112.0, 10060.0, 10140.0, 10093.0, 10131.0, 10077.0, 10116.0, 10071.0, 10136.0, 10099.0, 10143.0, 10069.0, 10136.0, 10079.0, 10136.0, 10069.0, 10151.0, 10081.0, 10145.0, 10067.0, 10130.0, 10048.0, 10099.0, 10033.0, 10101.0, 10049.0, 10081.0, 10033.0, 10062.0, 10104.0, 10034.0, 10088.0, 10046.0, 10162.0, 10087.0, 10140.0, 10088.0, 10102.0, 10052.0, 10133.0, 10077.0, 10117.0, 10066.0, 10115.0, 10072.0, 10140.0, 10058.0, 10121.0, 10057.0, 10139.0, 10085.0, 10157.0, 10070.0, 10144.0, 10137.0, 10107.0, 10051.0, 10116.0, 10074.0, 10063.0, 10073.0, 10051.0, 10137.0, 10185.0, 10143.0, 10122.0, 10024.0, 10073.0, 10005.0, 10022.0, 10085.0, 10032.0, 10082.0, 10024.0, 10119.0, 10080.0, 10114.0, 10072.0, 10125.0, 10060.0, 10127.0, 10082.0, 10111.0, 10066.0, 10133.0, 10094.0, 10138.0, 10097.0, 10108.0, 10080.0, 10078.0, 10110.0, 10076.0, 10155.0, 10103.0, 10172.0, 10113.0, 10189.0, 10088.0, 10074.0, 10177.0, 10053.0, 10061.0, 10005.0, 10026.0, 10087.0, 10024.0, 10107.0, 10045.0, 10107.0, 10034.0, 10101.0, 10033.0, 10090.0, 10051.0, 10082.0, 10108.0, 10070.0, 10069.0, 10086.0, 10125.0, 10069.0, 10169.0, 10078.0, 10147.0, 10080.0, 10133.0, 10054.0, 10120.0, 10052.0, 10119.0, 10055.0, 10122.0, 10166.0, 10093.0, 10159.0, 10073.0, 10160.0, 10069.0, 10110.0, 10026.0, 10052.0, 10092.0, 10026.0, 10123.0, 10051.0, 10103.0, 10025.0, 10095.0, 10029.0, 10071.0, 10081.0, 10047.0, 10125.0, 10076.0, 10118.0, 10086.0, 10051.0, 10144.0, 10046.0, 10129.0, 10035.0, 10090.0, 10099.0, 10047.0, 10127.0, 10035.0, 10130.0, 10089.0, 10114.0, 10043.0, 10109.0, 10027.0, 10083.0, 10052.0, 10030.0, 10125.0, 10050.0, 10124.0, 10066.0, 10109.0, 10025.0, 10077.0, 10035.0, 10025.0, 10095.0, 10029.0, 10121.0, 10066.0, 10095.0, 10038.0, 10040.0, 10011.0, 10044.0, 10131.0, 10083.0, 10145.0, 10097.0, 10097.0, 10059.0, 10125.0, 10062.0, 10050.0, 10088.0, 10076.0, 10169.0, 10111.0, 10135.0, 10113.0, 10191.0, 10117.0, 10129.0, 10093.0, 10036.0, 10135.0, 10038.0, 10119.0, 10062.0, 10099.0, 10020.0, 10050.0, 10025.0, 10025.0, 10107.0, 10043.0, 10121.0, 10086.0, 10108.0, 10048.0, 10098.0, 10099.0, 10046.0, 10125.0, 10073.0, 10127.0, 10032.0, 10085.0, 10099.0, 10048.0, 10116.0, 10051.0, 10144.0, 10076.0, 10129.0, 10063.0, 10107.0, 10052.0, 10089.0, 10057.0, 10074.0, 10170.0, 10112.0, 10167.0, 10085.0, 10124.0, 10074.0, 10086.0, 10153.0, 10085.0, 10152.0, 10112.0, 10153.0, 10070.0, 10139.0, 10054.0, 10082.0, 10150.0, 10077.0, 10148.0, 10077.0, 10130.0, 10029.0, 10094.0, 10093.0, 10025.0, 10120.0, 10083.0, 10121.0, 10070.0, 10122.0, 10092.0, 10129.0, 10089.0, 10124.0, 10092.0, 10127.0, 10075.0, 10136.0, 10052.0, 10111.0, 10031.0, 10094.0, 10030.0, 10085.0, 10028.0, 10111.0, 10032.0, 10110.0, 10048.0, 10115.0, 10044.0, 10113.0, 10027.0, 10099.0, 10160.0, 10068.0, 10125.0, 10012.0, 10066.0, 10013.0, 10039.0, 10071.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.0009765428354814255</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.018858506823351023</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.679964276760224</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.283100531305007</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0161454295523522</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4899</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6707.251</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08139185361460491</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>42</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.184230477634572</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.50170637637727</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.480839122670368</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.575168938603188</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.449111067858253</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00621164</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.010998651385307312</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03563961386680603</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1319</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.082948234166066</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>25.3227</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.8677</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>202.9599</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>294735.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>959.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>422.2971</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6608</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>624.8745</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3769.43</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3916.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>81809.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1535.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4966.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>959.105</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>39.63391859224066</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> |