=== 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-0131 --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-0131",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
124 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
124 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-0131_ses-02_task-narratives_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0131_ses-02_task-narratives_acq-mb8_run-02_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-02_subject-0131_suffix-bold_task-narratives" 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-0131/figures/sub-0131_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-02_subject-0131_suffix-bold_task-narratives" 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-0131/figures/sub-0131_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-02_subject-0131_suffix-bold_task-narratives" 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-0131/figures/sub-0131_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-02_subject-0131_suffix-bold_task-narratives" 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-0131/figures/sub-0131_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-02_subject-0131_suffix-bold_task-narratives" 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-0131/figures/sub-0131_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-02_subject-0131_suffix-bold_task-narratives" 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-0131/figures/sub-0131_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-02_subject-0131_suffix-bold_task-narratives" 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-0131/figures/sub-0131_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0131/figures/sub-0131_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0131/ses-02/func/sub-0131_ses-02_task-narratives_acq-mb8_run-02_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>50f28f9e08953616176e057166781a85</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>10:06:35.697500</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_VE11E_LATEST_20181129</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.99968, -0.00994899, 0.0232427, 0.00802615, 0.996649, 0.0814045]</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.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-narratives_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.0859443</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-narratives_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4231, -8112, -7361, 482, -103, -1056, 731, 144]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>231.143</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>153ce4e5-9b0c-4c84-baee-056a5ff5c2a0||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6820693016052246, 0.021533580496907234, 0.06473170220851898, 110.87844848632812], [0.026692409068346024, 2.673935890197754, 0.2192182093858719, -104.15113067626953], [0.06235847249627113, -0.21840234100818634, 2.690307140350342, -60.67454528808594], [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, 1098]</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], 'AcquisitionTime': ['100635.697500', '100636.157500', '100636.617500', '100637.077500', '100637.537500', '100637.997500', '100638.457500', '100638.917500', '100639.377500', '100639.837500', '100640.297500', '100640.757500', '100641.217500', '100641.677500', '100642.137500', '100642.597500', '100643.057500', '100643.517500', '100643.977500', '100644.437500', '100644.897500', '100645.357500', '100645.817500', '100646.277500', '100646.737500', '100647.197500', '100647.657500', '100648.117500', '100648.577500', '100649.037500', '100649.497500', '100649.957500', '100650.417500', '100650.877500', '100651.337500', '100651.797500', '100652.257500', '100652.717500', '100653.177500', '100653.637500', '100654.097500', '100654.557500', '100655.017500', '100655.477500', '100655.937500', '100656.397500', '100656.857500', '100657.317500', '100657.777500', '100658.237500', '100658.697500', '100659.157500', '100659.617500', '100700.077500', '100700.537500', '100700.997500', '100701.457500', '100701.917500', '100702.377500', '100702.837500', '100703.297500', '100703.757500', '100704.217500', '100704.677500', '100705.137500', '100705.597500', '100706.057500', '100706.517500', '100706.977500', '100707.437500', '100707.897500', '100708.357500', '100708.817500', '100709.277500', '100709.737500', '100710.197500', '100710.657500', '100711.117500', '100711.577500', '100712.037500', '100712.497500', '100712.957500', '100713.417500', '100713.877500', '100714.337500', '100714.797500', '100715.257500', '100715.717500', '100716.177500', '100716.637500', '100717.097500', '100717.557500', '100718.017500', '100718.477500', '100718.937500', '100719.397500', '100719.857500', '100720.317500', '100720.777500', '100721.237500', '100721.697500', '100722.157500', '100722.617500', '100723.077500', '100723.537500', '100723.997500', '100724.457500', '100724.917500', '100725.377500', '100725.837500', '100726.297500', '100726.757500', '100727.217500', '100727.677500', '100728.137500', '100728.597500', '100729.057500', '100729.517500', '100729.977500', '100730.437500', '100730.897500', '100731.357500', '100731.817500', '100732.277500', '100732.737500', '100733.197500', '100733.657500', '100734.117500', '100734.577500', '100735.037500', '100735.497500', '100735.957500', '100736.417500', '100736.877500', '100737.337500', '100737.797500', '100738.257500', '100738.717500', '100739.177500', '100739.637500', '100740.097500', '100740.557500', '100741.017500', '100741.477500', '100741.937500', '100742.397500', '100742.857500', '100743.317500', '100743.777500', '100744.237500', '100744.697500', '100745.157500', '100745.617500', '100746.077500', '100746.537500', '100746.997500', '100747.457500', '100747.917500', '100748.377500', '100748.837500', '100749.297500', '100749.757500', '100750.217500', '100750.677500', '100751.137500', '100751.597500', '100752.057500', '100752.517500', '100752.977500', '100753.437500', '100753.897500', '100754.357500', '100754.817500', '100755.277500', '100755.737500', '100756.197500', '100756.657500', '100757.117500', '100757.577500', '100758.037500', '100758.497500', '100758.957500', '100759.417500', '100759.877500', '100800.337500', '100800.797500', '100801.257500', '100801.717500', '100802.177500', '100802.637500', '100803.097500', '100803.557500', '100804.017500', '100804.477500', '100804.937500', '100805.397500', '100805.857500', '100806.317500', '100806.777500', '100807.237500', '100807.697500', '100808.157500', '100808.617500', '100809.077500', '100809.537500', '100809.997500', '100810.457500', '100810.917500', '100811.377500', '100811.837500', '100812.297500', '100812.757500', '100813.217500', '100813.677500', '100814.137500', '100814.597500', '100815.057500', '100815.517500', '100815.977500', '100816.437500', '100816.897500', '100817.357500', '100817.817500', '100818.277500', '100818.737500', '100819.197500', '100819.657500', '100820.117500', '100820.577500', '100821.037500', '100821.497500', '100821.957500', '100822.417500', '100822.877500', '100823.337500', '100823.797500', '100824.257500', '100824.717500', '100825.177500', '100825.637500', '100826.097500', '100826.557500', '100827.017500', '100827.477500', '100827.937500', '100828.397500', '100828.857500', '100829.317500', '100829.777500', '100830.237500', '100830.697500', '100831.157500', '100831.617500', '100832.077500', '100832.537500', '100832.997500', '100833.457500', '100833.917500', '100834.377500', '100834.837500', '100835.297500', '100835.757500', '100836.217500', '100836.677500', '100837.137500', '100837.597500', '100838.057500', '100838.517500', '100838.977500', '100839.437500', '100839.897500', '100840.357500', '100840.817500', '100841.277500', '100841.737500', '100842.197500', '100842.657500', '100843.117500', '100843.577500', '100844.037500', '100844.497500', '100844.957500', '100845.417500', '100845.877500', '100846.337500', '100846.797500', '100847.257500', '100847.717500', '100848.177500', '100848.637500', '100849.097500', '100849.557500', '100850.017500', '100850.477500', '100850.937500', '100851.397500', '100851.857500', '100852.317500', '100852.777500', '100853.237500', '100853.697500', '100854.157500', '100854.617500', '100855.077500', '100855.537500', '100855.997500', '100856.457500', '100856.917500', '100857.377500', '100857.837500', '100858.297500', '100858.757500', '100859.217500', '100859.677500', '100900.137500', '100900.597500', '100901.057500', '100901.517500', '100901.977500', '100902.437500', '100902.897500', '100903.357500', '100903.817500', '100904.277500', '100904.737500', '100905.197500', '100905.657500', '100906.117500', '100906.577500', '100907.037500', '100907.497500', '100907.957500', '100908.417500', '100908.877500', '100909.337500', '100909.797500', '100910.257500', '100910.717500', '100911.177500', '100911.637500', '100912.097500', '100912.557500', '100913.017500', '100913.477500', '100913.937500', '100914.397500', '100914.857500', '100915.317500', '100915.777500', '100916.237500', '100916.697500', '100917.157500', '100917.617500', '100918.077500', '100918.537500', '100918.997500', '100919.457500', '100919.917500', '100920.377500', '100920.837500', '100921.297500', '100921.757500', '100922.217500', '100922.677500', '100923.137500', '100923.597500', '100924.057500', '100924.517500', '100924.977500', '100925.437500', '100925.897500', '100926.357500', '100926.817500', '100927.277500', '100927.737500', '100928.197500', '100928.657500', '100929.117500', '100929.577500', '100930.037500', '100930.497500', '100930.957500', '100931.417500', '100931.877500', '100932.337500', '100932.797500', '100933.257500', '100933.717500', '100934.177500', '100934.637500', '100935.097500', '100935.557500', '100936.017500', '100936.477500', '100936.937500', '100937.397500', '100937.857500', '100938.317500', '100938.777500', '100939.237500', '100939.697500', '100940.157500', '100940.617500', '100941.077500', '100941.537500', '100941.997500', '100942.457500', '100942.917500', '100943.377500', '100943.837500', '100944.297500', '100944.757500', '100945.217500', '100945.677500', '100946.137500', '100946.597500', '100947.057500', '100947.517500', '100947.977500', '100948.437500', '100948.897500', '100949.357500', '100949.817500', '100950.277500', '100950.737500', '100951.197500', '100951.657500', '100952.117500', '100952.577500', '100953.037500', '100953.497500', '100953.957500', '100954.417500', '100954.877500', '100955.337500', '100955.797500', '100956.257500', '100956.717500', '100957.177500', '100957.637500', '100958.097500', '100958.557500', '100959.017500', '100959.477500', '100959.937500', '101000.397500', '101000.857500', '101001.317500', '101001.777500', '101002.237500', '101002.697500', '101003.157500', '101003.617500', '101004.077500', '101004.537500', '101004.997500', '101005.457500', '101005.917500', '101006.377500', '101006.837500', '101007.297500', '101007.757500', '101008.217500', '101008.677500', '101009.137500', '101009.597500', '101010.057500', '101010.517500', '101010.977500', '101011.437500', '101011.897500', '101012.357500', '101012.817500', '101013.277500', '101013.737500', '101014.197500', '101014.657500', '101015.117500', '101015.577500', '101016.037500', '101016.497500', '101016.957500', '101017.417500', '101017.877500', '101018.337500', '101018.797500', '101019.257500', '101019.717500', '101020.177500', '101020.637500', '101021.097500', '101021.557500', '101022.017500', '101022.477500', '101022.937500', '101023.397500', '101023.857500', '101024.317500', '101024.777500', '101025.237500', '101025.697500', '101026.157500', '101026.617500', '101027.077500', '101027.537500', '101027.997500', '101028.457500', '101028.917500', '101029.377500', '101029.837500', '101030.297500', '101030.757500', '101031.217500', '101031.677500', '101032.137500', '101032.597500', '101033.057500', '101033.517500', '101033.977500', '101034.437500', '101034.897500', '101035.357500', '101035.817500', '101036.277500', '101036.737500', '101037.197500', '101037.657500', '101038.117500', '101038.577500', '101039.037500', '101039.497500', '101039.957500', '101040.417500', '101040.877500', '101041.337500', '101041.797500', '101042.257500', '101042.717500', '101043.177500', '101043.637500', '101044.097500', '101044.557500', '101045.017500', '101045.477500', '101045.937500', '101046.397500', '101046.857500', '101047.317500', '101047.777500', '101048.237500', '101048.697500', '101049.157500', '101049.617500', '101050.077500', '101050.537500', '101050.997500', '101051.457500', '101051.917500', '101052.377500', '101052.837500', '101053.297500', '101053.757500', '101054.217500', '101054.677500', '101055.137500', '101055.597500', '101056.057500', '101056.517500', '101056.977500', '101057.437500', '101057.897500', '101058.357500', '101058.817500', '101059.277500', '101059.737500', '101100.197500', '101100.657500', '101101.117500', '101101.577500', '101102.037500', '101102.497500', '101102.957500', '101103.417500', '101103.877500', '101104.337500', '101104.797500', '101105.257500', '101105.717500', '101106.177500', '101106.637500', '101107.097500', '101107.557500', '101108.017500', '101108.477500', '101108.937500', '101109.397500', '101109.857500', '101110.317500', '101110.777500', '101111.237500', '101111.697500', '101112.157500', '101112.617500', '101113.077500', '101113.537500', '101113.997500', '101114.457500', '101114.917500', '101115.377500', '101115.837500', '101116.297500', '101116.757500', '101117.217500', '101117.677500', '101118.137500', '101118.597500', '101119.057500', '101119.517500', '101119.977500', '101120.437500', '101120.897500', '101121.357500', '101121.817500', '101122.277500', '101122.737500', '101123.197500', '101123.657500', '101124.117500', '101124.577500', '101125.037500', '101125.497500', '101125.957500', '101126.417500', '101126.877500', '101127.337500', '101127.797500', '101128.257500', '101128.717500', '101129.177500', '101129.637500', '101130.097500', '101130.557500', '101131.017500', '101131.477500', '101131.937500', '101132.397500', '101132.857500', '101133.317500', '101133.777500', '101134.237500', '101134.697500', '101135.157500', '101135.617500', '101136.077500', '101136.537500', '101136.997500', '101137.457500', '101137.917500', '101138.377500', '101138.837500', '101139.297500', '101139.757500', '101140.217500', '101140.677500', '101141.137500', '101141.597500', '101142.057500', '101142.517500', '101142.977500', '101143.437500', '101143.897500', '101144.357500', '101144.817500', '101145.277500', '101145.737500', '101146.197500', '101146.657500', '101147.117500', '101147.577500', '101148.037500', '101148.497500', '101148.957500', '101149.417500', '101149.877500', '101150.337500', '101150.797500', '101151.257500', '101151.717500', '101152.177500', '101152.637500', '101153.097500', '101153.557500', '101154.017500', '101154.477500', '101154.937500', '101155.397500', '101155.857500', '101156.317500', '101156.777500', '101157.237500', '101157.697500', '101158.157500', '101158.617500', '101159.077500', '101159.537500', '101159.997500', '101200.457500', '101200.917500', '101201.377500', '101201.837500', '101202.297500', '101202.757500', '101203.217500', '101203.677500', '101204.137500', '101204.597500', '101205.057500', '101205.517500', '101205.977500', '101206.437500', '101206.897500', '101207.357500', '101207.817500', '101208.277500', '101208.737500', '101209.197500', '101209.657500', '101210.117500', '101210.577500', '101211.037500', '101211.497500', '101211.957500', '101212.417500', '101212.877500', '101213.337500', '101213.797500', '101214.257500', '101214.717500', '101215.177500', '101215.637500', '101216.097500', '101216.557500', '101217.017500', '101217.477500', '101217.937500', '101218.397500', '101218.857500', '101219.317500', '101219.777500', '101220.237500', '101220.697500', '101221.157500', '101221.617500', '101222.077500', '101222.537500', '101222.997500', '101223.457500', '101223.917500', '101224.377500', '101224.837500', '101225.297500', '101225.757500', '101226.217500', '101226.677500', '101227.137500', '101227.597500', '101228.057500', '101228.517500', '101228.977500', '101229.437500', '101229.897500', '101230.357500', '101230.817500', '101231.277500', '101231.737500', '101232.197500', '101232.657500', '101233.117500', '101233.577500', '101234.037500', '101234.497500', '101234.957500', '101235.417500', '101235.877500', '101236.337500', '101236.797500', '101237.257500', '101237.717500', '101238.177500', '101238.637500', '101239.097500', '101239.557500', '101240.017500', '101240.477500', '101240.937500', '101241.397500', '101241.857500', '101242.317500', '101242.777500', '101243.237500', '101243.697500', '101244.157500', '101244.617500', '101245.077500', '101245.537500', '101245.997500', '101246.457500', '101246.917500', '101247.377500', '101247.837500', '101248.297500', '101248.757500', '101249.217500', '101249.677500', '101250.137500', '101250.597500', '101251.057500', '101251.517500', '101251.977500', '101252.437500', '101252.897500', '101253.357500', '101253.817500', '101254.277500', '101254.737500', '101255.197500', '101255.657500', '101256.117500', '101256.577500', '101257.037500', '101257.497500', '101257.957500', '101258.417500', '101258.877500', '101259.337500', '101259.797500', '101300.257500', '101300.717500', '101301.177500', '101301.637500', '101302.097500', '101302.557500', '101303.017500', '101303.477500', '101303.937500', '101304.397500', '101304.857500', '101305.317500', '101305.777500', '101306.237500', '101306.697500', '101307.157500', '101307.617500', '101308.077500', '101308.537500', '101308.997500', '101309.457500', '101309.917500', '101310.377500', '101310.837500', '101311.297500', '101311.757500', '101312.217500', '101312.677500', '101313.137500', '101313.597500', '101314.057500', '101314.517500', '101314.977500', '101315.437500', '101315.897500', '101316.357500', '101316.817500', '101317.277500', '101317.737500', '101318.197500', '101318.657500', '101319.117500', '101319.577500', '101320.037500', '101320.497500', '101320.957500', '101321.417500', '101321.877500', '101322.337500', '101322.797500', '101323.257500', '101323.717500', '101324.177500', '101324.637500', '101325.097500', '101325.557500', '101326.017500', '101326.477500', '101326.937500', '101327.397500', '101327.857500', '101328.317500', '101328.777500', '101329.237500', '101329.697500', '101330.157500', '101330.617500', '101331.077500', '101331.537500', '101331.997500', '101332.457500', '101332.917500', '101333.377500', '101333.837500', '101334.297500', '101334.757500', '101335.217500', '101335.677500', '101336.137500', '101336.597500', '101337.057500', '101337.517500', '101337.977500', '101338.437500', '101338.897500', '101339.357500', '101339.817500', '101340.277500', '101340.737500', '101341.197500', '101341.657500', '101342.117500', '101342.577500', '101343.037500', '101343.497500', '101343.957500', '101344.417500', '101344.877500', '101345.337500', '101345.797500', '101346.257500', '101346.717500', '101347.177500', '101347.637500', '101348.097500', '101348.557500', '101349.017500', '101349.477500', '101349.937500', '101350.397500', '101350.857500', '101351.317500', '101351.777500', '101352.237500', '101352.697500', '101353.157500', '101353.617500', '101354.077500', '101354.537500', '101354.997500', '101355.457500', '101355.917500', '101356.377500', '101356.837500', '101357.297500', '101357.757500', '101358.217500', '101358.677500', '101359.137500', '101359.597500', '101400.057500', '101400.517500', '101400.977500', '101401.437500', '101401.897500', '101402.357500', '101402.817500', '101403.277500', '101403.737500', '101404.197500', '101404.657500', '101405.117500', '101405.577500', '101406.037500', '101406.497500', '101406.957500', '101407.417500', '101407.877500', '101408.337500', '101408.797500', '101409.257500', '101409.717500', '101410.177500', '101410.637500', '101411.097500', '101411.557500', '101412.017500', '101412.477500', '101412.937500', '101413.397500', '101413.857500', '101414.317500', '101414.777500', '101415.237500', '101415.697500', '101416.157500', '101416.617500', '101417.077500', '101417.537500', '101417.997500', '101418.457500', '101418.917500', '101419.377500', '101419.837500', '101420.297500', '101420.757500', '101421.217500', '101421.677500', '101422.137500', '101422.597500', '101423.057500', '101423.517500', '101423.977500', '101424.437500', '101424.897500', '101425.357500', '101425.817500', '101426.277500', '101426.737500', '101427.197500', '101427.657500', '101428.117500', '101428.577500', '101429.037500', '101429.497500', '101429.957500', '101430.417500', '101430.877500', '101431.337500', '101431.797500', '101432.257500', '101432.717500', '101433.177500', '101433.637500', '101434.097500', '101434.557500', '101435.017500', '101435.477500', '101435.937500', '101436.397500', '101436.857500', '101437.317500', '101437.777500', '101438.237500', '101438.697500', '101439.157500', '101439.617500', '101440.077500', '101440.537500', '101440.997500', '101441.457500', '101441.917500', '101442.377500', '101442.837500', '101443.297500', '101443.757500', '101444.217500', '101444.677500', '101445.137500', '101445.597500', '101446.057500', '101446.517500', '101446.977500', '101447.437500', '101447.897500', '101448.357500', '101448.817500', '101449.277500', '101449.737500', '101450.197500', '101450.657500', '101451.117500', '101451.577500', '101452.037500', '101452.497500', '101452.957500', '101453.417500', '101453.877500', '101454.337500', '101454.797500', '101455.257500', '101455.717500', '101456.177500', '101456.637500', '101457.097500', '101457.557500', '101458.017500', '101458.477500', '101458.937500', '101459.397500', '101459.857500', '101500.317500'], 'ContentTime': ['100659.709000', '100659.712000', '100659.715000', '100659.717000', '100659.720000', '100659.723000', '100659.725000', '100659.728000', '100659.731000', '100659.733000', '100659.736000', '100659.739000', '100659.741000', '100659.744000', '100659.747000', '100659.749000', '100659.752000', '100659.754000', '100659.757000', '100659.760000', '100659.762000', '100659.765000', '100659.768000', '100659.770000', '100659.773000', '100659.775000', '100659.778000', '100659.781000', '100659.783000', '100659.786000', '100659.788000', '100659.791000', '100659.794000', '100659.796000', '100659.799000', '100659.802000', '100659.804000', '100659.807000', '100659.810000', '100659.812000', '100659.815000', '100659.818000', '100659.820000', '100659.823000', '100659.825000', '100659.828000', '100659.831000', '100659.833000', '100659.836000', '100719.664000', '100719.667000', '100719.670000', '100719.673000', '100719.675000', '100719.678000', '100719.681000', '100719.683000', '100719.686000', '100719.689000', '100719.697000', '100719.699000', '100719.702000', '100719.705000', '100719.707000', '100719.710000', '100719.713000', '100719.715000', '100719.718000', '100719.720000', '100719.723000', '100719.726000', '100719.728000', '100719.731000', '100719.734000', '100719.736000', '100719.739000', '100719.742000', '100719.744000', '100719.747000', '100719.749000', '100719.752000', '100719.755000', '100719.757000', '100719.760000', '100719.763000', '100719.772000', '100719.775000', '100719.778000', '100719.780000', '100719.783000', '100719.785000', '100719.788000', '100719.791000', '100739.664000', '100739.666000', '100739.669000', '100739.672000', '100739.675000', '100739.677000', '100739.680000', '100739.683000', '100739.685000', '100739.688000', '100739.691000', '100739.693000', '100739.696000', '100739.698000', '100739.701000', '100739.710000', '100739.712000', '100739.715000', '100739.717000', '100739.720000', '100739.723000', '100739.725000', '100739.728000', '100739.731000', '100739.733000', '100739.736000', '100739.739000', '100739.741000', '100739.744000', '100739.746000', '100739.749000', '100739.752000', '100739.754000', '100739.757000', '100739.760000', '100739.762000', '100739.765000', '100739.768000', '100739.770000', '100739.773000', '100739.775000', '100739.778000', '100739.781000', '100759.664000', '100759.666000', '100759.669000', '100759.672000', '100759.720000', '100759.723000', '100759.725000', '100759.728000', '100759.731000', '100759.733000', '100759.736000', '100759.739000', '100759.741000', '100759.748000', '100759.751000', '100759.754000', '100759.756000', '100759.759000', '100759.762000', '100759.764000', '100759.767000', '100759.770000', '100759.772000', '100759.775000', '100759.778000', '100759.780000', '100759.783000', '100759.786000', '100759.788000', '100759.791000', '100759.793000', '100759.796000', '100759.799000', '100759.801000', '100759.804000', '100759.807000', '100759.809000', '100759.812000', '100759.815000', '100759.817000', '100759.820000', '100759.822000', '100759.825000', '100759.828000', '100819.663000', '100819.667000', '100819.669000', '100819.672000', '100819.675000', '100819.677000', '100819.680000', '100819.682000', '100819.685000', '100819.688000', '100819.690000', '100819.693000', '100819.696000', '100819.698000', '100819.701000', '100819.704000', '100819.706000', '100819.709000', '100819.712000', '100819.714000', '100819.717000', '100819.720000', '100819.722000', '100819.725000', '100819.728000', '100819.730000', '100819.733000', '100819.736000', '100819.738000', '100819.741000', '100819.744000', '100819.746000', '100819.749000', '100819.751000', '100819.754000', '100819.757000', '100819.759000', '100819.762000', '100819.765000', '100819.767000', '100819.770000', '100819.772000', '100819.775000', '100839.664000', '100839.667000', '100839.670000', '100839.672000', '100839.675000', '100839.678000', '100839.681000', '100839.683000', '100839.686000', '100839.688000', '100839.691000', '100839.694000', '100839.696000', '100839.699000', '100839.702000', '100839.704000', '100839.707000', '100839.710000', '100839.712000', '100839.715000', '100839.718000', '100839.720000', '100839.723000', '100839.726000', '100839.729000', '100839.731000', '100839.734000', '100839.737000', '100839.753000', '100839.756000', '100839.758000', '100839.761000', '100839.764000', '100839.766000', '100839.769000', '100839.772000', '100839.774000', '100839.777000', '100839.780000', '100839.782000', '100839.785000', '100839.787000', '100839.790000', '100839.793000', '100859.663000', '100859.666000', '100859.669000', '100859.672000', '100859.674000', '100859.677000', '100859.680000', '100859.682000', '100859.685000', '100859.688000', '100859.690000', '100859.693000', '100859.695000', '100859.698000', '100859.701000', '100859.703000', '100859.706000', '100859.709000', '100859.712000', '100859.714000', '100859.717000', '100859.719000', '100859.722000', '100859.725000', '100859.727000', '100859.730000', '100859.733000', '100859.735000', '100859.738000', '100859.740000', '100859.743000', '100859.746000', '100859.749000', '100859.751000', '100859.754000', '100859.756000', '100859.759000', '100859.762000', '100859.764000', '100859.767000', '100859.770000', '100859.772000', '100859.775000', '100919.664000', '100919.667000', '100919.669000', '100919.672000', '100919.675000', '100919.677000', '100919.688000', '100919.690000', '100919.693000', '100919.696000', '100919.698000', '100919.701000', '100919.704000', '100919.706000', '100919.709000', '100919.712000', '100919.714000', '100919.717000', '100919.720000', '100919.722000', '100919.725000', '100919.728000', '100919.730000', '100919.733000', '100919.736000', '100919.738000', '100919.741000', '100919.744000', '100919.746000', '100919.749000', '100919.752000', '100919.754000', '100919.757000', '100919.760000', '100919.762000', '100919.765000', '100919.768000', '100919.770000', '100919.773000', '100919.776000', '100919.778000', '100919.781000', '100919.784000', '100919.786000', '100939.663000', '100939.666000', '100939.669000', '100939.672000', '100939.675000', '100939.677000', '100939.680000', '100939.683000', '100939.685000', '100939.688000', '100939.691000', '100939.693000', '100939.696000', '100939.699000', '100939.701000', '100939.704000', '100939.707000', '100939.709000', '100939.712000', '100939.723000', '100939.726000', '100939.728000', '100939.731000', '100939.734000', '100939.736000', '100939.739000', '100939.741000', '100939.744000', '100939.747000', '100939.749000', '100939.752000', '100939.755000', '100939.758000', '100939.760000', '100939.763000', '100939.766000', '100939.768000', '100939.771000', '100939.773000', '100939.776000', '100939.779000', '100939.781000', '100939.784000', '100959.664000', '100959.666000', '100959.669000', '100959.672000', '100959.675000', '100959.677000', '100959.680000', '100959.683000', '100959.685000', '100959.688000', '100959.691000', '100959.693000', '100959.696000', '100959.699000', '100959.701000', '100959.704000', '100959.707000', '100959.709000', '100959.712000', '100959.715000', '100959.717000', '100959.720000', '100959.723000', '100959.725000', '100959.728000', '100959.731000', '100959.733000', '100959.736000', '100959.739000', '100959.741000', '100959.744000', '100959.747000', '100959.749000', '100959.752000', '100959.755000', '100959.757000', '100959.760000', '100959.762000', '100959.765000', '100959.767000', '100959.770000', '100959.773000', '100959.776000', '100959.778000', '101019.663000', '101019.666000', '101019.669000', '101019.672000', '101019.674000', '101019.677000', '101019.680000', '101019.682000', '101019.685000', '101019.688000', '101019.690000', '101019.693000', '101019.696000', '101019.698000', '101019.701000', '101019.704000', '101019.706000', '101019.709000', '101019.711000', '101019.714000', '101019.717000', '101019.719000', '101019.722000', '101019.725000', '101019.727000', '101019.730000', '101019.733000', '101019.735000', '101019.738000', '101019.740000', '101019.743000', '101019.746000', '101019.748000', '101019.751000', '101019.754000', '101019.756000', '101019.759000', '101019.761000', '101019.764000', '101019.767000', '101019.769000', '101019.772000', '101019.775000', '101039.663000', '101039.666000', '101039.669000', '101039.672000', '101039.674000', '101039.677000', '101039.681000', '101039.684000', '101039.687000', '101039.689000', '101039.692000', '101039.695000', '101039.698000', '101039.700000', '101039.703000', '101039.706000', '101039.709000', '101039.711000', '101039.714000', '101039.717000', '101039.720000', '101039.723000', '101039.725000', '101039.728000', '101039.731000', '101039.733000', '101039.736000', '101039.739000', '101039.741000', '101039.744000', '101039.747000', '101039.749000', '101039.752000', '101039.755000', '101039.757000', '101039.760000', '101039.762000', '101039.765000', '101039.768000', '101039.771000', '101039.774000', '101039.777000', '101039.780000', '101059.663000', '101059.666000', '101059.669000', '101059.672000', '101059.674000', '101059.677000', '101059.680000', '101059.682000', '101059.685000', '101059.688000', '101059.690000', '101059.693000', '101059.696000', '101059.698000', '101059.701000', '101059.704000', '101059.706000', '101059.709000', '101059.712000', '101059.714000', '101059.717000', '101059.719000', '101059.722000', '101059.725000', '101059.727000', '101059.744000', '101059.747000', '101059.750000', '101059.752000', '101059.755000', '101059.758000', '101059.760000', '101059.763000', '101059.765000', '101059.768000', '101059.771000', '101059.773000', '101059.776000', '101059.779000', '101059.781000', '101059.784000', '101059.787000', '101059.789000', '101059.792000', '101119.664000', '101119.666000', '101119.669000', '101119.672000', '101119.675000', '101119.677000', '101119.680000', '101119.683000', '101119.685000', '101119.688000', '101119.691000', '101119.693000', '101119.696000', '101119.699000', '101119.701000', '101119.704000', '101119.707000', '101119.710000', '101119.714000', '101119.716000', '101119.719000', '101119.722000', '101119.725000', '101119.727000', '101119.730000', '101119.733000', '101119.735000', '101119.738000', '101119.741000', '101119.743000', '101119.746000', '101119.749000', '101119.751000', '101119.754000', '101119.756000', '101119.759000', '101119.762000', '101119.764000', '101119.767000', '101119.770000', '101119.772000', '101119.775000', '101119.778000', '101139.664000', '101139.667000', '101139.670000', '101139.672000', '101139.675000', '101139.678000', '101139.680000', '101139.683000', '101139.686000', '101139.689000', '101139.691000', '101139.694000', '101139.697000', '101139.699000', '101139.702000', '101139.705000', '101139.707000', '101139.710000', '101139.713000', '101139.715000', '101139.718000', '101139.721000', '101139.723000', '101139.726000', '101139.729000', '101139.731000', '101139.734000', '101139.737000', '101139.739000', '101139.742000', '101139.756000', '101139.758000', '101139.761000', '101139.764000', '101139.766000', '101139.769000', '101139.771000', '101139.774000', '101139.777000', '101139.780000', '101139.782000', '101139.785000', '101139.787000', '101139.790000', '101159.664000', '101159.667000', '101159.669000', '101159.672000', '101159.675000', '101159.678000', '101159.680000', '101159.683000', '101159.686000', '101159.688000', '101159.691000', '101159.694000', '101159.696000', '101159.699000', '101159.702000', '101159.712000', '101159.715000', '101159.717000', '101159.720000', '101159.723000', '101159.726000', '101159.728000', '101159.731000', '101159.734000', '101159.736000', '101159.739000', '101159.742000', '101159.744000', '101159.747000', '101159.750000', '101159.752000', '101159.755000', '101159.758000', '101159.761000', '101159.764000', '101159.767000', '101159.769000', '101159.772000', '101159.775000', '101159.778000', '101159.780000', '101159.783000', '101159.786000', '101219.664000', '101219.666000', '101219.669000', '101219.672000', '101219.674000', '101219.677000', '101219.680000', '101219.682000', '101219.685000', '101219.688000', '101219.690000', '101219.693000', '101219.696000', '101219.698000', '101219.701000', '101219.704000', '101219.706000', '101219.709000', '101219.712000', '101219.714000', '101219.717000', '101219.719000', '101219.722000', '101219.725000', '101219.727000', '101219.730000', '101219.733000', '101219.735000', '101219.738000', '101219.741000', '101219.743000', '101219.746000', '101219.749000', '101219.751000', '101219.754000', '101219.756000', '101219.772000', '101219.774000', '101219.777000', '101219.779000', '101219.782000', '101219.785000', '101219.787000', '101219.790000', '101239.664000', '101239.667000', '101239.670000', '101239.672000', '101239.675000', '101239.677000', '101239.680000', '101239.683000', '101239.685000', '101239.688000', '101239.691000', '101239.693000', '101239.696000', '101239.699000', '101239.701000', '101239.704000', '101239.707000', '101239.709000', '101239.712000', '101239.715000', '101239.728000', '101239.731000', '101239.733000', '101239.736000', '101239.739000', '101239.741000', '101239.744000', '101239.747000', '101239.749000', '101239.752000', '101239.755000', '101239.757000', '101239.760000', '101239.762000', '101239.765000', '101239.768000', '101239.771000', '101239.774000', '101239.777000', '101239.781000', '101239.785000', '101239.788000', '101239.791000', '101259.664000', '101259.666000', '101259.669000', '101259.672000', '101259.675000', '101259.677000', '101259.680000', '101259.683000', '101259.685000', '101259.688000', '101259.691000', '101259.693000', '101259.696000', '101259.698000', '101259.701000', '101259.704000', '101259.707000', '101259.709000', '101259.712000', '101259.714000', '101259.717000', '101259.720000', '101259.722000', '101259.725000', '101259.728000', '101259.730000', '101259.733000', '101259.736000', '101259.738000', '101259.741000', '101259.744000', '101259.746000', '101259.749000', '101259.751000', '101259.754000', '101259.757000', '101259.760000', '101259.762000', '101259.765000', '101259.767000', '101259.770000', '101259.773000', '101259.775000', '101259.778000', '101319.663000', '101319.667000', '101319.669000', '101319.672000', '101319.675000', '101319.677000', '101319.680000', '101319.683000', '101319.685000', '101319.688000', '101319.691000', '101319.693000', '101319.696000', '101319.699000', '101319.701000', '101319.704000', '101319.706000', '101319.709000', '101319.712000', '101319.715000', '101319.717000', '101319.720000', '101319.723000', '101319.725000', '101319.728000', '101319.730000', '101319.733000', '101319.736000', '101319.738000', '101319.741000', '101319.744000', '101319.746000', '101319.749000', '101319.752000', '101319.755000', '101319.758000', '101319.761000', '101319.764000', '101319.766000', '101319.769000', '101319.772000', '101319.775000', '101319.777000', '101339.662000', '101339.665000', '101339.668000', '101339.671000', '101339.674000', '101339.676000', '101339.679000', '101339.682000', '101339.684000', '101339.687000', '101339.690000', '101339.692000', '101339.695000', '101339.697000', '101339.700000', '101339.703000', '101339.705000', '101339.708000', '101339.711000', '101339.714000', '101339.716000', '101339.719000', '101339.721000', '101339.724000', '101339.727000', '101339.729000', '101339.732000', '101339.735000', '101339.737000', '101339.740000', '101339.743000', '101339.745000', '101339.748000', '101339.750000', '101339.753000', '101339.756000', '101339.758000', '101339.761000', '101339.764000', '101339.766000', '101339.769000', '101339.772000', '101339.774000', '101339.777000', '101359.664000', '101359.666000', '101359.669000', '101359.672000', '101359.675000', '101359.677000', '101359.680000', '101359.683000', '101359.686000', '101359.688000', '101359.691000', '101359.694000', '101359.697000', '101359.699000', '101359.702000', '101359.705000', '101359.707000', '101359.710000', '101359.713000', '101359.715000', '101359.718000', '101359.721000', '101359.723000', '101359.726000', '101359.729000', '101359.731000', '101359.734000', '101359.737000', '101359.739000', '101359.742000', '101359.744000', '101359.747000', '101359.750000', '101359.752000', '101359.755000', '101359.758000', '101359.760000', '101359.763000', '101359.765000', '101359.768000', '101359.771000', '101359.773000', '101359.776000', '101419.664000', '101419.666000', '101419.669000', '101419.672000', '101419.675000', '101419.677000', '101419.680000', '101419.682000', '101419.685000', '101419.688000', '101419.691000', '101419.693000', '101419.696000', '101419.698000', '101419.701000', '101419.704000', '101419.707000', '101419.709000', '101419.712000', '101419.714000', '101419.717000', '101419.720000', '101419.722000', '101419.725000', '101419.727000', '101419.730000', '101419.733000', '101419.735000', '101419.738000', '101419.741000', '101419.743000', '101419.746000', '101419.749000', '101419.751000', '101419.754000', '101419.757000', '101419.759000', '101419.762000', '101419.765000', '101419.767000', '101419.770000', '101419.772000', '101419.779000', '101419.782000', '101439.664000', '101439.667000', '101439.670000', '101439.672000', '101439.675000', '101439.678000', '101439.680000', '101439.683000', '101439.686000', '101439.688000', '101439.691000', '101439.694000', '101439.696000', '101439.699000', '101439.702000', '101439.704000', '101439.707000', '101439.710000', '101439.712000', '101439.726000', '101439.728000', '101439.731000', '101439.734000', '101439.736000', '101439.739000', '101439.742000', '101439.744000', '101439.747000', '101439.750000', '101439.752000', '101439.755000', '101439.758000', '101439.760000', '101439.763000', '101439.766000', '101439.768000', '101439.772000', '101439.775000', '101439.778000', '101439.781000', '101439.784000', '101439.787000', '101439.789000', '101459.664000', '101459.667000', '101459.669000', '101459.674000', '101459.677000', '101459.679000', '101459.682000', '101459.685000', '101459.687000', '101459.690000', '101459.693000', '101459.695000', '101459.698000', '101459.701000', '101459.703000', '101459.706000', '101459.709000', '101459.711000', '101459.714000', '101459.717000', '101459.720000', '101459.722000', '101459.725000', '101459.728000', '101459.730000', '101459.733000', '101459.736000', '101459.738000', '101459.741000', '101459.744000', '101459.746000', '101459.749000', '101459.752000', '101459.754000', '101459.757000', '101459.760000', '101459.762000', '101459.765000', '101459.768000', '101459.770000', '101459.773000', '101459.776000', '101459.778000', '101501.877000', '101501.880000', '101501.884000', '101501.887000', '101501.890000', '101501.892000'], 'InstanceCreationTime': ['100659.709000', '100659.712000', '100659.715000', '100659.717000', '100659.720000', '100659.723000', '100659.725000', '100659.728000', '100659.731000', '100659.733000', '100659.736000', '100659.739000', '100659.741000', '100659.744000', '100659.747000', '100659.749000', '100659.752000', '100659.754000', '100659.757000', '100659.760000', '100659.762000', '100659.765000', '100659.768000', '100659.770000', '100659.773000', '100659.775000', '100659.778000', '100659.781000', '100659.783000', '100659.786000', '100659.788000', '100659.791000', '100659.794000', '100659.796000', '100659.799000', '100659.802000', '100659.804000', '100659.807000', '100659.810000', '100659.812000', '100659.815000', '100659.818000', '100659.820000', '100659.823000', '100659.825000', '100659.828000', '100659.831000', '100659.833000', '100659.836000', '100719.664000', '100719.667000', '100719.670000', '100719.673000', '100719.675000', '100719.678000', '100719.681000', '100719.683000', '100719.686000', '100719.689000', '100719.697000', '100719.699000', '100719.702000', '100719.705000', '100719.707000', '100719.710000', '100719.713000', '100719.715000', '100719.718000', '100719.720000', '100719.723000', '100719.726000', '100719.728000', '100719.731000', '100719.734000', '100719.736000', '100719.739000', '100719.742000', '100719.744000', '100719.747000', '100719.749000', '100719.752000', '100719.755000', '100719.757000', '100719.760000', '100719.763000', '100719.772000', '100719.775000', '100719.778000', '100719.780000', '100719.783000', '100719.785000', '100719.788000', '100719.791000', '100739.664000', '100739.666000', '100739.669000', '100739.672000', '100739.675000', '100739.677000', '100739.680000', '100739.683000', '100739.685000', '100739.688000', '100739.691000', '100739.693000', '100739.696000', '100739.698000', '100739.701000', '100739.710000', '100739.712000', '100739.715000', '100739.717000', '100739.720000', '100739.723000', '100739.725000', '100739.728000', '100739.731000', '100739.733000', '100739.736000', '100739.739000', '100739.741000', '100739.744000', '100739.746000', '100739.749000', '100739.752000', '100739.754000', '100739.757000', '100739.760000', '100739.762000', '100739.765000', '100739.768000', '100739.770000', '100739.773000', '100739.775000', '100739.778000', '100739.781000', '100759.664000', '100759.666000', '100759.669000', '100759.672000', '100759.720000', '100759.723000', '100759.725000', '100759.728000', '100759.731000', '100759.733000', '100759.736000', '100759.739000', '100759.741000', '100759.748000', '100759.751000', '100759.754000', '100759.756000', '100759.759000', '100759.762000', '100759.764000', '100759.767000', '100759.770000', '100759.772000', '100759.775000', '100759.778000', '100759.780000', '100759.783000', '100759.786000', '100759.788000', '100759.791000', '100759.793000', '100759.796000', '100759.799000', '100759.801000', '100759.804000', '100759.807000', '100759.809000', '100759.812000', '100759.815000', '100759.817000', '100759.820000', '100759.822000', '100759.825000', '100759.828000', '100819.663000', '100819.667000', '100819.669000', '100819.672000', '100819.675000', '100819.677000', '100819.680000', '100819.682000', '100819.685000', '100819.688000', '100819.690000', '100819.693000', '100819.696000', '100819.698000', '100819.701000', '100819.704000', '100819.706000', '100819.709000', '100819.712000', '100819.714000', '100819.717000', '100819.720000', '100819.722000', '100819.725000', '100819.728000', '100819.730000', '100819.733000', '100819.736000', '100819.738000', '100819.741000', '100819.744000', '100819.746000', '100819.749000', '100819.751000', '100819.754000', '100819.757000', '100819.759000', '100819.762000', '100819.765000', '100819.767000', '100819.770000', '100819.772000', '100819.775000', '100839.664000', '100839.667000', '100839.670000', '100839.672000', '100839.675000', '100839.678000', '100839.681000', '100839.683000', '100839.686000', '100839.688000', '100839.691000', '100839.694000', '100839.696000', '100839.699000', '100839.702000', '100839.704000', '100839.707000', '100839.710000', '100839.712000', '100839.715000', '100839.718000', '100839.720000', '100839.723000', '100839.726000', '100839.729000', '100839.731000', '100839.734000', '100839.737000', '100839.753000', '100839.756000', '100839.758000', '100839.761000', '100839.764000', '100839.766000', '100839.769000', '100839.772000', '100839.774000', '100839.777000', '100839.780000', '100839.782000', '100839.785000', '100839.787000', '100839.790000', '100839.793000', '100859.663000', '100859.666000', '100859.669000', '100859.672000', '100859.674000', '100859.677000', '100859.680000', '100859.682000', '100859.685000', '100859.688000', '100859.690000', '100859.693000', '100859.695000', '100859.698000', '100859.701000', '100859.703000', '100859.706000', '100859.709000', '100859.712000', '100859.714000', '100859.717000', '100859.719000', '100859.722000', '100859.725000', '100859.727000', '100859.730000', '100859.733000', '100859.735000', '100859.738000', '100859.740000', '100859.743000', '100859.746000', '100859.749000', '100859.751000', '100859.754000', '100859.756000', '100859.759000', '100859.762000', '100859.764000', '100859.767000', '100859.770000', '100859.772000', '100859.775000', '100919.664000', '100919.667000', '100919.669000', '100919.672000', '100919.675000', '100919.677000', '100919.688000', '100919.690000', '100919.693000', '100919.696000', '100919.698000', '100919.701000', '100919.704000', '100919.706000', '100919.709000', '100919.712000', '100919.714000', '100919.717000', '100919.720000', '100919.722000', '100919.725000', '100919.728000', '100919.730000', '100919.733000', '100919.736000', '100919.738000', '100919.741000', '100919.744000', '100919.746000', '100919.749000', '100919.752000', '100919.754000', '100919.757000', '100919.760000', '100919.762000', '100919.765000', '100919.768000', '100919.770000', '100919.773000', '100919.776000', '100919.778000', '100919.781000', '100919.784000', '100919.786000', '100939.663000', '100939.666000', '100939.669000', '100939.672000', '100939.675000', '100939.677000', '100939.680000', '100939.683000', '100939.685000', '100939.688000', '100939.691000', '100939.693000', '100939.696000', '100939.699000', '100939.701000', '100939.704000', '100939.707000', '100939.709000', '100939.712000', '100939.723000', '100939.726000', '100939.728000', '100939.731000', '100939.734000', '100939.736000', '100939.739000', '100939.741000', '100939.744000', '100939.747000', '100939.749000', '100939.752000', '100939.755000', '100939.758000', '100939.760000', '100939.763000', '100939.766000', '100939.768000', '100939.771000', '100939.773000', '100939.776000', '100939.779000', '100939.781000', '100939.784000', '100959.664000', '100959.666000', '100959.669000', '100959.672000', '100959.675000', '100959.677000', '100959.680000', '100959.683000', '100959.685000', '100959.688000', '100959.691000', '100959.693000', '100959.696000', '100959.699000', '100959.701000', '100959.704000', '100959.707000', '100959.709000', '100959.712000', '100959.715000', '100959.717000', '100959.720000', '100959.723000', '100959.725000', '100959.728000', '100959.731000', '100959.733000', '100959.736000', '100959.739000', '100959.741000', '100959.744000', '100959.747000', '100959.749000', '100959.752000', '100959.755000', '100959.757000', '100959.760000', '100959.762000', '100959.765000', '100959.767000', '100959.770000', '100959.773000', '100959.776000', '100959.778000', '101019.663000', '101019.666000', '101019.669000', '101019.672000', '101019.674000', '101019.677000', '101019.680000', '101019.682000', '101019.685000', '101019.688000', '101019.690000', '101019.693000', '101019.696000', '101019.698000', '101019.701000', '101019.704000', '101019.706000', '101019.709000', '101019.711000', '101019.714000', '101019.717000', '101019.719000', '101019.722000', '101019.725000', '101019.727000', '101019.730000', '101019.733000', '101019.735000', '101019.738000', '101019.740000', '101019.743000', '101019.746000', '101019.748000', '101019.751000', '101019.754000', '101019.756000', '101019.759000', '101019.761000', '101019.764000', '101019.767000', '101019.769000', '101019.772000', '101019.775000', '101039.663000', '101039.666000', '101039.669000', '101039.672000', '101039.674000', '101039.677000', '101039.681000', '101039.684000', '101039.687000', '101039.689000', '101039.692000', '101039.695000', '101039.698000', '101039.700000', '101039.703000', '101039.706000', '101039.709000', '101039.711000', '101039.714000', '101039.717000', '101039.720000', '101039.723000', '101039.725000', '101039.728000', '101039.731000', '101039.733000', '101039.736000', '101039.739000', '101039.741000', '101039.744000', '101039.747000', '101039.749000', '101039.752000', '101039.755000', '101039.757000', '101039.760000', '101039.762000', '101039.765000', '101039.768000', '101039.771000', '101039.774000', '101039.777000', '101039.780000', '101059.663000', '101059.666000', '101059.669000', '101059.672000', '101059.674000', '101059.677000', '101059.680000', '101059.682000', '101059.685000', '101059.688000', '101059.690000', '101059.693000', '101059.696000', '101059.698000', '101059.701000', '101059.704000', '101059.706000', '101059.709000', '101059.712000', '101059.714000', '101059.717000', '101059.719000', '101059.722000', '101059.725000', '101059.727000', '101059.744000', '101059.747000', '101059.750000', '101059.752000', '101059.755000', '101059.758000', '101059.760000', '101059.763000', '101059.765000', '101059.768000', '101059.771000', '101059.773000', '101059.776000', '101059.779000', '101059.781000', '101059.784000', '101059.787000', '101059.789000', '101059.792000', '101119.664000', '101119.666000', '101119.669000', '101119.672000', '101119.675000', '101119.677000', '101119.680000', '101119.683000', '101119.685000', '101119.688000', '101119.691000', '101119.693000', '101119.696000', '101119.699000', '101119.701000', '101119.704000', '101119.707000', '101119.710000', '101119.714000', '101119.716000', '101119.719000', '101119.722000', '101119.725000', '101119.727000', '101119.730000', '101119.733000', '101119.735000', '101119.738000', '101119.741000', '101119.743000', '101119.746000', '101119.749000', '101119.751000', '101119.754000', '101119.756000', '101119.759000', '101119.762000', '101119.764000', '101119.767000', '101119.770000', '101119.772000', '101119.775000', '101119.778000', '101139.664000', '101139.667000', '101139.670000', '101139.672000', '101139.675000', '101139.678000', '101139.680000', '101139.683000', '101139.686000', '101139.689000', '101139.691000', '101139.694000', '101139.697000', '101139.699000', '101139.702000', '101139.705000', '101139.707000', '101139.710000', '101139.713000', '101139.715000', '101139.718000', '101139.721000', '101139.723000', '101139.726000', '101139.729000', '101139.731000', '101139.734000', '101139.737000', '101139.739000', '101139.742000', '101139.756000', '101139.758000', '101139.761000', '101139.764000', '101139.766000', '101139.769000', '101139.771000', '101139.774000', '101139.777000', '101139.780000', '101139.782000', '101139.785000', '101139.787000', '101139.790000', '101159.664000', '101159.667000', '101159.669000', '101159.672000', '101159.675000', '101159.678000', '101159.680000', '101159.683000', '101159.686000', '101159.688000', '101159.691000', '101159.694000', '101159.696000', '101159.699000', '101159.702000', '101159.712000', '101159.715000', '101159.717000', '101159.720000', '101159.723000', '101159.726000', '101159.728000', '101159.731000', '101159.734000', '101159.736000', '101159.739000', '101159.742000', '101159.744000', '101159.747000', '101159.750000', '101159.752000', '101159.755000', '101159.758000', '101159.761000', '101159.764000', '101159.767000', '101159.769000', '101159.772000', '101159.775000', '101159.778000', '101159.780000', '101159.783000', '101159.786000', '101219.664000', '101219.666000', '101219.669000', '101219.672000', '101219.674000', '101219.677000', '101219.680000', '101219.682000', '101219.685000', '101219.688000', '101219.690000', '101219.693000', '101219.696000', '101219.698000', '101219.701000', '101219.704000', '101219.706000', '101219.709000', '101219.712000', '101219.714000', '101219.717000', '101219.719000', '101219.722000', '101219.725000', '101219.727000', '101219.730000', '101219.733000', '101219.735000', '101219.738000', '101219.741000', '101219.743000', '101219.746000', '101219.749000', '101219.751000', '101219.754000', '101219.756000', '101219.772000', '101219.774000', '101219.777000', '101219.779000', '101219.782000', '101219.785000', '101219.787000', '101219.790000', '101239.664000', '101239.667000', '101239.670000', '101239.672000', '101239.675000', '101239.677000', '101239.680000', '101239.683000', '101239.685000', '101239.688000', '101239.691000', '101239.693000', '101239.696000', '101239.699000', '101239.701000', '101239.704000', '101239.707000', '101239.709000', '101239.712000', '101239.715000', '101239.728000', '101239.731000', '101239.733000', '101239.736000', '101239.739000', '101239.741000', '101239.744000', '101239.747000', '101239.749000', '101239.752000', '101239.755000', '101239.757000', '101239.760000', '101239.762000', '101239.765000', '101239.768000', '101239.771000', '101239.774000', '101239.777000', '101239.781000', '101239.785000', '101239.788000', '101239.791000', '101259.664000', '101259.666000', '101259.669000', '101259.672000', '101259.675000', '101259.677000', '101259.680000', '101259.683000', '101259.685000', '101259.688000', '101259.691000', '101259.693000', '101259.696000', '101259.698000', '101259.701000', '101259.704000', '101259.707000', '101259.709000', '101259.712000', '101259.714000', '101259.717000', '101259.720000', '101259.722000', '101259.725000', '101259.728000', '101259.730000', '101259.733000', '101259.736000', '101259.738000', '101259.741000', '101259.744000', '101259.746000', '101259.749000', '101259.751000', '101259.754000', '101259.757000', '101259.760000', '101259.762000', '101259.765000', '101259.767000', '101259.770000', '101259.773000', '101259.775000', '101259.778000', '101319.663000', '101319.667000', '101319.669000', '101319.672000', '101319.675000', '101319.677000', '101319.680000', '101319.683000', '101319.685000', '101319.688000', '101319.691000', '101319.693000', '101319.696000', '101319.699000', '101319.701000', '101319.704000', '101319.706000', '101319.709000', '101319.712000', '101319.715000', '101319.717000', '101319.720000', '101319.723000', '101319.725000', '101319.728000', '101319.730000', '101319.733000', '101319.736000', '101319.738000', '101319.741000', '101319.744000', '101319.746000', '101319.749000', '101319.752000', '101319.755000', '101319.758000', '101319.761000', '101319.764000', '101319.766000', '101319.769000', '101319.772000', '101319.775000', '101319.777000', '101339.662000', '101339.665000', '101339.668000', '101339.671000', '101339.674000', '101339.676000', '101339.679000', '101339.682000', '101339.684000', '101339.687000', '101339.690000', '101339.692000', '101339.695000', '101339.697000', '101339.700000', '101339.703000', '101339.705000', '101339.708000', '101339.711000', '101339.714000', '101339.716000', '101339.719000', '101339.721000', '101339.724000', '101339.727000', '101339.729000', '101339.732000', '101339.735000', '101339.737000', '101339.740000', '101339.743000', '101339.745000', '101339.748000', '101339.750000', '101339.753000', '101339.756000', '101339.758000', '101339.761000', '101339.764000', '101339.766000', '101339.769000', '101339.772000', '101339.774000', '101339.777000', '101359.664000', '101359.666000', '101359.669000', '101359.672000', '101359.675000', '101359.677000', '101359.680000', '101359.683000', '101359.686000', '101359.688000', '101359.691000', '101359.694000', '101359.697000', '101359.699000', '101359.702000', '101359.705000', '101359.707000', '101359.710000', '101359.713000', '101359.715000', '101359.718000', '101359.721000', '101359.723000', '101359.726000', '101359.729000', '101359.731000', '101359.734000', '101359.737000', '101359.739000', '101359.742000', '101359.744000', '101359.747000', '101359.750000', '101359.752000', '101359.755000', '101359.758000', '101359.760000', '101359.763000', '101359.765000', '101359.768000', '101359.771000', '101359.773000', '101359.776000', '101419.664000', '101419.666000', '101419.669000', '101419.672000', '101419.675000', '101419.677000', '101419.680000', '101419.682000', '101419.685000', '101419.688000', '101419.691000', '101419.693000', '101419.696000', '101419.698000', '101419.701000', '101419.704000', '101419.707000', '101419.709000', '101419.712000', '101419.714000', '101419.717000', '101419.720000', '101419.722000', '101419.725000', '101419.727000', '101419.730000', '101419.733000', '101419.735000', '101419.738000', '101419.741000', '101419.743000', '101419.746000', '101419.749000', '101419.751000', '101419.754000', '101419.757000', '101419.759000', '101419.762000', '101419.765000', '101419.767000', '101419.770000', '101419.772000', '101419.779000', '101419.782000', '101439.664000', '101439.667000', '101439.670000', '101439.672000', '101439.675000', '101439.678000', '101439.680000', '101439.683000', '101439.686000', '101439.688000', '101439.691000', '101439.694000', '101439.696000', '101439.699000', '101439.702000', '101439.704000', '101439.707000', '101439.710000', '101439.712000', '101439.726000', '101439.728000', '101439.731000', '101439.734000', '101439.736000', '101439.739000', '101439.742000', '101439.744000', '101439.747000', '101439.750000', '101439.752000', '101439.755000', '101439.758000', '101439.760000', '101439.763000', '101439.766000', '101439.768000', '101439.772000', '101439.775000', '101439.778000', '101439.781000', '101439.784000', '101439.787000', '101439.789000', '101459.664000', '101459.667000', '101459.669000', '101459.674000', '101459.677000', '101459.679000', '101459.682000', '101459.685000', '101459.687000', '101459.690000', '101459.693000', '101459.695000', '101459.698000', '101459.701000', '101459.703000', '101459.706000', '101459.709000', '101459.711000', '101459.714000', '101459.717000', '101459.720000', '101459.722000', '101459.725000', '101459.728000', '101459.730000', '101459.733000', '101459.736000', '101459.738000', '101459.741000', '101459.744000', '101459.746000', '101459.749000', '101459.752000', '101459.754000', '101459.757000', '101459.760000', '101459.762000', '101459.765000', '101459.768000', '101459.770000', '101459.773000', '101459.776000', '101459.778000', '101501.877000', '101501.880000', '101501.884000', '101501.887000', '101501.890000', '101501.892000'], '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], 'LargestImagePixelValue': [8659, 8486, 8086, 8057, 7987, 7778, 7908, 7990, 7817, 8031, 7878, 7840, 7657, 8082, 7983, 7534, 7830, 7794, 8173, 7971, 8138, 8131, 8464, 8305, 8020, 8111, 7950, 8078, 7887, 7978, 7804, 8019, 8704, 8324, 8292, 8424, 8592, 8727, 8583, 8405, 8402, 8418, 8258, 8020, 8570, 7955, 8400, 8084, 8357, 8253, 8325, 8210, 8333, 8391, 8221, 8350, 8396, 8534, 8605, 8715, 8246, 8219, 7993, 8723, 8197, 7717, 7801, 8665, 8014, 8216, 8482, 8323, 8152, 7814, 7928, 7923, 8110, 7878, 7932, 8246, 8464, 8324, 8496, 8234, 8629, 8151, 8346, 8096, 8319, 8119, 8323, 8285, 8200, 8695, 8062, 8642, 8294, 7849, 7751, 7873, 7859, 7880, 8046, 7997, 8222, 7867, 8087, 8124, 8416, 8183, 8004, 7881, 7926, 8143, 7843, 8211, 8118, 8118, 8120, 8084, 8222, 8490, 8032, 8634, 8318, 8329, 8269, 8607, 8616, 8328, 8425, 8282, 8596, 8291, 8313, 8047, 8494, 8200, 8083, 8055, 7967, 8036, 8233, 7994, 8254, 8131, 8560, 8314, 8421, 8711, 8256, 8424, 8120, 8256, 8232, 8140, 8194, 8397, 8455, 8286, 8699, 7966, 8381, 8383, 8421, 8087, 8057, 8041, 8451, 8284, 8394, 8501, 8248, 8476, 8225, 8255, 8064, 8669, 8042, 7950, 8327, 8109, 8134, 8105, 7889, 7953, 8088, 8214, 8243, 8441, 8044, 8275, 7991, 8482, 7982, 7967, 7982, 8129, 8108, 8404, 8264, 8224, 8413, 8081, 8533, 7998, 8304, 8269, 8336, 7893, 8461, 8116, 8239, 8067, 8269, 8228, 8389, 8134, 8145, 8633, 8107, 8547, 8146, 8119, 8061, 8064, 7973, 8100, 8174, 8238, 8007, 8257, 8375, 8062, 8428, 8068, 8641, 8197, 8730, 8241, 8173, 8316, 8264, 8128, 8179, 8418, 8149, 8396, 8126, 8259, 8185, 8258, 8475, 8231, 8396, 8189, 8448, 8340, 8247, 8091, 8284, 8215, 8322, 8165, 8072, 8038, 8329, 8360, 8011, 8341, 8199, 8246, 8160, 8479, 8326, 8216, 8368, 8439, 7989, 8511, 7964, 8265, 8178, 8477, 8228, 8066, 8403, 8215, 8183, 8216, 8163, 8397, 8264, 8304, 8409, 8433, 8214, 7963, 8370, 8316, 8283, 8534, 8241, 8357, 8081, 8225, 8299, 8097, 8094, 8251, 8308, 7975, 8395, 7991, 8441, 8365, 8612, 8400, 8577, 8007, 8383, 8249, 8201, 8230, 8466, 8122, 8317, 8249, 8765, 8554, 8611, 8173, 8108, 8501, 8188, 8243, 8022, 8280, 7938, 8391, 8198, 8567, 8572, 8152, 8073, 8354, 8367, 7980, 8280, 8217, 8115, 8293, 8317, 8006, 7851, 8153, 8017, 8354, 8033, 7998, 8163, 7868, 7985, 7869, 7472, 7968, 7910, 7690, 8107, 8295, 8569, 8893, 8875, 7974, 8245, 8721, 8278, 8173, 8779, 8547, 8088, 7872, 7896, 8014, 7771, 8358, 8226, 8318, 8274, 8371, 8063, 8211, 8311, 8245, 8373, 8461, 8529, 8032, 8344, 7865, 8666, 8180, 8209, 8190, 8435, 8233, 7977, 8520, 8523, 8748, 8488, 8683, 8172, 8377, 8772, 8238, 8946, 8650, 8786, 8255, 8437, 8505, 8472, 8213, 8363, 8353, 8313, 8227, 8276, 8563, 8506, 8091, 8077, 8138, 8172, 8316, 8374, 7998, 8479, 8240, 8412, 8094, 8488, 8110, 8588, 8200, 8348, 8270, 8217, 8320, 8264, 8152, 8422, 8232, 8199, 8352, 8346, 8439, 8703, 8431, 8297, 8501, 8141, 8394, 8190, 8519, 8008, 8209, 8143, 8177, 8134, 8347, 8258, 8344, 8480, 8045, 8359, 8095, 8238, 8201, 8376, 7967, 8426, 7944, 8172, 8043, 7937, 8153, 8124, 8088, 7989, 8135, 7868, 7969, 8110, 7993, 8358, 8300, 8118, 8554, 8376, 8158, 8145, 8500, 8231, 8382, 8100, 8225, 8080, 8159, 7975, 8188, 7923, 8229, 8257, 8330, 8193, 8053, 8062, 8135, 8104, 7911, 8157, 8031, 8148, 8126, 8112, 8264, 8133, 8230, 8148, 7985, 8141, 8338, 8286, 8374, 8470, 8063, 8140, 8061, 8373, 8030, 8566, 7996, 8181, 8044, 8150, 8121, 8215, 8008, 8203, 7877, 8182, 8246, 8170, 8026, 7934, 8172, 8128, 8062, 8030, 7967, 7951, 8132, 8079, 8319, 8170, 7922, 8073, 8032, 8163, 8264, 8294, 7964, 8094, 8139, 8119, 8258, 8263, 8091, 8207, 8410, 8128, 8023, 8252, 8113, 8161, 8307, 8083, 8160, 7956, 8236, 8373, 8224, 8033, 8286, 8208, 8466, 8380, 8483, 8144, 8210, 8025, 7964, 8058, 8213, 8100, 8386, 8537, 7958, 8232, 8157, 8278, 8176, 8064, 7866, 8161, 7880, 8349, 7935, 8266, 8114, 8465, 7938, 8282, 8056, 8069, 8222, 8463, 8137, 8223, 8022, 8189, 8027, 8496, 8075, 8251, 8139, 8155, 7992, 8110, 8249, 8196, 8080, 7991, 8054, 8321, 8148, 8311, 8080, 8490, 8103, 8346, 8210, 8070, 8006, 8305, 8125, 8428, 8273, 8457, 8061, 8060, 8269, 8094, 8136, 7840, 8569, 8086, 8411, 8064, 8579, 8265, 8282, 8137, 8069, 8312, 8400, 7660, 7689, 7642, 8116, 7962, 7720, 8112, 8245, 7452, 7964, 8613, 8062, 8234, 8295, 8161, 8631, 8470, 8714, 8531, 8520, 8480, 8615, 8407, 8176, 8510, 8171, 8540, 8516, 8441, 8225, 8532, 8210, 8363, 8154, 8110, 8117, 8127, 8159, 8278, 8310, 8045, 8346, 8421, 8379, 8502, 8177, 8590, 7859, 8366, 8059, 8537, 8100, 8622, 8009, 8423, 8220, 8402, 8106, 8319, 8144, 8270, 8066, 8107, 8255, 8214, 8260, 8487, 8361, 8309, 8238, 8012, 8248, 8301, 8223, 8207, 8086, 8227, 8101, 8466, 8024, 8328, 8331, 8251, 8248, 8392, 8061, 8166, 8377, 8015, 8312, 8215, 8219, 8075, 8242, 7947, 8481, 8143, 8240, 8327, 8035, 8307, 8119, 8173, 8056, 7951, 7865, 8078, 8078, 7963, 8298, 8104, 8285, 7972, 8197, 8228, 8310, 8631, 8178, 8263, 8160, 8494, 8313, 8209, 8295, 8347, 8043, 7938, 7920, 8254, 8105, 8100, 7697, 7779, 7794, 8002, 7638, 7250, 7941, 7448, 7606, 7975, 8517, 8485, 8575, 8310, 8193, 8228, 8259, 8292, 8209, 8221, 8603, 8436, 7968, 8565, 7990, 8122, 8137, 8303, 8354, 8505, 8424, 8442, 8387, 8319, 8358, 8118, 8233, 8264, 8127, 8449, 8281, 8147, 7976, 7929, 8293, 8076, 8356, 7995, 8211, 8230, 8742, 8117, 8805, 8594, 8079, 7953, 7963, 7933, 7802, 7897, 7975, 7691, 7877, 7860, 8214, 7704, 7959, 7930, 7848, 8140, 7790, 8025, 7967, 8093, 7987, 8232, 7963, 7575, 7480, 7850, 7840, 7781, 7558, 7698, 7607, 7715, 8085, 8357, 8440, 8049, 8347, 8068, 8212, 8129, 8201, 8029, 8333, 8074, 8238, 8270, 8304, 8398, 8247, 8280, 8136, 8537, 8408, 8226, 8010, 8267, 8107, 8185, 8235, 8104, 8121, 8165, 8189, 8025, 8255, 8184, 8198, 8284, 8387, 8231, 8333, 8438, 8403, 8355, 8276, 8387, 8174, 8173, 7997, 8035, 8389, 8164, 8678, 8188, 8372, 8176, 8332, 8418, 8404, 8704, 8384, 8456, 8225, 8561, 8129, 8310, 8022, 8305, 8308, 8481, 8382, 8400, 8336, 8196, 8341, 8022, 8660, 8225, 8052, 8141, 8495, 8030, 8054, 8050, 8185, 8304, 8404, 8219, 8035, 8394, 8186, 8468, 8019, 8195, 8095, 8372, 8508, 8153, 8266, 8221, 8187, 8276, 8334, 8165, 8177, 8105, 8589, 8132, 8614, 8067, 8437, 8133, 8281, 8017, 8279, 8242, 8091, 7897, 8010, 7530, 7640, 9177, 7832, 7639, 7666, 8470, 8199, 7997, 8206, 8050, 8576, 8388, 8169, 8514, 8298, 8204, 8152, 8415, 8368, 8233, 8107, 8166, 8348, 8258, 8478, 8102, 8320, 8301, 8168, 7922, 8441, 8023, 8383, 8501, 8100, 8210, 8466, 8495, 8356, 8411, 8316, 8271, 8280, 8486, 8443, 8546, 8226, 8059, 8434, 8313, 8240, 8526, 8096, 8570, 8259, 8971, 8451, 9099, 8688, 9006, 8390, 9084, 8562, 8898, 8442, 8862, 8434, 8443, 8348, 8716, 8442, 8641, 8598, 8420, 8790, 8336, 8535, 8261, 8733, 8745, 8566, 8494, 8583, 8422, 8511], 'WindowCenter': [4543.0, 4525.0, 4510.0, 4497.0, 4496.0, 4486.0, 4493.0, 4493.0, 4480.0, 4479.0, 4480.0, 4479.0, 4484.0, 4487.0, 4500.0, 4481.0, 4478.0, 4485.0, 4481.0, 4472.0, 4491.0, 4487.0, 4503.0, 4490.0, 4478.0, 4464.0, 4454.0, 4454.0, 4443.0, 4443.0, 4442.0, 4454.0, 4463.0, 4465.0, 4463.0, 4463.0, 4464.0, 4456.0, 4456.0, 4447.0, 4459.0, 4459.0, 4459.0, 4450.0, 4460.0, 4461.0, 4475.0, 4477.0, 4474.0, 4462.0, 4462.0, 4460.0, 4461.0, 4472.0, 4472.0, 4474.0, 4475.0, 4487.0, 4486.0, 4485.0, 4480.0, 4469.0, 4476.0, 4485.0, 4481.0, 4469.0, 4476.0, 4499.0, 4490.0, 4494.0, 4491.0, 4478.0, 4479.0, 4481.0, 4478.0, 4466.0, 4459.0, 4472.0, 4471.0, 4476.0, 4489.0, 4488.0, 4487.0, 4485.0, 4485.0, 4474.0, 4472.0, 4458.0, 4459.0, 4461.0, 4462.0, 4464.0, 4466.0, 4451.0, 4439.0, 4450.0, 4454.0, 4446.0, 4445.0, 4444.0, 4433.0, 4433.0, 4441.0, 4445.0, 4455.0, 4456.0, 4455.0, 4452.0, 4452.0, 4462.0, 4452.0, 4453.0, 4453.0, 4449.0, 4451.0, 4464.0, 4465.0, 4467.0, 4478.0, 4467.0, 4465.0, 4463.0, 4454.0, 4464.0, 4462.0, 4464.0, 4463.0, 4464.0, 4464.0, 4462.0, 4463.0, 4461.0, 4461.0, 4451.0, 4463.0, 4452.0, 4476.0, 4463.0, 4463.0, 4452.0, 4464.0, 4464.0, 4477.0, 4466.0, 4475.0, 4465.0, 4478.0, 4477.0, 4479.0, 4478.0, 4474.0, 4465.0, 4465.0, 4477.0, 4477.0, 4477.0, 4476.0, 4475.0, 4465.0, 4476.0, 4476.0, 4465.0, 4475.0, 4464.0, 4464.0, 4465.0, 4465.0, 4466.0, 4465.0, 4464.0, 4476.0, 4473.0, 4465.0, 4476.0, 4464.0, 4461.0, 4462.0, 4474.0, 4463.0, 4462.0, 4462.0, 4451.0, 4451.0, 4451.0, 4461.0, 4460.0, 4462.0, 4461.0, 4462.0, 4463.0, 4465.0, 4476.0, 4463.0, 4474.0, 4464.0, 4466.0, 4465.0, 4476.0, 4476.0, 4475.0, 4465.0, 4476.0, 4477.0, 4477.0, 4475.0, 4466.0, 4477.0, 4479.0, 4490.0, 4479.0, 4478.0, 4478.0, 4478.0, 4478.0, 4479.0, 4477.0, 4476.0, 4466.0, 4467.0, 4476.0, 4465.0, 4474.0, 4464.0, 4464.0, 4454.0, 4464.0, 4465.0, 4464.0, 4465.0, 4477.0, 4467.0, 4477.0, 4477.0, 4466.0, 4465.0, 4467.0, 4476.0, 4478.0, 4474.0, 4476.0, 4466.0, 4465.0, 4477.0, 4466.0, 4465.0, 4462.0, 4465.0, 4464.0, 4465.0, 4475.0, 4462.0, 4462.0, 4463.0, 4464.0, 4464.0, 4463.0, 4461.0, 4463.0, 4464.0, 4465.0, 4465.0, 4475.0, 4464.0, 4475.0, 4465.0, 4476.0, 4474.0, 4463.0, 4465.0, 4476.0, 4478.0, 4477.0, 4476.0, 4476.0, 4478.0, 4479.0, 4489.0, 4478.0, 4475.0, 4476.0, 4478.0, 4477.0, 4478.0, 4477.0, 4473.0, 4466.0, 4476.0, 4477.0, 4475.0, 4473.0, 4474.0, 4475.0, 4474.0, 4473.0, 4474.0, 4462.0, 4462.0, 4461.0, 4462.0, 4462.0, 4461.0, 4460.0, 4461.0, 4461.0, 4461.0, 4461.0, 4461.0, 4461.0, 4461.0, 4462.0, 4462.0, 4464.0, 4464.0, 4465.0, 4463.0, 4477.0, 4489.0, 4477.0, 4478.0, 4479.0, 4480.0, 4489.0, 4492.0, 4487.0, 4478.0, 4487.0, 4494.0, 4478.0, 4505.0, 4502.0, 4491.0, 4484.0, 4487.0, 4488.0, 4487.0, 4489.0, 4474.0, 4486.0, 4488.0, 4488.0, 4489.0, 4499.0, 4486.0, 4473.0, 4472.0, 4474.0, 4473.0, 4463.0, 4471.0, 4472.0, 4463.0, 4474.0, 4475.0, 4473.0, 4473.0, 4476.0, 4476.0, 4484.0, 4475.0, 4474.0, 4476.0, 4479.0, 4483.0, 4482.0, 4458.0, 4478.0, 4469.0, 4478.0, 4510.0, 4488.0, 4488.0, 4485.0, 4470.0, 4446.0, 4452.0, 4450.0, 4440.0, 4451.0, 4464.0, 4457.0, 4455.0, 4452.0, 4434.0, 4428.0, 4426.0, 4444.0, 4438.0, 4436.0, 4436.0, 4437.0, 4435.0, 4421.0, 4419.0, 4420.0, 4421.0, 4421.0, 4429.0, 4436.0, 4437.0, 4440.0, 4451.0, 4449.0, 4439.0, 4438.0, 4440.0, 4440.0, 4438.0, 4437.0, 4450.0, 4448.0, 4449.0, 4451.0, 4450.0, 4449.0, 4448.0, 4448.0, 4460.0, 4447.0, 4449.0, 4450.0, 4451.0, 4460.0, 4461.0, 4451.0, 4450.0, 4452.0, 4462.0, 4463.0, 4463.0, 4463.0, 4464.0, 4464.0, 4478.0, 4466.0, 4464.0, 4474.0, 4476.0, 4489.0, 4499.0, 4487.0, 4476.0, 4475.0, 4488.0, 4465.0, 4473.0, 4465.0, 4465.0, 4465.0, 4462.0, 4463.0, 4462.0, 4462.0, 4463.0, 4462.0, 4460.0, 4459.0, 4460.0, 4460.0, 4471.0, 4459.0, 4459.0, 4458.0, 4450.0, 4460.0, 4460.0, 4456.0, 4449.0, 4460.0, 4460.0, 4461.0, 4460.0, 4459.0, 4449.0, 4461.0, 4460.0, 4450.0, 4461.0, 4450.0, 4460.0, 4462.0, 4462.0, 4462.0, 4472.0, 4461.0, 4460.0, 4461.0, 4462.0, 4462.0, 4474.0, 4463.0, 4463.0, 4464.0, 4474.0, 4474.0, 4475.0, 4474.0, 4471.0, 4472.0, 4472.0, 4473.0, 4472.0, 4460.0, 4462.0, 4474.0, 4474.0, 4473.0, 4462.0, 4473.0, 4463.0, 4475.0, 4474.0, 4473.0, 4461.0, 4474.0, 4474.0, 4475.0, 4474.0, 4472.0, 4462.0, 4462.0, 4464.0, 4463.0, 4475.0, 4463.0, 4462.0, 4462.0, 4463.0, 4473.0, 4463.0, 4472.0, 4462.0, 4461.0, 4462.0, 4472.0, 4473.0, 4472.0, 4463.0, 4465.0, 4464.0, 4476.0, 4486.0, 4473.0, 4474.0, 4476.0, 4476.0, 4478.0, 4478.0, 4475.0, 4474.0, 4475.0, 4473.0, 4475.0, 4474.0, 4474.0, 4473.0, 4473.0, 4472.0, 4474.0, 4473.0, 4462.0, 4461.0, 4463.0, 4463.0, 4474.0, 4473.0, 4472.0, 4474.0, 4473.0, 4474.0, 4476.0, 4486.0, 4474.0, 4474.0, 4475.0, 4476.0, 4488.0, 4477.0, 4478.0, 4477.0, 4478.0, 4489.0, 4490.0, 4489.0, 4478.0, 4489.0, 4479.0, 4491.0, 4489.0, 4477.0, 4478.0, 4476.0, 4487.0, 4488.0, 4477.0, 4475.0, 4476.0, 4474.0, 4476.0, 4475.0, 4474.0, 4463.0, 4468.0, 4466.0, 4465.0, 4465.0, 4479.0, 4471.0, 4472.0, 4474.0, 4475.0, 4477.0, 4477.0, 4476.0, 4477.0, 4477.0, 4476.0, 4488.0, 4476.0, 4474.0, 4475.0, 4474.0, 4465.0, 4475.0, 4463.0, 4462.0, 4464.0, 4475.0, 4486.0, 4487.0, 4464.0, 4462.0, 4463.0, 4473.0, 4475.0, 4474.0, 4462.0, 4473.0, 4464.0, 4476.0, 4476.0, 4473.0, 4474.0, 4475.0, 4475.0, 4475.0, 4474.0, 4473.0, 4474.0, 4475.0, 4474.0, 4474.0, 4462.0, 4462.0, 4473.0, 4466.0, 4475.0, 4473.0, 4464.0, 4476.0, 4476.0, 4477.0, 4476.0, 4475.0, 4472.0, 4477.0, 4476.0, 4477.0, 4490.0, 4470.0, 4478.0, 4480.0, 4490.0, 4480.0, 4478.0, 4478.0, 4480.0, 4490.0, 4493.0, 4465.0, 4452.0, 4447.0, 4432.0, 4452.0, 4455.0, 4484.0, 4497.0, 4489.0, 4503.0, 4510.0, 4471.0, 4474.0, 4449.0, 4449.0, 4451.0, 4448.0, 4444.0, 4445.0, 4446.0, 4447.0, 4449.0, 4457.0, 4452.0, 4462.0, 4451.0, 4450.0, 4445.0, 4423.0, 4421.0, 4436.0, 4438.0, 4441.0, 4452.0, 4454.0, 4454.0, 4451.0, 4453.0, 4461.0, 4450.0, 4437.0, 4448.0, 4449.0, 4451.0, 4463.0, 4464.0, 4464.0, 4465.0, 4464.0, 4462.0, 4475.0, 4463.0, 4460.0, 4464.0, 4465.0, 4466.0, 4465.0, 4465.0, 4478.0, 4479.0, 4480.0, 4481.0, 4478.0, 4477.0, 4477.0, 4479.0, 4490.0, 4480.0, 4477.0, 4477.0, 4478.0, 4479.0, 4491.0, 4477.0, 4477.0, 4466.0, 4478.0, 4477.0, 4476.0, 4466.0, 4476.0, 4477.0, 4479.0, 4476.0, 4466.0, 4467.0, 4477.0, 4479.0, 4465.0, 4465.0, 4465.0, 4476.0, 4466.0, 4465.0, 4464.0, 4479.0, 4492.0, 4478.0, 4477.0, 4471.0, 4485.0, 4473.0, 4473.0, 4474.0, 4475.0, 4489.0, 4476.0, 4476.0, 4473.0, 4477.0, 4476.0, 4475.0, 4476.0, 4473.0, 4475.0, 4475.0, 4471.0, 4463.0, 4463.0, 4473.0, 4475.0, 4472.0, 4461.0, 4461.0, 4472.0, 4463.0, 4462.0, 4463.0, 4472.0, 4464.0, 4477.0, 4462.0, 4443.0, 4437.0, 4441.0, 4437.0, 4459.0, 4474.0, 4476.0, 4477.0, 4496.0, 4485.0, 4466.0, 4449.0, 4437.0, 4427.0, 4440.0, 4438.0, 4438.0, 4426.0, 4436.0, 4447.0, 4441.0, 4448.0, 4447.0, 4431.0, 4441.0, 4436.0, 4450.0, 4435.0, 4420.0, 4431.0, 4436.0, 4447.0, 4436.0, 4431.0, 4421.0, 4432.0, 4435.0, 4435.0, 4432.0, 4432.0, 4434.0, 4436.0, 4436.0, 4449.0, 4436.0, 4434.0, 4435.0, 4435.0, 4438.0, 4449.0, 4438.0, 4446.0, 4445.0, 4431.0, 4504.0, 4505.0, 4493.0, 4482.0, 4480.0, 4478.0, 4479.0, 4478.0, 4479.0, 4492.0, 4485.0, 4495.0, 4495.0, 4495.0, 4480.0, 4482.0, 4481.0, 4480.0, 4492.0, 4480.0, 4494.0, 4510.0, 4500.0, 4479.0, 4473.0, 4468.0, 4484.0, 4489.0, 4489.0, 4500.0, 4501.0, 4471.0, 4460.0, 4433.0, 4417.0, 4418.0, 4420.0, 4419.0, 4438.0, 4434.0, 4437.0, 4434.0, 4437.0, 4438.0, 4433.0, 4422.0, 4424.0, 4439.0, 4427.0, 4428.0, 4438.0, 4429.0, 4428.0, 4431.0, 4441.0, 4431.0, 4428.0, 4430.0, 4428.0, 4432.0, 4442.0, 4443.0, 4444.0, 4445.0, 4456.0, 4458.0, 4458.0, 4444.0, 4455.0, 4450.0, 4448.0, 4437.0, 4448.0, 4451.0, 4464.0, 4475.0, 4479.0, 4478.0, 4481.0, 4488.0, 4475.0, 4463.0, 4476.0, 4476.0, 4478.0, 4464.0, 4463.0, 4464.0, 4462.0, 4464.0, 4463.0, 4462.0, 4461.0, 4449.0, 4451.0, 4453.0, 4450.0, 4462.0, 4462.0, 4462.0, 4460.0, 4461.0, 4462.0, 4463.0, 4452.0, 4462.0, 4461.0, 4452.0, 4464.0, 4473.0, 4464.0, 4451.0, 4460.0, 4461.0, 4463.0, 4464.0, 4461.0, 4450.0, 4461.0, 4462.0, 4463.0, 4451.0, 4462.0, 4452.0, 4474.0, 4472.0, 4451.0, 4461.0, 4461.0, 4462.0, 4463.0, 4463.0, 4462.0, 4463.0, 4464.0, 4475.0, 4464.0, 4463.0, 4464.0, 4464.0, 4463.0, 4476.0, 4465.0, 4465.0, 4468.0, 4471.0, 4462.0, 4458.0, 4463.0, 4449.0, 4470.0, 4452.0, 4463.0, 4479.0, 4468.0, 4452.0, 4423.0, 4406.0, 4403.0, 4414.0, 4419.0, 4433.0, 4445.0, 4436.0, 4436.0, 4437.0, 4422.0, 4410.0, 4397.0, 4400.0, 4400.0, 4389.0, 4390.0, 4398.0, 4388.0, 4398.0, 4387.0, 4386.0, 4386.0, 4386.0, 4386.0, 4387.0, 4399.0, 4384.0, 4392.0, 4392.0, 4390.0, 4392.0, 4403.0, 4399.0, 4405.0, 4391.0, 4404.0, 4407.0, 4435.0, 4438.0, 4442.0, 4454.0, 4453.0, 4450.0, 4437.0, 4437.0, 4436.0, 4436.0, 4446.0, 4438.0, 4449.0, 4449.0, 4461.0, 4449.0, 4458.0, 4446.0, 4446.0, 4436.0, 4446.0, 4436.0, 4433.0, 4436.0, 4447.0, 4448.0, 4448.0, 4448.0, 4446.0, 4444.0, 4446.0, 4447.0, 4447.0, 4448.0, 4447.0, 4447.0, 4447.0, 4447.0, 4448.0, 4447.0], 'WindowWidth': [10015.0, 9972.0, 9940.0, 9915.0, 9913.0, 9895.0, 9900.0, 9901.0, 9877.0, 9873.0, 9876.0, 9875.0, 9884.0, 9887.0, 9913.0, 9877.0, 9874.0, 9883.0, 9870.0, 9859.0, 9893.0, 9890.0, 9915.0, 9890.0, 9870.0, 9843.0, 9826.0, 9824.0, 9806.0, 9805.0, 9803.0, 9827.0, 9835.0, 9844.0, 9837.0, 9838.0, 9838.0, 9826.0, 9823.0, 9812.0, 9831.0, 9832.0, 9832.0, 9821.0, 9833.0, 9837.0, 9864.0, 9871.0, 9859.0, 9839.0, 9840.0, 9836.0, 9838.0, 9855.0, 9855.0, 9859.0, 9863.0, 9883.0, 9880.0, 9881.0, 9875.0, 9854.0, 9868.0, 9882.0, 9872.0, 9855.0, 9871.0, 9907.0, 9894.0, 9903.0, 9893.0, 9871.0, 9875.0, 9879.0, 9870.0, 9847.0, 9837.0, 9861.0, 9857.0, 9867.0, 9889.0, 9886.0, 9882.0, 9878.0, 9877.0, 9861.0, 9855.0, 9831.0, 9832.0, 9838.0, 9837.0, 9843.0, 9844.0, 9815.0, 9796.0, 9811.0, 9826.0, 9810.0, 9806.0, 9805.0, 9787.0, 9786.0, 9797.0, 9810.0, 9822.0, 9827.0, 9827.0, 9819.0, 9819.0, 9834.0, 9820.0, 9820.0, 9822.0, 9813.0, 9817.0, 9840.0, 9845.0, 9853.0, 9871.0, 9853.0, 9845.0, 9840.0, 9827.0, 9842.0, 9838.0, 9842.0, 9839.0, 9842.0, 9841.0, 9837.0, 9841.0, 9834.0, 9834.0, 9820.0, 9838.0, 9824.0, 9861.0, 9843.0, 9840.0, 9824.0, 9843.0, 9842.0, 9866.0, 9852.0, 9861.0, 9849.0, 9870.0, 9866.0, 9872.0, 9871.0, 9859.0, 9846.0, 9850.0, 9866.0, 9868.0, 9870.0, 9863.0, 9862.0, 9848.0, 9864.0, 9865.0, 9848.0, 9863.0, 9844.0, 9846.0, 9848.0, 9849.0, 9852.0, 9849.0, 9845.0, 9863.0, 9856.0, 9847.0, 9863.0, 9844.0, 9838.0, 9839.0, 9857.0, 9842.0, 9839.0, 9840.0, 9822.0, 9823.0, 9822.0, 9839.0, 9835.0, 9838.0, 9837.0, 9839.0, 9843.0, 9849.0, 9866.0, 9844.0, 9859.0, 9846.0, 9851.0, 9849.0, 9865.0, 9867.0, 9861.0, 9848.0, 9864.0, 9866.0, 9868.0, 9862.0, 9850.0, 9867.0, 9872.0, 9891.0, 9875.0, 9870.0, 9871.0, 9869.0, 9870.0, 9873.0, 9867.0, 9862.0, 9850.0, 9851.0, 9864.0, 9849.0, 9860.0, 9843.0, 9841.0, 9827.0, 9844.0, 9845.0, 9841.0, 9847.0, 9865.0, 9852.0, 9866.0, 9868.0, 9849.0, 9848.0, 9853.0, 9863.0, 9868.0, 9862.0, 9863.0, 9849.0, 9846.0, 9865.0, 9851.0, 9846.0, 9841.0, 9848.0, 9845.0, 9847.0, 9861.0, 9840.0, 9839.0, 9841.0, 9844.0, 9845.0, 9840.0, 9834.0, 9841.0, 9843.0, 9847.0, 9847.0, 9860.0, 9845.0, 9860.0, 9850.0, 9866.0, 9859.0, 9844.0, 9850.0, 9863.0, 9871.0, 9871.0, 9864.0, 9866.0, 9871.0, 9874.0, 9889.0, 9873.0, 9863.0, 9866.0, 9871.0, 9869.0, 9871.0, 9868.0, 9858.0, 9850.0, 9863.0, 9868.0, 9863.0, 9858.0, 9858.0, 9861.0, 9860.0, 9856.0, 9859.0, 9839.0, 9838.0, 9837.0, 9840.0, 9839.0, 9836.0, 9833.0, 9835.0, 9835.0, 9836.0, 9839.0, 9837.0, 9835.0, 9835.0, 9839.0, 9840.0, 9845.0, 9845.0, 9847.0, 9842.0, 9865.0, 9886.0, 9868.0, 9870.0, 9875.0, 9876.0, 9890.0, 9899.0, 9885.0, 9873.0, 9890.0, 9899.0, 9871.0, 9923.0, 9911.0, 9890.0, 9882.0, 9887.0, 9889.0, 9888.0, 9892.0, 9867.0, 9885.0, 9890.0, 9889.0, 9893.0, 9905.0, 9882.0, 9859.0, 9857.0, 9860.0, 9859.0, 9844.0, 9852.0, 9857.0, 9845.0, 9861.0, 9864.0, 9861.0, 9859.0, 9868.0, 9868.0, 9878.0, 9864.0, 9862.0, 9867.0, 9874.0, 9880.0, 9879.0, 9839.0, 9869.0, 9856.0, 9872.0, 9930.0, 9890.0, 9887.0, 9883.0, 9851.0, 9813.0, 9821.0, 9813.0, 9798.0, 9819.0, 9840.0, 9826.0, 9825.0, 9818.0, 9784.0, 9770.0, 9769.0, 9801.0, 9788.0, 9786.0, 9786.0, 9792.0, 9784.0, 9758.0, 9753.0, 9755.0, 9760.0, 9759.0, 9769.0, 9787.0, 9789.0, 9797.0, 9817.0, 9811.0, 9796.0, 9793.0, 9799.0, 9799.0, 9793.0, 9791.0, 9812.0, 9809.0, 9810.0, 9816.0, 9814.0, 9810.0, 9809.0, 9810.0, 9828.0, 9807.0, 9812.0, 9817.0, 9819.0, 9829.0, 9833.0, 9818.0, 9817.0, 9821.0, 9837.0, 9840.0, 9841.0, 9839.0, 9843.0, 9844.0, 9871.0, 9853.0, 9845.0, 9861.0, 9867.0, 9893.0, 9910.0, 9886.0, 9870.0, 9867.0, 9888.0, 9851.0, 9856.0, 9848.0, 9848.0, 9848.0, 9842.0, 9841.0, 9839.0, 9839.0, 9842.0, 9840.0, 9833.0, 9830.0, 9835.0, 9832.0, 9851.0, 9834.0, 9831.0, 9827.0, 9819.0, 9833.0, 9833.0, 9826.0, 9816.0, 9835.0, 9833.0, 9840.0, 9836.0, 9830.0, 9817.0, 9835.0, 9831.0, 9819.0, 9838.0, 9819.0, 9833.0, 9840.0, 9840.0, 9841.0, 9859.0, 9840.0, 9836.0, 9841.0, 9843.0, 9843.0, 9862.0, 9844.0, 9845.0, 9848.0, 9863.0, 9863.0, 9867.0, 9863.0, 9855.0, 9856.0, 9858.0, 9861.0, 9856.0, 9837.0, 9842.0, 9861.0, 9862.0, 9860.0, 9842.0, 9859.0, 9845.0, 9864.0, 9861.0, 9859.0, 9842.0, 9862.0, 9859.0, 9864.0, 9863.0, 9857.0, 9842.0, 9844.0, 9847.0, 9846.0, 9865.0, 9845.0, 9841.0, 9841.0, 9844.0, 9858.0, 9845.0, 9857.0, 9841.0, 9840.0, 9841.0, 9856.0, 9859.0, 9856.0, 9843.0, 9849.0, 9847.0, 9866.0, 9883.0, 9860.0, 9863.0, 9870.0, 9867.0, 9873.0, 9876.0, 9867.0, 9862.0, 9864.0, 9861.0, 9865.0, 9864.0, 9862.0, 9860.0, 9859.0, 9858.0, 9865.0, 9860.0, 9845.0, 9841.0, 9846.0, 9844.0, 9862.0, 9859.0, 9856.0, 9862.0, 9862.0, 9863.0, 9869.0, 9884.0, 9862.0, 9861.0, 9867.0, 9868.0, 9888.0, 9873.0, 9870.0, 9867.0, 9870.0, 9890.0, 9894.0, 9890.0, 9874.0, 9891.0, 9877.0, 9895.0, 9892.0, 9870.0, 9873.0, 9867.0, 9886.0, 9886.0, 9868.0, 9864.0, 9866.0, 9862.0, 9868.0, 9865.0, 9858.0, 9844.0, 9853.0, 9849.0, 9845.0, 9845.0, 9870.0, 9857.0, 9855.0, 9861.0, 9863.0, 9872.0, 9871.0, 9869.0, 9870.0, 9870.0, 9869.0, 9889.0, 9869.0, 9861.0, 9863.0, 9860.0, 9851.0, 9866.0, 9844.0, 9840.0, 9847.0, 9864.0, 9882.0, 9886.0, 9847.0, 9840.0, 9844.0, 9857.0, 9864.0, 9862.0, 9842.0, 9859.0, 9847.0, 9868.0, 9868.0, 9859.0, 9861.0, 9863.0, 9864.0, 9867.0, 9863.0, 9860.0, 9863.0, 9865.0, 9863.0, 9863.0, 9841.0, 9841.0, 9856.0, 9851.0, 9863.0, 9859.0, 9847.0, 9867.0, 9865.0, 9871.0, 9868.0, 9863.0, 9857.0, 9870.0, 9868.0, 9872.0, 9889.0, 9859.0, 9868.0, 9874.0, 9892.0, 9878.0, 9872.0, 9872.0, 9875.0, 9889.0, 9895.0, 9850.0, 9823.0, 9809.0, 9778.0, 9816.0, 9825.0, 9878.0, 9902.0, 9897.0, 9911.0, 9926.0, 9859.0, 9859.0, 9814.0, 9813.0, 9811.0, 9809.0, 9799.0, 9800.0, 9804.0, 9807.0, 9812.0, 9826.0, 9820.0, 9833.0, 9815.0, 9810.0, 9802.0, 9762.0, 9755.0, 9784.0, 9789.0, 9799.0, 9818.0, 9827.0, 9824.0, 9820.0, 9824.0, 9833.0, 9815.0, 9793.0, 9809.0, 9813.0, 9819.0, 9840.0, 9841.0, 9842.0, 9846.0, 9843.0, 9841.0, 9864.0, 9840.0, 9833.0, 9843.0, 9844.0, 9848.0, 9848.0, 9846.0, 9867.0, 9872.0, 9875.0, 9879.0, 9871.0, 9867.0, 9867.0, 9870.0, 9889.0, 9875.0, 9866.0, 9869.0, 9870.0, 9874.0, 9892.0, 9867.0, 9865.0, 9851.0, 9869.0, 9870.0, 9864.0, 9852.0, 9864.0, 9868.0, 9873.0, 9864.0, 9849.0, 9852.0, 9866.0, 9873.0, 9849.0, 9846.0, 9847.0, 9864.0, 9850.0, 9847.0, 9847.0, 9872.0, 9896.0, 9867.0, 9864.0, 9859.0, 9883.0, 9860.0, 9860.0, 9862.0, 9865.0, 9892.0, 9869.0, 9865.0, 9862.0, 9868.0, 9866.0, 9863.0, 9864.0, 9857.0, 9862.0, 9864.0, 9852.0, 9841.0, 9844.0, 9857.0, 9864.0, 9855.0, 9838.0, 9839.0, 9855.0, 9845.0, 9844.0, 9844.0, 9857.0, 9845.0, 9870.0, 9843.0, 9802.0, 9796.0, 9797.0, 9793.0, 9833.0, 9862.0, 9868.0, 9871.0, 9905.0, 9880.0, 9844.0, 9811.0, 9789.0, 9773.0, 9796.0, 9793.0, 9789.0, 9770.0, 9784.0, 9803.0, 9799.0, 9815.0, 9809.0, 9782.0, 9801.0, 9790.0, 9809.0, 9782.0, 9753.0, 9775.0, 9789.0, 9806.0, 9785.0, 9779.0, 9763.0, 9777.0, 9788.0, 9787.0, 9778.0, 9776.0, 9782.0, 9790.0, 9789.0, 9810.0, 9790.0, 9783.0, 9785.0, 9786.0, 9792.0, 9814.0, 9796.0, 9806.0, 9805.0, 9781.0, 9922.0, 9922.0, 9901.0, 9881.0, 9873.0, 9869.0, 9875.0, 9870.0, 9873.0, 9896.0, 9889.0, 9904.0, 9907.0, 9906.0, 9876.0, 9882.0, 9878.0, 9877.0, 9897.0, 9877.0, 9902.0, 9933.0, 9914.0, 9879.0, 9858.0, 9850.0, 9880.0, 9893.0, 9892.0, 9912.0, 9916.0, 9861.0, 9831.0, 9781.0, 9749.0, 9750.0, 9755.0, 9751.0, 9789.0, 9780.0, 9788.0, 9779.0, 9791.0, 9792.0, 9780.0, 9761.0, 9764.0, 9790.0, 9771.0, 9773.0, 9787.0, 9775.0, 9773.0, 9780.0, 9795.0, 9782.0, 9772.0, 9777.0, 9774.0, 9784.0, 9800.0, 9799.0, 9804.0, 9809.0, 9825.0, 9830.0, 9831.0, 9807.0, 9824.0, 9816.0, 9807.0, 9789.0, 9808.0, 9814.0, 9845.0, 9862.0, 9875.0, 9872.0, 9882.0, 9890.0, 9862.0, 9842.0, 9864.0, 9863.0, 9870.0, 9843.0, 9840.0, 9840.0, 9836.0, 9840.0, 9841.0, 9836.0, 9834.0, 9814.0, 9820.0, 9824.0, 9818.0, 9838.0, 9839.0, 9837.0, 9833.0, 9834.0, 9837.0, 9842.0, 9825.0, 9836.0, 9834.0, 9825.0, 9842.0, 9858.0, 9844.0, 9823.0, 9835.0, 9838.0, 9843.0, 9845.0, 9837.0, 9819.0, 9836.0, 9837.0, 9842.0, 9823.0, 9840.0, 9825.0, 9859.0, 9855.0, 9824.0, 9834.0, 9836.0, 9837.0, 9839.0, 9842.0, 9838.0, 9841.0, 9843.0, 9860.0, 9844.0, 9843.0, 9844.0, 9844.0, 9842.0, 9864.0, 9848.0, 9846.0, 9853.0, 9856.0, 9840.0, 9834.0, 9841.0, 9818.0, 9842.0, 9823.0, 9842.0, 9876.0, 9847.0, 9817.0, 9762.0, 9728.0, 9721.0, 9736.0, 9749.0, 9776.0, 9798.0, 9788.0, 9787.0, 9787.0, 9761.0, 9736.0, 9714.0, 9715.0, 9715.0, 9699.0, 9701.0, 9711.0, 9698.0, 9711.0, 9695.0, 9692.0, 9692.0, 9692.0, 9690.0, 9692.0, 9710.0, 9689.0, 9700.0, 9699.0, 9694.0, 9698.0, 9719.0, 9716.0, 9725.0, 9701.0, 9722.0, 9730.0, 9782.0, 9794.0, 9804.0, 9824.0, 9825.0, 9815.0, 9791.0, 9790.0, 9788.0, 9788.0, 9801.0, 9794.0, 9810.0, 9811.0, 9831.0, 9813.0, 9824.0, 9805.0, 9803.0, 9790.0, 9805.0, 9790.0, 9783.0, 9792.0, 9808.0, 9809.0, 9812.0, 9812.0, 9805.0, 9800.0, 9807.0, 9808.0, 9810.0, 9811.0, 9808.0, 9810.0, 9811.0, 9812.0, 9815.0, 9812.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.019013670309653913</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.052904125409836064</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.214332987347305</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.248668596536006</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1744269455515046</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4664</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5636.6196</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.17752515240803182</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>186</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>16.939890710382514</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.302955195801939</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>3.186318651304971</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.6587877309495207</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>3.0637592051513245</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0200625</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.00031583107193000615</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.017451902851462364</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1098</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.946973857643279</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>52.4746</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.0722</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>166.8302</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300319.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>761.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>346.6139</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.494</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>609.1294</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3660.4385</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3895.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76225.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1441.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4837.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>986.8255</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>25.016336508095264</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> |