=== 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-0044 --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-0044",
"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-0044_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-0044_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-0044_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-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0044/figures/sub-0044_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-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044/ses-02/func/sub-0044_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>644f76a97258cbdfe46a7f071fbd4e4b</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>13:16:48.285000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999882, 0.0129988, -0.00814337, -0.0122165, 0.995895, 0.0896927]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-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.096069</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>[4121, -7733, -7269, 430, -105, -17, 8, 121]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>230.116</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>ec1e2f86-4cfc-411f-afd6-c7e176884f78||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6826112270355225, -0.032775867730379105, -0.0250447615981102, 113.64314270019531], [-0.034874800592660904, 2.67191219329834, 0.24187323451042175, -98.60343933105469], [-0.021848075091838837, -0.24063900113105774, 2.689027786254883, -59.68867492675781], [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': ['131648.285000', '131648.745000', '131649.205000', '131649.665000', '131650.125000', '131650.585000', '131651.045000', '131651.505000', '131651.965000', '131652.425000', '131652.885000', '131653.345000', '131653.805000', '131654.265000', '131654.725000', '131655.185000', '131655.645000', '131656.105000', '131656.565000', '131657.025000', '131657.485000', '131657.945000', '131658.405000', '131658.865000', '131659.325000', '131659.785000', '131700.245000', '131700.705000', '131701.165000', '131701.625000', '131702.085000', '131702.545000', '131703.005000', '131703.465000', '131703.925000', '131704.385000', '131704.845000', '131705.305000', '131705.765000', '131706.225000', '131706.685000', '131707.145000', '131707.605000', '131708.065000', '131708.525000', '131708.985000', '131709.445000', '131709.905000', '131710.365000', '131710.825000', '131711.285000', '131711.745000', '131712.205000', '131712.665000', '131713.125000', '131713.585000', '131714.045000', '131714.505000', '131714.965000', '131715.425000', '131715.885000', '131716.345000', '131716.805000', '131717.265000', '131717.725000', '131718.185000', '131718.645000', '131719.105000', '131719.565000', '131720.025000', '131720.485000', '131720.945000', '131721.405000', '131721.865000', '131722.325000', '131722.785000', '131723.245000', '131723.705000', '131724.165000', '131724.625000', '131725.085000', '131725.545000', '131726.005000', '131726.465000', '131726.925000', '131727.385000', '131727.845000', '131728.305000', '131728.765000', '131729.225000', '131729.685000', '131730.145000', '131730.605000', '131731.065000', '131731.525000', '131731.985000', '131732.445000', '131732.905000', '131733.365000', '131733.825000', '131734.285000', '131734.745000', '131735.205000', '131735.665000', '131736.125000', '131736.585000', '131737.045000', '131737.505000', '131737.965000', '131738.425000', '131738.885000', '131739.345000', '131739.805000', '131740.265000', '131740.725000', '131741.185000', '131741.645000', '131742.105000', '131742.565000', '131743.025000', '131743.485000', '131743.945000', '131744.405000', '131744.865000', '131745.325000', '131745.785000', '131746.245000', '131746.705000', '131747.165000', '131747.625000', '131748.085000', '131748.545000', '131749.005000', '131749.465000', '131749.925000', '131750.385000', '131750.845000', '131751.305000', '131751.765000', '131752.225000', '131752.685000', '131753.145000', '131753.605000', '131754.065000', '131754.525000', '131754.985000', '131755.445000', '131755.905000', '131756.365000', '131756.825000', '131757.285000', '131757.745000', '131758.205000', '131758.665000', '131759.125000', '131759.585000', '131800.045000', '131800.505000', '131800.965000', '131801.425000', '131801.885000', '131802.345000', '131802.805000', '131803.265000', '131803.725000', '131804.185000', '131804.645000', '131805.105000', '131805.565000', '131806.025000', '131806.485000', '131806.945000', '131807.405000', '131807.865000', '131808.325000', '131808.785000', '131809.245000', '131809.705000', '131810.165000', '131810.625000', '131811.085000', '131811.545000', '131812.005000', '131812.465000', '131812.925000', '131813.385000', '131813.845000', '131814.305000', '131814.765000', '131815.225000', '131815.685000', '131816.145000', '131816.605000', '131817.065000', '131817.525000', '131817.985000', '131818.445000', '131818.905000', '131819.365000', '131819.825000', '131820.285000', '131820.745000', '131821.205000', '131821.665000', '131822.125000', '131822.585000', '131823.045000', '131823.505000', '131823.965000', '131824.425000', '131824.885000', '131825.345000', '131825.805000', '131826.265000', '131826.725000', '131827.185000', '131827.645000', '131828.105000', '131828.565000', '131829.025000', '131829.485000', '131829.945000', '131830.405000', '131830.865000', '131831.325000', '131831.785000', '131832.245000', '131832.705000', '131833.165000', '131833.625000', '131834.085000', '131834.545000', '131835.005000', '131835.465000', '131835.925000', '131836.385000', '131836.845000', '131837.305000', '131837.765000', '131838.225000', '131838.685000', '131839.145000', '131839.605000', '131840.065000', '131840.525000', '131840.985000', '131841.445000', '131841.905000', '131842.365000', '131842.825000', '131843.285000', '131843.745000', '131844.205000', '131844.665000', '131845.125000', '131845.585000', '131846.045000', '131846.505000', '131846.965000', '131847.425000', '131847.885000', '131848.345000', '131848.805000', '131849.265000', '131849.725000', '131850.185000', '131850.645000', '131851.105000', '131851.565000', '131852.025000', '131852.485000', '131852.945000', '131853.405000', '131853.865000', '131854.325000', '131854.785000', '131855.245000', '131855.705000', '131856.165000', '131856.625000', '131857.085000', '131857.545000', '131858.005000', '131858.465000', '131858.925000', '131859.385000', '131859.845000', '131900.305000', '131900.765000', '131901.225000', '131901.685000', '131902.145000', '131902.605000', '131903.065000', '131903.525000', '131903.985000', '131904.445000', '131904.905000', '131905.365000', '131905.825000', '131906.285000', '131906.745000', '131907.205000', '131907.665000', '131908.125000', '131908.585000', '131909.045000', '131909.505000', '131909.965000', '131910.425000', '131910.885000', '131911.345000', '131911.805000', '131912.265000', '131912.725000', '131913.185000', '131913.645000', '131914.105000', '131914.565000', '131915.025000', '131915.485000', '131915.945000', '131916.405000', '131916.865000', '131917.325000', '131917.785000', '131918.245000', '131918.705000', '131919.165000', '131919.625000', '131920.085000', '131920.545000', '131921.005000', '131921.465000', '131921.925000', '131922.385000', '131922.845000', '131923.305000', '131923.765000', '131924.225000', '131924.685000', '131925.145000', '131925.605000', '131926.065000', '131926.525000', '131926.985000', '131927.445000', '131927.905000', '131928.365000', '131928.825000', '131929.285000', '131929.745000', '131930.205000', '131930.665000', '131931.125000', '131931.585000', '131932.045000', '131932.505000', '131932.965000', '131933.425000', '131933.885000', '131934.345000', '131934.805000', '131935.265000', '131935.725000', '131936.185000', '131936.645000', '131937.105000', '131937.565000', '131938.025000', '131938.485000', '131938.945000', '131939.405000', '131939.865000', '131940.325000', '131940.785000', '131941.245000', '131941.705000', '131942.165000', '131942.625000', '131943.085000', '131943.545000', '131944.005000', '131944.465000', '131944.925000', '131945.385000', '131945.845000', '131946.305000', '131946.765000', '131947.225000', '131947.685000', '131948.145000', '131948.605000', '131949.065000', '131949.525000', '131949.985000', '131950.445000', '131950.905000', '131951.365000', '131951.825000', '131952.285000', '131952.745000', '131953.205000', '131953.665000', '131954.125000', '131954.585000', '131955.045000', '131955.505000', '131955.965000', '131956.425000', '131956.885000', '131957.345000', '131957.805000', '131958.265000', '131958.725000', '131959.185000', '131959.645000', '132000.105000', '132000.565000', '132001.025000', '132001.485000', '132001.945000', '132002.405000', '132002.865000', '132003.325000', '132003.785000', '132004.245000', '132004.705000', '132005.165000', '132005.625000', '132006.085000', '132006.545000', '132007.005000', '132007.465000', '132007.925000', '132008.385000', '132008.845000', '132009.305000', '132009.765000', '132010.225000', '132010.685000', '132011.145000', '132011.605000', '132012.065000', '132012.525000', '132012.985000', '132013.445000', '132013.905000', '132014.365000', '132014.825000', '132015.285000', '132015.745000', '132016.205000', '132016.665000', '132017.125000', '132017.585000', '132018.045000', '132018.505000', '132018.965000', '132019.425000', '132019.885000', '132020.345000', '132020.805000', '132021.265000', '132021.725000', '132022.185000', '132022.645000', '132023.105000', '132023.565000', '132024.025000', '132024.485000', '132024.945000', '132025.405000', '132025.865000', '132026.325000', '132026.785000', '132027.245000', '132027.705000', '132028.165000', '132028.625000', '132029.085000', '132029.545000', '132030.005000', '132030.465000', '132030.925000', '132031.385000', '132031.845000', '132032.305000', '132032.765000', '132033.225000', '132033.685000', '132034.145000', '132034.605000', '132035.065000', '132035.525000', '132035.985000', '132036.445000', '132036.905000', '132037.365000', '132037.825000', '132038.285000', '132038.745000', '132039.205000', '132039.665000', '132040.125000', '132040.585000', '132041.045000', '132041.505000', '132041.965000', '132042.425000', '132042.885000', '132043.345000', '132043.805000', '132044.265000', '132044.725000', '132045.185000', '132045.645000', '132046.105000', '132046.565000', '132047.025000', '132047.485000', '132047.945000', '132048.405000', '132048.865000', '132049.325000', '132049.785000', '132050.245000', '132050.705000', '132051.165000', '132051.625000', '132052.085000', '132052.545000', '132053.005000', '132053.465000', '132053.925000', '132054.385000', '132054.845000', '132055.305000', '132055.765000', '132056.225000', '132056.685000', '132057.145000', '132057.605000', '132058.065000', '132058.525000', '132058.985000', '132059.445000', '132059.905000', '132100.365000', '132100.825000', '132101.285000', '132101.745000', '132102.205000', '132102.665000', '132103.125000', '132103.585000', '132104.045000', '132104.505000', '132104.965000', '132105.425000', '132105.885000', '132106.345000', '132106.805000', '132107.265000', '132107.725000', '132108.185000', '132108.645000', '132109.105000', '132109.565000', '132110.025000', '132110.485000', '132110.945000', '132111.405000', '132111.865000', '132112.325000', '132112.785000', '132113.245000', '132113.705000', '132114.165000', '132114.625000', '132115.085000', '132115.545000', '132116.005000', '132116.465000', '132116.925000', '132117.385000', '132117.845000', '132118.305000', '132118.765000', '132119.225000', '132119.685000', '132120.145000', '132120.605000', '132121.065000', '132121.525000', '132121.985000', '132122.445000', '132122.905000', '132123.365000', '132123.825000', '132124.285000', '132124.745000', '132125.205000', '132125.665000', '132126.125000', '132126.585000', '132127.045000', '132127.505000', '132127.965000', '132128.425000', '132128.885000', '132129.345000', '132129.805000', '132130.265000', '132130.725000', '132131.185000', '132131.645000', '132132.105000', '132132.565000', '132133.025000', '132133.485000', '132133.945000', '132134.405000', '132134.865000', '132135.325000', '132135.785000', '132136.245000', '132136.705000', '132137.165000', '132137.625000', '132138.085000', '132138.545000', '132139.005000', '132139.465000', '132139.925000', '132140.385000', '132140.845000', '132141.305000', '132141.765000', '132142.225000', '132142.685000', '132143.145000', '132143.605000', '132144.065000', '132144.525000', '132144.985000', '132145.445000', '132145.905000', '132146.365000', '132146.825000', '132147.285000', '132147.745000', '132148.205000', '132148.665000', '132149.125000', '132149.585000', '132150.045000', '132150.505000', '132150.965000', '132151.425000', '132151.885000', '132152.345000', '132152.805000', '132153.265000', '132153.725000', '132154.185000', '132154.645000', '132155.105000', '132155.565000', '132156.025000', '132156.485000', '132156.945000', '132157.405000', '132157.865000', '132158.325000', '132158.785000', '132159.245000', '132159.705000', '132200.165000', '132200.625000', '132201.085000', '132201.545000', '132202.005000', '132202.465000', '132202.925000', '132203.385000', '132203.845000', '132204.305000', '132204.765000', '132205.225000', '132205.685000', '132206.145000', '132206.605000', '132207.065000', '132207.525000', '132207.985000', '132208.445000', '132208.905000', '132209.365000', '132209.825000', '132210.285000', '132210.745000', '132211.205000', '132211.665000', '132212.125000', '132212.585000', '132213.045000', '132213.505000', '132213.965000', '132214.425000', '132214.885000', '132215.345000', '132215.805000', '132216.265000', '132216.725000', '132217.185000', '132217.645000', '132218.105000', '132218.565000', '132219.025000', '132219.485000', '132219.945000', '132220.405000', '132220.865000', '132221.325000', '132221.785000', '132222.245000', '132222.705000', '132223.165000', '132223.625000', '132224.085000', '132224.545000', '132225.005000', '132225.465000', '132225.925000', '132226.385000', '132226.845000', '132227.305000', '132227.765000', '132228.225000', '132228.685000', '132229.145000', '132229.605000', '132230.065000', '132230.525000', '132230.985000', '132231.445000', '132231.905000', '132232.365000', '132232.825000', '132233.285000', '132233.745000', '132234.205000', '132234.665000', '132235.125000', '132235.585000', '132236.045000', '132236.505000', '132236.965000', '132237.425000', '132237.885000', '132238.345000', '132238.805000', '132239.265000', '132239.725000', '132240.185000', '132240.645000', '132241.105000', '132241.565000', '132242.025000', '132242.485000', '132242.945000', '132243.405000', '132243.865000', '132244.325000', '132244.785000', '132245.245000', '132245.705000', '132246.165000', '132246.625000', '132247.085000', '132247.545000', '132248.005000', '132248.465000', '132248.925000', '132249.385000', '132249.845000', '132250.305000', '132250.765000', '132251.225000', '132251.685000', '132252.145000', '132252.605000', '132253.065000', '132253.525000', '132253.985000', '132254.445000', '132254.905000', '132255.365000', '132255.825000', '132256.285000', '132256.745000', '132257.205000', '132257.665000', '132258.125000', '132258.585000', '132259.045000', '132259.505000', '132259.965000', '132300.425000', '132300.885000', '132301.345000', '132301.805000', '132302.265000', '132302.725000', '132303.185000', '132303.645000', '132304.105000', '132304.565000', '132305.025000', '132305.485000', '132305.945000', '132306.405000', '132306.865000', '132307.325000', '132307.785000', '132308.245000', '132308.705000', '132309.165000', '132309.625000', '132310.085000', '132310.545000', '132311.005000', '132311.465000', '132311.925000', '132312.385000', '132312.845000', '132313.305000', '132313.765000', '132314.225000', '132314.685000', '132315.145000', '132315.605000', '132316.065000', '132316.525000', '132316.985000', '132317.445000', '132317.905000', '132318.365000', '132318.825000', '132319.285000', '132319.745000', '132320.205000', '132320.665000', '132321.125000', '132321.585000', '132322.045000', '132322.505000', '132322.965000', '132323.425000', '132323.885000', '132324.345000', '132324.805000', '132325.265000', '132325.725000', '132326.185000', '132326.645000', '132327.105000', '132327.565000', '132328.025000', '132328.485000', '132328.945000', '132329.405000', '132329.865000', '132330.325000', '132330.785000', '132331.245000', '132331.705000', '132332.165000', '132332.625000', '132333.085000', '132333.545000', '132334.005000', '132334.465000', '132334.925000', '132335.385000', '132335.845000', '132336.305000', '132336.765000', '132337.225000', '132337.685000', '132338.145000', '132338.605000', '132339.065000', '132339.525000', '132339.985000', '132340.445000', '132340.905000', '132341.365000', '132341.825000', '132342.285000', '132342.745000', '132343.205000', '132343.665000', '132344.125000', '132344.585000', '132345.045000', '132345.505000', '132345.965000', '132346.425000', '132346.885000', '132347.345000', '132347.805000', '132348.265000', '132348.725000', '132349.185000', '132349.645000', '132350.105000', '132350.565000', '132351.025000', '132351.485000', '132351.945000', '132352.405000', '132352.865000', '132353.325000', '132353.785000', '132354.245000', '132354.705000', '132355.165000', '132355.625000', '132356.085000', '132356.545000', '132357.005000', '132357.465000', '132357.925000', '132358.385000', '132358.845000', '132359.305000', '132359.765000', '132400.225000', '132400.685000', '132401.145000', '132401.605000', '132402.065000', '132402.525000', '132402.985000', '132403.445000', '132403.905000', '132404.365000', '132404.825000', '132405.285000', '132405.745000', '132406.205000', '132406.665000', '132407.125000', '132407.585000', '132408.045000', '132408.505000', '132408.965000', '132409.425000', '132409.885000', '132410.345000', '132410.805000', '132411.265000', '132411.725000', '132412.185000', '132412.645000', '132413.105000', '132413.565000', '132414.025000', '132414.485000', '132414.945000', '132415.405000', '132415.865000', '132416.325000', '132416.785000', '132417.245000', '132417.705000', '132418.165000', '132418.625000', '132419.085000', '132419.545000', '132420.005000', '132420.465000', '132420.925000', '132421.385000', '132421.845000', '132422.305000', '132422.765000', '132423.225000', '132423.685000', '132424.145000', '132424.605000', '132425.065000', '132425.525000', '132425.985000', '132426.445000', '132426.905000', '132427.365000', '132427.825000', '132428.285000', '132428.745000', '132429.205000', '132429.665000', '132430.125000', '132430.585000', '132431.045000', '132431.505000', '132431.965000', '132432.425000', '132432.885000', '132433.345000', '132433.805000', '132434.265000', '132434.725000', '132435.185000', '132435.645000', '132436.105000', '132436.565000', '132437.025000', '132437.485000', '132437.945000', '132438.405000', '132438.865000', '132439.325000', '132439.785000', '132440.245000', '132440.705000', '132441.165000', '132441.625000', '132442.085000', '132442.545000', '132443.005000', '132443.465000', '132443.925000', '132444.385000', '132444.845000', '132445.305000', '132445.765000', '132446.225000', '132446.685000', '132447.145000', '132447.605000', '132448.065000', '132448.525000', '132448.985000', '132449.445000', '132449.905000', '132450.365000', '132450.825000', '132451.285000', '132451.745000', '132452.205000', '132452.665000', '132453.125000', '132453.585000', '132454.045000', '132454.505000', '132454.965000', '132455.425000', '132455.885000', '132456.345000', '132456.805000', '132457.265000', '132457.725000', '132458.185000', '132458.645000', '132459.105000', '132459.565000', '132500.025000', '132500.485000', '132500.945000', '132501.405000', '132501.865000', '132502.325000', '132502.785000', '132503.245000', '132503.705000', '132504.165000', '132504.625000', '132505.085000', '132505.545000', '132506.005000', '132506.465000', '132506.925000', '132507.385000', '132507.845000', '132508.305000', '132508.765000', '132509.225000', '132509.685000', '132510.145000', '132510.605000', '132511.065000', '132511.525000', '132511.985000', '132512.445000', '132512.905000'], 'ContentTime': ['131707.495000', '131707.499000', '131707.502000', '131707.505000', '131707.508000', '131707.511000', '131707.514000', '131707.517000', '131707.520000', '131707.523000', '131707.526000', '131707.529000', '131707.532000', '131707.535000', '131707.538000', '131707.541000', '131707.544000', '131707.547000', '131707.550000', '131707.553000', '131707.556000', '131707.559000', '131707.562000', '131707.565000', '131707.568000', '131707.571000', '131707.574000', '131707.577000', '131707.580000', '131707.583000', '131707.586000', '131707.589000', '131707.592000', '131707.595000', '131707.597000', '131707.600000', '131707.603000', '131707.606000', '131707.609000', '131707.612000', '131727.458000', '131727.461000', '131727.464000', '131727.467000', '131727.470000', '131727.473000', '131727.476000', '131727.479000', '131727.482000', '131727.485000', '131727.488000', '131727.491000', '131727.494000', '131727.497000', '131727.500000', '131727.503000', '131727.506000', '131727.519000', '131727.522000', '131727.525000', '131727.528000', '131727.531000', '131727.534000', '131727.537000', '131727.540000', '131727.543000', '131727.546000', '131727.549000', '131727.552000', '131727.555000', '131727.558000', '131727.561000', '131727.564000', '131727.567000', '131727.570000', '131727.573000', '131727.576000', '131727.578000', '131727.581000', '131727.584000', '131727.587000', '131727.590000', '131727.593000', '131747.458000', '131747.461000', '131747.464000', '131747.467000', '131747.470000', '131747.473000', '131747.476000', '131747.479000', '131747.482000', '131747.485000', '131747.488000', '131747.491000', '131747.493000', '131747.496000', '131747.499000', '131747.502000', '131747.505000', '131747.508000', '131747.511000', '131747.514000', '131747.517000', '131747.520000', '131747.523000', '131747.526000', '131747.529000', '131747.532000', '131747.535000', '131747.538000', '131747.541000', '131747.544000', '131747.547000', '131747.550000', '131747.553000', '131747.556000', '131747.559000', '131747.562000', '131747.565000', '131747.568000', '131747.571000', '131747.574000', '131747.577000', '131747.580000', '131747.583000', '131747.586000', '131807.458000', '131807.461000', '131807.464000', '131807.467000', '131807.470000', '131807.473000', '131807.476000', '131807.479000', '131807.483000', '131807.486000', '131807.489000', '131807.492000', '131807.495000', '131807.498000', '131807.501000', '131807.504000', '131807.507000', '131807.510000', '131807.513000', '131807.516000', '131807.519000', '131807.522000', '131807.525000', '131807.528000', '131807.531000', '131807.534000', '131807.537000', '131807.540000', '131807.543000', '131807.547000', '131807.550000', '131807.553000', '131807.556000', '131807.559000', '131807.562000', '131807.565000', '131807.576000', '131807.579000', '131807.582000', '131807.585000', '131807.588000', '131807.591000', '131807.594000', '131827.458000', '131827.461000', '131827.464000', '131827.467000', '131827.470000', '131827.473000', '131827.476000', '131827.479000', '131827.482000', '131827.485000', '131827.488000', '131827.491000', '131827.494000', '131827.497000', '131827.500000', '131827.503000', '131827.506000', '131827.509000', '131827.512000', '131827.515000', '131827.518000', '131827.521000', '131827.523000', '131827.526000', '131827.529000', '131827.532000', '131827.535000', '131827.550000', '131827.553000', '131827.556000', '131827.559000', '131827.562000', '131827.565000', '131827.568000', '131827.571000', '131827.574000', '131827.577000', '131827.580000', '131827.583000', '131827.586000', '131827.589000', '131827.592000', '131827.595000', '131827.598000', '131847.459000', '131847.462000', '131847.465000', '131847.468000', '131847.471000', '131847.474000', '131847.477000', '131847.480000', '131847.483000', '131847.486000', '131847.489000', '131847.492000', '131847.495000', '131847.498000', '131847.501000', '131847.504000', '131847.507000', '131847.510000', '131847.513000', '131847.516000', '131847.519000', '131847.522000', '131847.525000', '131847.528000', '131847.531000', '131847.534000', '131847.537000', '131847.540000', '131847.543000', '131847.546000', '131847.549000', '131847.552000', '131847.555000', '131847.558000', '131847.561000', '131847.564000', '131847.567000', '131847.570000', '131847.573000', '131847.576000', '131847.579000', '131847.582000', '131847.585000', '131907.459000', '131907.462000', '131907.465000', '131907.468000', '131907.471000', '131907.474000', '131907.477000', '131907.480000', '131907.483000', '131907.486000', '131907.489000', '131907.492000', '131907.495000', '131907.498000', '131907.501000', '131907.504000', '131907.507000', '131907.510000', '131907.513000', '131907.516000', '131907.519000', '131907.522000', '131907.525000', '131907.528000', '131907.531000', '131907.534000', '131907.537000', '131907.540000', '131907.543000', '131907.546000', '131907.549000', '131907.552000', '131907.555000', '131907.558000', '131907.561000', '131907.564000', '131907.567000', '131907.570000', '131907.572000', '131907.575000', '131907.578000', '131907.581000', '131907.584000', '131907.587000', '131927.458000', '131927.461000', '131927.464000', '131927.467000', '131927.470000', '131927.473000', '131927.476000', '131927.479000', '131927.482000', '131927.485000', '131927.488000', '131927.491000', '131927.494000', '131927.497000', '131927.500000', '131927.503000', '131927.506000', '131927.509000', '131927.512000', '131927.515000', '131927.519000', '131927.522000', '131927.525000', '131927.528000', '131927.531000', '131927.534000', '131927.537000', '131927.540000', '131927.543000', '131927.546000', '131927.549000', '131927.552000', '131927.555000', '131927.558000', '131927.561000', '131927.564000', '131927.567000', '131927.570000', '131927.573000', '131927.576000', '131927.579000', '131927.582000', '131927.585000', '131947.458000', '131947.461000', '131947.464000', '131947.467000', '131947.470000', '131947.473000', '131947.476000', '131947.479000', '131947.482000', '131947.486000', '131947.489000', '131947.492000', '131947.495000', '131947.498000', '131947.501000', '131947.504000', '131947.507000', '131947.510000', '131947.513000', '131947.516000', '131947.519000', '131947.522000', '131947.525000', '131947.528000', '131947.531000', '131947.534000', '131947.537000', '131947.539000', '131947.542000', '131947.545000', '131947.548000', '131947.551000', '131947.554000', '131947.557000', '131947.560000', '131947.563000', '131947.566000', '131947.569000', '131947.572000', '131947.575000', '131947.578000', '131947.581000', '131947.584000', '131947.587000', '132007.458000', '132007.461000', '132007.464000', '132007.467000', '132007.470000', '132007.473000', '132007.476000', '132007.479000', '132007.482000', '132007.485000', '132007.488000', '132007.491000', '132007.494000', '132007.497000', '132007.500000', '132007.503000', '132007.506000', '132007.509000', '132007.512000', '132007.515000', '132007.518000', '132007.520000', '132007.541000', '132007.544000', '132007.547000', '132007.550000', '132007.553000', '132007.555000', '132007.559000', '132007.562000', '132007.564000', '132007.567000', '132007.570000', '132007.573000', '132007.576000', '132007.579000', '132007.582000', '132007.586000', '132007.589000', '132007.592000', '132007.596000', '132007.599000', '132007.602000', '132027.458000', '132027.461000', '132027.464000', '132027.467000', '132027.470000', '132027.473000', '132027.476000', '132027.479000', '132027.482000', '132027.485000', '132027.488000', '132027.491000', '132027.494000', '132027.497000', '132027.500000', '132027.503000', '132027.506000', '132027.509000', '132027.512000', '132027.515000', '132027.518000', '132027.521000', '132027.524000', '132027.527000', '132027.530000', '132027.533000', '132027.536000', '132027.539000', '132027.542000', '132027.545000', '132027.548000', '132027.551000', '132027.554000', '132027.557000', '132027.560000', '132027.563000', '132027.566000', '132027.569000', '132027.572000', '132027.575000', '132027.578000', '132027.581000', '132027.584000', '132027.587000', '132047.458000', '132047.461000', '132047.464000', '132047.467000', '132047.470000', '132047.473000', '132047.476000', '132047.479000', '132047.482000', '132047.485000', '132047.488000', '132047.491000', '132047.494000', '132047.497000', '132047.500000', '132047.503000', '132047.506000', '132047.509000', '132047.512000', '132047.515000', '132047.518000', '132047.521000', '132047.524000', '132047.527000', '132047.530000', '132047.533000', '132047.536000', '132047.539000', '132047.542000', '132047.545000', '132047.548000', '132047.551000', '132047.554000', '132047.558000', '132047.561000', '132047.564000', '132047.567000', '132047.570000', '132047.574000', '132047.577000', '132047.579000', '132047.582000', '132047.585000', '132107.459000', '132107.462000', '132107.465000', '132107.468000', '132107.471000', '132107.474000', '132107.477000', '132107.480000', '132107.483000', '132107.486000', '132107.489000', '132107.492000', '132107.495000', '132107.498000', '132107.501000', '132107.504000', '132107.507000', '132107.510000', '132107.513000', '132107.516000', '132107.519000', '132107.522000', '132107.525000', '132107.528000', '132107.531000', '132107.534000', '132107.537000', '132107.540000', '132107.543000', '132107.546000', '132107.549000', '132107.552000', '132107.555000', '132107.558000', '132107.561000', '132107.564000', '132107.567000', '132107.570000', '132107.573000', '132107.575000', '132107.578000', '132107.581000', '132107.584000', '132107.587000', '132127.459000', '132127.462000', '132127.465000', '132127.468000', '132127.471000', '132127.474000', '132127.477000', '132127.480000', '132127.483000', '132127.486000', '132127.489000', '132127.492000', '132127.495000', '132127.498000', '132127.501000', '132127.504000', '132127.507000', '132127.510000', '132127.513000', '132127.516000', '132127.519000', '132127.522000', '132127.525000', '132127.528000', '132127.531000', '132127.534000', '132127.537000', '132127.540000', '132127.543000', '132127.546000', '132127.549000', '132127.552000', '132127.555000', '132127.558000', '132127.561000', '132127.564000', '132127.567000', '132127.570000', '132127.573000', '132127.576000', '132127.579000', '132127.582000', '132127.585000', '132147.458000', '132147.461000', '132147.464000', '132147.467000', '132147.470000', '132147.473000', '132147.476000', '132147.479000', '132147.482000', '132147.485000', '132147.488000', '132147.491000', '132147.494000', '132147.497000', '132147.500000', '132147.503000', '132147.506000', '132147.509000', '132147.512000', '132147.515000', '132147.518000', '132147.521000', '132147.524000', '132147.527000', '132147.530000', '132147.533000', '132147.536000', '132147.539000', '132147.542000', '132147.545000', '132147.548000', '132147.551000', '132147.554000', '132147.557000', '132147.560000', '132147.563000', '132147.566000', '132147.569000', '132147.572000', '132147.575000', '132147.578000', '132147.581000', '132147.584000', '132147.587000', '132207.458000', '132207.461000', '132207.464000', '132207.467000', '132207.470000', '132207.473000', '132207.476000', '132207.479000', '132207.482000', '132207.485000', '132207.488000', '132207.491000', '132207.494000', '132207.497000', '132207.500000', '132207.503000', '132207.506000', '132207.509000', '132207.512000', '132207.515000', '132207.518000', '132207.521000', '132207.524000', '132207.527000', '132207.530000', '132207.533000', '132207.536000', '132207.539000', '132207.542000', '132207.545000', '132207.548000', '132207.551000', '132207.554000', '132207.557000', '132207.560000', '132207.563000', '132207.566000', '132207.569000', '132207.572000', '132207.575000', '132207.578000', '132207.581000', '132207.584000', '132227.458000', '132227.461000', '132227.464000', '132227.467000', '132227.470000', '132227.473000', '132227.476000', '132227.479000', '132227.482000', '132227.485000', '132227.488000', '132227.491000', '132227.494000', '132227.497000', '132227.500000', '132227.503000', '132227.506000', '132227.509000', '132227.512000', '132227.515000', '132227.518000', '132227.521000', '132227.524000', '132227.527000', '132227.530000', '132227.533000', '132227.536000', '132227.539000', '132227.542000', '132227.545000', '132227.548000', '132227.551000', '132227.554000', '132227.557000', '132227.560000', '132227.563000', '132227.566000', '132227.569000', '132227.572000', '132227.575000', '132227.578000', '132227.581000', '132227.584000', '132227.587000', '132247.458000', '132247.461000', '132247.464000', '132247.467000', '132247.470000', '132247.473000', '132247.476000', '132247.479000', '132247.482000', '132247.485000', '132247.488000', '132247.491000', '132247.494000', '132247.497000', '132247.500000', '132247.503000', '132247.506000', '132247.509000', '132247.512000', '132247.515000', '132247.518000', '132247.521000', '132247.524000', '132247.527000', '132247.530000', '132247.533000', '132247.536000', '132247.539000', '132247.542000', '132247.545000', '132247.548000', '132247.551000', '132247.554000', '132247.557000', '132247.560000', '132247.563000', '132247.566000', '132247.569000', '132247.572000', '132247.575000', '132247.578000', '132247.581000', '132247.584000', '132307.458000', '132307.471000', '132307.474000', '132307.477000', '132307.480000', '132307.483000', '132307.486000', '132307.489000', '132307.492000', '132307.495000', '132307.498000', '132307.501000', '132307.504000', '132307.507000', '132307.510000', '132307.513000', '132307.516000', '132307.519000', '132307.522000', '132307.525000', '132307.528000', '132307.531000', '132307.534000', '132307.537000', '132307.540000', '132307.543000', '132307.546000', '132307.549000', '132307.552000', '132307.555000', '132307.558000', '132307.561000', '132307.564000', '132307.567000', '132307.570000', '132307.573000', '132307.576000', '132307.579000', '132307.582000', '132307.585000', '132307.588000', '132307.591000', '132307.594000', '132327.459000', '132327.462000', '132327.465000', '132327.468000', '132327.471000', '132327.474000', '132327.477000', '132327.480000', '132327.483000', '132327.486000', '132327.489000', '132327.492000', '132327.495000', '132327.498000', '132327.501000', '132327.504000', '132327.507000', '132327.510000', '132327.513000', '132327.516000', '132327.519000', '132327.522000', '132327.525000', '132327.528000', '132327.531000', '132327.534000', '132327.537000', '132327.540000', '132327.543000', '132327.546000', '132327.549000', '132327.552000', '132327.555000', '132327.558000', '132327.561000', '132327.564000', '132327.567000', '132327.570000', '132327.573000', '132327.576000', '132327.579000', '132327.582000', '132327.585000', '132327.588000', '132347.458000', '132347.461000', '132347.465000', '132347.468000', '132347.471000', '132347.474000', '132347.477000', '132347.481000', '132347.484000', '132347.487000', '132347.496000', '132347.499000', '132347.502000', '132347.505000', '132347.508000', '132347.511000', '132347.514000', '132347.517000', '132347.520000', '132347.523000', '132347.526000', '132347.529000', '132347.532000', '132347.535000', '132347.538000', '132347.541000', '132347.544000', '132347.547000', '132347.550000', '132347.553000', '132347.556000', '132347.559000', '132347.562000', '132347.565000', '132347.568000', '132347.571000', '132347.574000', '132347.577000', '132347.580000', '132347.583000', '132347.587000', '132347.589000', '132347.593000', '132407.458000', '132407.461000', '132407.464000', '132407.467000', '132407.470000', '132407.473000', '132407.476000', '132407.479000', '132407.482000', '132407.485000', '132407.488000', '132407.491000', '132407.494000', '132407.497000', '132407.500000', '132407.503000', '132407.506000', '132407.509000', '132407.512000', '132407.515000', '132407.518000', '132407.521000', '132407.524000', '132407.527000', '132407.530000', '132407.533000', '132407.536000', '132407.539000', '132407.542000', '132407.545000', '132407.548000', '132407.551000', '132407.554000', '132407.557000', '132407.560000', '132407.563000', '132407.566000', '132407.569000', '132407.572000', '132407.575000', '132407.578000', '132407.581000', '132407.584000', '132407.587000', '132427.458000', '132427.461000', '132427.464000', '132427.467000', '132427.470000', '132427.473000', '132427.476000', '132427.479000', '132427.482000', '132427.485000', '132427.488000', '132427.502000', '132427.505000', '132427.508000', '132427.511000', '132427.514000', '132427.517000', '132427.520000', '132427.523000', '132427.526000', '132427.529000', '132427.532000', '132427.535000', '132427.538000', '132427.541000', '132427.544000', '132427.547000', '132427.550000', '132427.553000', '132427.556000', '132427.559000', '132427.562000', '132427.565000', '132427.568000', '132427.571000', '132427.574000', '132427.577000', '132427.580000', '132427.583000', '132427.586000', '132427.589000', '132427.592000', '132427.595000', '132447.458000', '132447.461000', '132447.464000', '132447.467000', '132447.470000', '132447.473000', '132447.476000', '132447.479000', '132447.482000', '132447.485000', '132447.488000', '132447.491000', '132447.494000', '132447.497000', '132447.500000', '132447.503000', '132447.506000', '132447.509000', '132447.512000', '132447.515000', '132447.518000', '132447.521000', '132447.524000', '132447.527000', '132447.530000', '132447.533000', '132447.536000', '132447.539000', '132447.542000', '132447.545000', '132447.548000', '132447.551000', '132447.554000', '132447.557000', '132447.560000', '132447.563000', '132447.566000', '132447.569000', '132447.572000', '132447.575000', '132447.578000', '132447.581000', '132447.584000', '132447.587000', '132507.458000', '132507.461000', '132507.464000', '132507.467000', '132507.470000', '132507.473000', '132507.476000', '132507.479000', '132507.482000', '132507.485000', '132507.488000', '132507.491000', '132507.494000', '132507.497000', '132507.500000', '132507.503000', '132507.506000', '132507.509000', '132507.512000', '132507.515000', '132507.518000', '132507.521000', '132507.535000', '132507.538000', '132507.541000', '132507.544000', '132507.547000', '132507.550000', '132507.553000', '132507.556000', '132507.559000', '132507.562000', '132507.565000', '132507.568000', '132507.571000', '132507.574000', '132507.577000', '132507.580000', '132507.583000', '132507.587000', '132507.590000', '132507.592000', '132507.595000', '132514.019000', '132514.023000', '132514.026000', '132514.029000', '132514.032000', '132514.035000', '132514.038000', '132514.041000', '132514.045000', '132514.048000', '132514.051000', '132514.054000', '132514.057000', '132514.061000', '132514.064000'], 'InstanceCreationTime': ['131707.495000', '131707.499000', '131707.502000', '131707.505000', '131707.508000', '131707.511000', '131707.514000', '131707.517000', '131707.520000', '131707.523000', '131707.526000', '131707.529000', '131707.532000', '131707.535000', '131707.538000', '131707.541000', '131707.544000', '131707.547000', '131707.550000', '131707.553000', '131707.556000', '131707.559000', '131707.562000', '131707.565000', '131707.568000', '131707.571000', '131707.574000', '131707.577000', '131707.580000', '131707.583000', '131707.586000', '131707.589000', '131707.592000', '131707.595000', '131707.597000', '131707.600000', '131707.603000', '131707.606000', '131707.609000', '131707.612000', '131727.458000', '131727.461000', '131727.464000', '131727.467000', '131727.470000', '131727.473000', '131727.476000', '131727.479000', '131727.482000', '131727.485000', '131727.488000', '131727.491000', '131727.494000', '131727.497000', '131727.500000', '131727.503000', '131727.506000', '131727.519000', '131727.522000', '131727.525000', '131727.528000', '131727.531000', '131727.534000', '131727.537000', '131727.540000', '131727.543000', '131727.546000', '131727.549000', '131727.552000', '131727.555000', '131727.558000', '131727.561000', '131727.564000', '131727.567000', '131727.570000', '131727.573000', '131727.576000', '131727.578000', '131727.581000', '131727.584000', '131727.587000', '131727.590000', '131727.593000', '131747.458000', '131747.461000', '131747.464000', '131747.467000', '131747.470000', '131747.473000', '131747.476000', '131747.479000', '131747.482000', '131747.485000', '131747.488000', '131747.491000', '131747.493000', '131747.496000', '131747.499000', '131747.502000', '131747.505000', '131747.508000', '131747.511000', '131747.514000', '131747.517000', '131747.520000', '131747.523000', '131747.526000', '131747.529000', '131747.532000', '131747.535000', '131747.538000', '131747.541000', '131747.544000', '131747.547000', '131747.550000', '131747.553000', '131747.556000', '131747.559000', '131747.562000', '131747.565000', '131747.568000', '131747.571000', '131747.574000', '131747.577000', '131747.580000', '131747.583000', '131747.586000', '131807.458000', '131807.461000', '131807.464000', '131807.467000', '131807.470000', '131807.473000', '131807.476000', '131807.479000', '131807.483000', '131807.486000', '131807.489000', '131807.492000', '131807.495000', '131807.498000', '131807.501000', '131807.504000', '131807.507000', '131807.510000', '131807.513000', '131807.516000', '131807.519000', '131807.522000', '131807.525000', '131807.528000', '131807.531000', '131807.534000', '131807.537000', '131807.540000', '131807.543000', '131807.547000', '131807.550000', '131807.553000', '131807.556000', '131807.559000', '131807.562000', '131807.565000', '131807.576000', '131807.579000', '131807.582000', '131807.585000', '131807.588000', '131807.591000', '131807.594000', '131827.458000', '131827.461000', '131827.464000', '131827.467000', '131827.470000', '131827.473000', '131827.476000', '131827.479000', '131827.482000', '131827.485000', '131827.488000', '131827.491000', '131827.494000', '131827.497000', '131827.500000', '131827.503000', '131827.506000', '131827.509000', '131827.512000', '131827.515000', '131827.518000', '131827.521000', '131827.523000', '131827.526000', '131827.529000', '131827.532000', '131827.535000', '131827.550000', '131827.553000', '131827.556000', '131827.559000', '131827.562000', '131827.565000', '131827.568000', '131827.571000', '131827.574000', '131827.577000', '131827.580000', '131827.583000', '131827.586000', '131827.589000', '131827.592000', '131827.595000', '131827.598000', '131847.459000', '131847.462000', '131847.465000', '131847.468000', '131847.471000', '131847.474000', '131847.477000', '131847.480000', '131847.483000', '131847.486000', '131847.489000', '131847.492000', '131847.495000', '131847.498000', '131847.501000', '131847.504000', '131847.507000', '131847.510000', '131847.513000', '131847.516000', '131847.519000', '131847.522000', '131847.525000', '131847.528000', '131847.531000', '131847.534000', '131847.537000', '131847.540000', '131847.543000', '131847.546000', '131847.549000', '131847.552000', '131847.555000', '131847.558000', '131847.561000', '131847.564000', '131847.567000', '131847.570000', '131847.573000', '131847.576000', '131847.579000', '131847.582000', '131847.585000', '131907.459000', '131907.462000', '131907.465000', '131907.468000', '131907.471000', '131907.474000', '131907.477000', '131907.480000', '131907.483000', '131907.486000', '131907.489000', '131907.492000', '131907.495000', '131907.498000', '131907.501000', '131907.504000', '131907.507000', '131907.510000', '131907.513000', '131907.516000', '131907.519000', '131907.522000', '131907.525000', '131907.528000', '131907.531000', '131907.534000', '131907.537000', '131907.540000', '131907.543000', '131907.546000', '131907.549000', '131907.552000', '131907.555000', '131907.558000', '131907.561000', '131907.564000', '131907.567000', '131907.570000', '131907.572000', '131907.575000', '131907.578000', '131907.581000', '131907.584000', '131907.587000', '131927.458000', '131927.461000', '131927.464000', '131927.467000', '131927.470000', '131927.473000', '131927.476000', '131927.479000', '131927.482000', '131927.485000', '131927.488000', '131927.491000', '131927.494000', '131927.497000', '131927.500000', '131927.503000', '131927.506000', '131927.509000', '131927.512000', '131927.515000', '131927.519000', '131927.522000', '131927.525000', '131927.528000', '131927.531000', '131927.534000', '131927.537000', '131927.540000', '131927.543000', '131927.546000', '131927.549000', '131927.552000', '131927.555000', '131927.558000', '131927.561000', '131927.564000', '131927.567000', '131927.570000', '131927.573000', '131927.576000', '131927.579000', '131927.582000', '131927.585000', '131947.458000', '131947.461000', '131947.464000', '131947.467000', '131947.470000', '131947.473000', '131947.476000', '131947.479000', '131947.482000', '131947.486000', '131947.489000', '131947.492000', '131947.495000', '131947.498000', '131947.501000', '131947.504000', '131947.507000', '131947.510000', '131947.513000', '131947.516000', '131947.519000', '131947.522000', '131947.525000', '131947.528000', '131947.531000', '131947.534000', '131947.537000', '131947.539000', '131947.542000', '131947.545000', '131947.548000', '131947.551000', '131947.554000', '131947.557000', '131947.560000', '131947.563000', '131947.566000', '131947.569000', '131947.572000', '131947.575000', '131947.578000', '131947.581000', '131947.584000', '131947.587000', '132007.458000', '132007.461000', '132007.464000', '132007.467000', '132007.470000', '132007.473000', '132007.476000', '132007.479000', '132007.482000', '132007.485000', '132007.488000', '132007.491000', '132007.494000', '132007.497000', '132007.500000', '132007.503000', '132007.506000', '132007.509000', '132007.512000', '132007.515000', '132007.518000', '132007.520000', '132007.541000', '132007.544000', '132007.547000', '132007.550000', '132007.553000', '132007.555000', '132007.559000', '132007.562000', '132007.564000', '132007.567000', '132007.570000', '132007.573000', '132007.576000', '132007.579000', '132007.582000', '132007.586000', '132007.589000', '132007.592000', '132007.596000', '132007.599000', '132007.602000', '132027.458000', '132027.461000', '132027.464000', '132027.467000', '132027.470000', '132027.473000', '132027.476000', '132027.479000', '132027.482000', '132027.485000', '132027.488000', '132027.491000', '132027.494000', '132027.497000', '132027.500000', '132027.503000', '132027.506000', '132027.509000', '132027.512000', '132027.515000', '132027.518000', '132027.521000', '132027.524000', '132027.527000', '132027.530000', '132027.533000', '132027.536000', '132027.539000', '132027.542000', '132027.545000', '132027.548000', '132027.551000', '132027.554000', '132027.557000', '132027.560000', '132027.563000', '132027.566000', '132027.569000', '132027.572000', '132027.575000', '132027.578000', '132027.581000', '132027.584000', '132027.587000', '132047.458000', '132047.461000', '132047.464000', '132047.467000', '132047.470000', '132047.473000', '132047.476000', '132047.479000', '132047.482000', '132047.485000', '132047.488000', '132047.491000', '132047.494000', '132047.497000', '132047.500000', '132047.503000', '132047.506000', '132047.509000', '132047.512000', '132047.515000', '132047.518000', '132047.521000', '132047.524000', '132047.527000', '132047.530000', '132047.533000', '132047.536000', '132047.539000', '132047.542000', '132047.545000', '132047.548000', '132047.551000', '132047.554000', '132047.558000', '132047.561000', '132047.564000', '132047.567000', '132047.570000', '132047.574000', '132047.577000', '132047.579000', '132047.582000', '132047.585000', '132107.459000', '132107.462000', '132107.465000', '132107.468000', '132107.471000', '132107.474000', '132107.477000', '132107.480000', '132107.483000', '132107.486000', '132107.489000', '132107.492000', '132107.495000', '132107.498000', '132107.501000', '132107.504000', '132107.507000', '132107.510000', '132107.513000', '132107.516000', '132107.519000', '132107.522000', '132107.525000', '132107.528000', '132107.531000', '132107.534000', '132107.537000', '132107.540000', '132107.543000', '132107.546000', '132107.549000', '132107.552000', '132107.555000', '132107.558000', '132107.561000', '132107.564000', '132107.567000', '132107.570000', '132107.573000', '132107.575000', '132107.578000', '132107.581000', '132107.584000', '132107.587000', '132127.459000', '132127.462000', '132127.465000', '132127.468000', '132127.471000', '132127.474000', '132127.477000', '132127.480000', '132127.483000', '132127.486000', '132127.489000', '132127.492000', '132127.495000', '132127.498000', '132127.501000', '132127.504000', '132127.507000', '132127.510000', '132127.513000', '132127.516000', '132127.519000', '132127.522000', '132127.525000', '132127.528000', '132127.531000', '132127.534000', '132127.537000', '132127.540000', '132127.543000', '132127.546000', '132127.549000', '132127.552000', '132127.555000', '132127.558000', '132127.561000', '132127.564000', '132127.567000', '132127.570000', '132127.573000', '132127.576000', '132127.579000', '132127.582000', '132127.585000', '132147.458000', '132147.461000', '132147.464000', '132147.467000', '132147.470000', '132147.473000', '132147.476000', '132147.479000', '132147.482000', '132147.485000', '132147.488000', '132147.491000', '132147.494000', '132147.497000', '132147.500000', '132147.503000', '132147.506000', '132147.509000', '132147.512000', '132147.515000', '132147.518000', '132147.521000', '132147.524000', '132147.527000', '132147.530000', '132147.533000', '132147.536000', '132147.539000', '132147.542000', '132147.545000', '132147.548000', '132147.551000', '132147.554000', '132147.557000', '132147.560000', '132147.563000', '132147.566000', '132147.569000', '132147.572000', '132147.575000', '132147.578000', '132147.581000', '132147.584000', '132147.587000', '132207.458000', '132207.461000', '132207.464000', '132207.467000', '132207.470000', '132207.473000', '132207.476000', '132207.479000', '132207.482000', '132207.485000', '132207.488000', '132207.491000', '132207.494000', '132207.497000', '132207.500000', '132207.503000', '132207.506000', '132207.509000', '132207.512000', '132207.515000', '132207.518000', '132207.521000', '132207.524000', '132207.527000', '132207.530000', '132207.533000', '132207.536000', '132207.539000', '132207.542000', '132207.545000', '132207.548000', '132207.551000', '132207.554000', '132207.557000', '132207.560000', '132207.563000', '132207.566000', '132207.569000', '132207.572000', '132207.575000', '132207.578000', '132207.581000', '132207.584000', '132227.458000', '132227.461000', '132227.464000', '132227.467000', '132227.470000', '132227.473000', '132227.476000', '132227.479000', '132227.482000', '132227.485000', '132227.488000', '132227.491000', '132227.494000', '132227.497000', '132227.500000', '132227.503000', '132227.506000', '132227.509000', '132227.512000', '132227.515000', '132227.518000', '132227.521000', '132227.524000', '132227.527000', '132227.530000', '132227.533000', '132227.536000', '132227.539000', '132227.542000', '132227.545000', '132227.548000', '132227.551000', '132227.554000', '132227.557000', '132227.560000', '132227.563000', '132227.566000', '132227.569000', '132227.572000', '132227.575000', '132227.578000', '132227.581000', '132227.584000', '132227.587000', '132247.458000', '132247.461000', '132247.464000', '132247.467000', '132247.470000', '132247.473000', '132247.476000', '132247.479000', '132247.482000', '132247.485000', '132247.488000', '132247.491000', '132247.494000', '132247.497000', '132247.500000', '132247.503000', '132247.506000', '132247.509000', '132247.512000', '132247.515000', '132247.518000', '132247.521000', '132247.524000', '132247.527000', '132247.530000', '132247.533000', '132247.536000', '132247.539000', '132247.542000', '132247.545000', '132247.548000', '132247.551000', '132247.554000', '132247.557000', '132247.560000', '132247.563000', '132247.566000', '132247.569000', '132247.572000', '132247.575000', '132247.578000', '132247.581000', '132247.584000', '132307.458000', '132307.471000', '132307.474000', '132307.477000', '132307.480000', '132307.483000', '132307.486000', '132307.489000', '132307.492000', '132307.495000', '132307.498000', '132307.501000', '132307.504000', '132307.507000', '132307.510000', '132307.513000', '132307.516000', '132307.519000', '132307.522000', '132307.525000', '132307.528000', '132307.531000', '132307.534000', '132307.537000', '132307.540000', '132307.543000', '132307.546000', '132307.549000', '132307.552000', '132307.555000', '132307.558000', '132307.561000', '132307.564000', '132307.567000', '132307.570000', '132307.573000', '132307.576000', '132307.579000', '132307.582000', '132307.585000', '132307.588000', '132307.591000', '132307.594000', '132327.459000', '132327.462000', '132327.465000', '132327.468000', '132327.471000', '132327.474000', '132327.477000', '132327.480000', '132327.483000', '132327.486000', '132327.489000', '132327.492000', '132327.495000', '132327.498000', '132327.501000', '132327.504000', '132327.507000', '132327.510000', '132327.513000', '132327.516000', '132327.519000', '132327.522000', '132327.525000', '132327.528000', '132327.531000', '132327.534000', '132327.537000', '132327.540000', '132327.543000', '132327.546000', '132327.549000', '132327.552000', '132327.555000', '132327.558000', '132327.561000', '132327.564000', '132327.567000', '132327.570000', '132327.573000', '132327.576000', '132327.579000', '132327.582000', '132327.585000', '132327.588000', '132347.458000', '132347.461000', '132347.465000', '132347.468000', '132347.471000', '132347.474000', '132347.477000', '132347.481000', '132347.484000', '132347.487000', '132347.496000', '132347.499000', '132347.502000', '132347.505000', '132347.508000', '132347.511000', '132347.514000', '132347.517000', '132347.520000', '132347.523000', '132347.526000', '132347.529000', '132347.532000', '132347.535000', '132347.538000', '132347.541000', '132347.544000', '132347.547000', '132347.550000', '132347.553000', '132347.556000', '132347.559000', '132347.562000', '132347.565000', '132347.568000', '132347.571000', '132347.574000', '132347.577000', '132347.580000', '132347.583000', '132347.587000', '132347.589000', '132347.593000', '132407.458000', '132407.461000', '132407.464000', '132407.467000', '132407.470000', '132407.473000', '132407.476000', '132407.479000', '132407.482000', '132407.485000', '132407.488000', '132407.491000', '132407.494000', '132407.497000', '132407.500000', '132407.503000', '132407.506000', '132407.509000', '132407.512000', '132407.515000', '132407.518000', '132407.521000', '132407.524000', '132407.527000', '132407.530000', '132407.533000', '132407.536000', '132407.539000', '132407.542000', '132407.545000', '132407.548000', '132407.551000', '132407.554000', '132407.557000', '132407.560000', '132407.563000', '132407.566000', '132407.569000', '132407.572000', '132407.575000', '132407.578000', '132407.581000', '132407.584000', '132407.587000', '132427.458000', '132427.461000', '132427.464000', '132427.467000', '132427.470000', '132427.473000', '132427.476000', '132427.479000', '132427.482000', '132427.485000', '132427.488000', '132427.502000', '132427.505000', '132427.508000', '132427.511000', '132427.514000', '132427.517000', '132427.520000', '132427.523000', '132427.526000', '132427.529000', '132427.532000', '132427.535000', '132427.538000', '132427.541000', '132427.544000', '132427.547000', '132427.550000', '132427.553000', '132427.556000', '132427.559000', '132427.562000', '132427.565000', '132427.568000', '132427.571000', '132427.574000', '132427.577000', '132427.580000', '132427.583000', '132427.586000', '132427.589000', '132427.592000', '132427.595000', '132447.458000', '132447.461000', '132447.464000', '132447.467000', '132447.470000', '132447.473000', '132447.476000', '132447.479000', '132447.482000', '132447.485000', '132447.488000', '132447.491000', '132447.494000', '132447.497000', '132447.500000', '132447.503000', '132447.506000', '132447.509000', '132447.512000', '132447.515000', '132447.518000', '132447.521000', '132447.524000', '132447.527000', '132447.530000', '132447.533000', '132447.536000', '132447.539000', '132447.542000', '132447.545000', '132447.548000', '132447.551000', '132447.554000', '132447.557000', '132447.560000', '132447.563000', '132447.566000', '132447.569000', '132447.572000', '132447.575000', '132447.578000', '132447.581000', '132447.584000', '132447.587000', '132507.458000', '132507.461000', '132507.464000', '132507.467000', '132507.470000', '132507.473000', '132507.476000', '132507.479000', '132507.482000', '132507.485000', '132507.488000', '132507.491000', '132507.494000', '132507.497000', '132507.500000', '132507.503000', '132507.506000', '132507.509000', '132507.512000', '132507.515000', '132507.518000', '132507.521000', '132507.535000', '132507.538000', '132507.541000', '132507.544000', '132507.547000', '132507.550000', '132507.553000', '132507.556000', '132507.559000', '132507.562000', '132507.565000', '132507.568000', '132507.571000', '132507.574000', '132507.577000', '132507.580000', '132507.583000', '132507.587000', '132507.590000', '132507.592000', '132507.595000', '132514.019000', '132514.023000', '132514.026000', '132514.029000', '132514.032000', '132514.035000', '132514.038000', '132514.041000', '132514.045000', '132514.048000', '132514.051000', '132514.054000', '132514.057000', '132514.061000', '132514.064000'], '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': [11114, 10145, 15316, 10933, 10028, 15913, 11980, 8970, 13665, 11126, 9044, 12722, 12492, 10280, 9796, 13657, 11295, 10050, 14028, 11539, 8773, 11909, 12669, 10538, 10524, 14209, 11557, 8694, 13735, 12410, 10433, 9963, 13591, 10959, 10276, 15433, 12468, 9480, 12596, 13178, 11174, 10092, 15760, 11856, 9256, 13448, 12930, 11002, 10268, 15279, 11857, 8960, 14982, 12524, 9685, 13620, 12725, 10493, 9725, 12985, 10380, 9480, 14215, 11330, 9817, 15578, 11336, 8680, 10926, 12103, 9256, 11660, 14056, 10669, 10118, 14757, 11473, 8693, 13586, 12711, 10281, 9650, 13393, 10490, 9746, 15064, 11997, 9698, 10071, 12855, 10770, 10002, 15351, 12148, 9366, 13537, 13134, 10855, 9572, 14342, 11403, 9592, 15171, 12459, 9889, 10192, 13147, 10691, 9568, 14875, 11786, 9396, 15720, 12453, 9198, 10457, 11707, 9961, 9580, 14391, 11273, 10012, 15104, 11186, 8760, 12917, 11625, 9313, 14155, 13420, 10418, 9746, 12898, 9797, 9419, 13893, 10786, 11483, 13823, 9964, 9526, 13294, 10192, 9260, 14003, 10743, 9860, 14977, 10970, 9947, 14223, 10864, 9357, 14716, 11497, 9376, 14868, 11273, 8514, 13736, 11421, 8795, 14915, 10956, 8606, 13970, 12038, 9295, 10233, 11826, 9175, 9693, 12758, 10354, 10794, 13690, 10257, 9941, 14315, 10995, 9493, 15631, 12580, 9694, 10225, 13492, 10321, 9235, 14476, 11561, 8949, 13957, 13826, 11044, 9652, 14120, 11727, 10069, 14078, 13341, 10589, 14015, 13519, 10789, 9670, 12735, 9984, 9163, 14336, 10854, 10133, 14996, 11156, 9190, 13027, 12424, 11261, 8525, 13063, 13304, 11718, 9315, 14827, 11553, 9167, 14525, 12240, 10302, 13712, 13085, 10539, 9783, 13826, 11226, 8590, 13221, 12396, 9603, 9817, 12678, 9893, 9275, 14073, 10982, 9588, 14456, 10687, 9430, 13760, 10869, 9643, 14067, 10890, 13292, 14149, 9945, 9175, 12854, 9912, 11124, 13133, 9587, 9412, 12335, 9752, 11967, 13678, 11164, 9412, 13138, 10789, 8988, 9226, 14233, 11179, 8936, 9803, 11881, 9758, 9133, 14340, 10930, 9943, 16368, 11036, 9023, 15301, 10582, 9440, 14289, 11111, 9481, 14726, 10144, 9337, 13462, 10396, 9088, 14153, 10309, 11740, 13524, 9885, 9594, 12463, 9742, 10819, 13526, 10179, 10335, 13123, 9712, 11858, 13686, 10303, 10786, 12282, 9317, 13818, 12062, 8893, 15972, 11693, 8878, 16768, 11396, 9650, 16686, 10830, 9381, 14672, 10514, 9698, 15158, 10914, 9426, 12971, 10970, 8812, 13026, 11434, 8754, 12979, 11414, 8651, 14259, 11526, 8581, 15923, 11643, 8721, 15859, 12244, 9070, 10176, 12067, 9609, 11096, 14318, 10904, 9293, 12146, 10874, 9172, 12678, 12244, 9888, 9983, 12590, 10022, 9874, 14208, 10893, 11956, 13545, 9934, 14788, 12690, 9407, 15637, 12299, 9483, 12539, 11696, 9040, 14553, 12178, 9169, 15345, 11993, 9324, 9910, 11985, 9629, 10803, 13200, 10009, 13967, 12883, 9840, 10623, 11833, 9124, 15688, 12317, 8479, 15565, 12240, 8909, 12751, 11656, 9019, 14920, 12553, 9467, 13885, 11966, 8862, 15138, 12125, 8954, 15816, 12419, 8811, 12130, 11598, 8666, 14879, 11625, 8318, 14876, 12113, 8891, 10039, 12257, 9579, 10950, 14579, 10887, 9164, 13306, 11037, 8870, 12894, 12547, 10115, 13984, 13424, 10245, 9428, 13875, 10290, 12459, 14904, 10885, 9709, 13870, 10411, 9234, 15426, 11292, 8592, 14309, 11594, 9154, 12177, 12955, 9625, 13916, 14120, 10134, 9007, 13039, 9919, 8984, 14401, 11225, 9472, 15880, 10923, 8565, 13473, 12106, 9542, 14489, 13344, 9724, 9140, 13022, 9866, 8891, 14704, 11078, 8939, 14762, 10169, 9021, 14161, 10331, 8878, 14353, 10081, 9128, 13290, 9748, 10004, 14323, 9819, 9087, 14295, 10577, 9237, 14774, 11427, 9234, 16241, 11054, 8749, 14576, 11369, 8731, 15036, 12133, 8720, 11616, 11841, 9349, 9480, 12942, 9715, 12873, 14021, 10116, 9456, 13263, 10121, 14267, 13146, 9090, 15711, 12470, 9103, 15325, 12254, 9121, 10581, 12736, 9653, 13766, 13686, 9997, 9941, 12481, 9827, 9189, 13970, 10751, 9649, 15546, 11448, 8808, 13746, 11245, 8533, 15378, 11676, 8295, 13929, 10405, 8271, 14462, 10956, 8393, 14577, 11984, 8664, 10994, 10971, 8946, 11603, 12692, 9753, 9269, 13126, 9993, 9350, 15879, 12118, 8813, 12645, 12545, 9567, 11185, 13690, 10203, 12183, 14388, 10649, 8984, 13271, 9654, 8859, 13815, 10431, 12583, 13958, 9913, 12844, 12578, 9025, 14290, 12663, 9551, 10731, 11429, 9118, 9401, 12693, 9210, 10418, 13187, 9742, 9204, 12511, 9318, 12957, 12062, 9172, 14850, 12161, 8662, 13822, 11386, 8338, 16412, 11627, 8473, 16162, 10186, 9112, 13940, 10204, 9482, 13672, 10071, 10241, 13277, 9370, 9490, 12181, 9448, 9836, 11789, 9248, 10831, 11609, 9156, 10226, 12718, 9595, 9640, 12560, 10339, 9106, 14956, 10930, 9307, 10797, 11777, 9379, 9699, 13287, 10326, 11751, 13919, 10314, 9863, 14147, 11107, 9705, 14985, 11841, 9602, 14389, 11170, 13117, 13721, 10224, 15575, 13025, 9267, 16078, 12580, 8651, 15036, 11827, 8223, 16321, 12250, 9081, 16316, 10772, 9024, 15006, 10906, 9151, 16248, 11604, 8607, 15075, 11374, 8403, 14368, 12115, 9047, 9724, 12742, 9719, 10901, 14997, 11069, 9860, 15207, 11105, 8581, 15285, 11887, 8799, 14859, 12637, 9540, 11793, 12548, 9330, 16075, 12621, 8948, 15240, 10941, 8942, 14190, 10610, 11280, 13981, 9730, 9319, 13079, 9839, 9954, 13114, 9404, 14725, 12496, 9025, 13952, 11409, 8672, 16118, 11337, 8647, 15926, 11161, 8663, 14953, 10494, 9578, 13435, 9727, 11990, 13112, 9212, 9703, 11605, 8892, 11574, 11968, 8990, 12071, 11563, 8762, 11981, 12055, 9348, 13521, 13208, 9069, 9937, 13361, 9834, 13625, 13634, 10184, 14446, 13229, 9458, 13249, 13148, 9545, 14704, 14173, 10362, 10635, 13436, 9828, 11395, 14038, 10422, 14098, 13604, 9957, 11669, 12761, 8809, 15668, 12355, 8676, 16746, 11321, 8956, 14980, 10711, 9008, 15001, 10583, 9290, 13772, 9524, 10005, 13451, 9862, 12683, 13678, 9773, 9124, 13109, 9843, 8939, 14054, 10241, 9965, 14807, 10602, 9444, 15169, 11194, 9172, 16668, 11496, 8691, 14738, 11826, 9034, 15237, 12575, 8841, 15455, 12434, 9151, 15868, 12097, 9057, 14775, 11015, 9956, 14099, 10235, 9136, 13638, 9972, 9357, 15156, 11530, 8724, 15074, 11388, 8883, 15846, 12344, 9115, 13735, 12499, 9653, 10414, 13748, 10450, 12412, 15174, 11759, 8772, 13987, 10994, 9031, 13440, 11771, 8897, 15343, 11759, 8791, 17408, 11703, 10034, 14761, 10922, 14510, 12346, 9011, 17572, 10946, 8959, 14151, 10158, 11568, 11749, 8804, 12684, 10748, 8924, 14445, 10309, 8831, 12386, 8834, 9312, 15647, 10381, 8724, 12892, 10970, 9016, 12475, 12469, 9468, 10437, 12462, 9197, 14324, 11945, 9294, 15095, 11212, 9202, 9966, 11478, 9231, 10717, 11693, 8747, 9918, 11807, 9323, 8950, 13805, 10163, 9465, 14203, 10936, 8558, 16065, 11900, 8707, 15730, 12152, 9291, 13470, 12785, 9380, 15138, 12849, 9390, 14191, 12618, 9441, 16493, 12549, 8676, 16243, 10913, 8785, 15217, 11963, 9077, 15043, 12068, 8963, 10532, 12200, 9481, 12728, 13672, 9912, 9032, 13635, 9695, 10166, 14138, 10692, 11211, 14301, 10083, 8840, 14072, 10516, 8990, 15254, 11413, 8928, 15061, 10636, 8838, 15917, 11747, 8466, 15722, 10955, 8575, 15894, 11248, 8507, 16287, 11945, 8853, 12981, 10840, 9162, 14651, 11346, 8897, 15616, 11723, 8909, 14966, 11083, 8576, 14607, 10765, 9397, 14041, 9247, 9105, 12737, 9012, 10934, 12760, 9506, 10710, 12417, 9054, 9217, 12949, 9844, 9189, 14174, 9828, 9510, 13970, 10083, 9314, 14389, 10934, 9440, 15797, 10732, 8936, 14778, 11146, 9338, 14810, 10758, 9161, 14373, 10428, 8972, 14802, 11129, 8833, 15218, 11273, 8317, 15242, 11288, 8399, 14869, 10864, 8809, 11841, 11861, 9291, 12170, 13233, 9658, 9350, 13994, 10736, 8309, 13960, 11902, 9109, 9493], 'WindowCenter': [4295.0, 4271.0, 4295.0, 4254.0, 4243.0, 4282.0, 4250.0, 4220.0, 4270.0, 4239.0, 4220.0, 4260.0, 4259.0, 4241.0, 4241.0, 4272.0, 4250.0, 4241.0, 4271.0, 4262.0, 4233.0, 4263.0, 4274.0, 4254.0, 4252.0, 4283.0, 4263.0, 4234.0, 4284.0, 4274.0, 4253.0, 4254.0, 4274.0, 4253.0, 4253.0, 4283.0, 4262.0, 4243.0, 4273.0, 4272.0, 4252.0, 4241.0, 4282.0, 4262.0, 4232.0, 4273.0, 4272.0, 4252.0, 4241.0, 4280.0, 4250.0, 4221.0, 4269.0, 4260.0, 4241.0, 4271.0, 4261.0, 4240.0, 4230.0, 4259.0, 4239.0, 4227.0, 4270.0, 4250.0, 4240.0, 4281.0, 4250.0, 4220.0, 4239.0, 4259.0, 4230.0, 4249.0, 4270.0, 4239.0, 4241.0, 4270.0, 4250.0, 4231.0, 4270.0, 4261.0, 4241.0, 4241.0, 4271.0, 4240.0, 4241.0, 4281.0, 4261.0, 4241.0, 4241.0, 4272.0, 4250.0, 4240.0, 4269.0, 4260.0, 4231.0, 4261.0, 4260.0, 4251.0, 4229.0, 4270.0, 4250.0, 4230.0, 4269.0, 4260.0, 4229.0, 4239.0, 4259.0, 4237.0, 4227.0, 4268.0, 4249.0, 4229.0, 4268.0, 4249.0, 4228.0, 4237.0, 4247.0, 4226.0, 4227.0, 4258.0, 4238.0, 4228.0, 4269.0, 4249.0, 4218.0, 4247.0, 4237.0, 4228.0, 4258.0, 4257.0, 4238.0, 4228.0, 4258.0, 4227.0, 4217.0, 4257.0, 4237.0, 4237.0, 4256.0, 4227.0, 4227.0, 4257.0, 4226.0, 4216.0, 4257.0, 4236.0, 4226.0, 4268.0, 4237.0, 4228.0, 4257.0, 4236.0, 4217.0, 4267.0, 4237.0, 4217.0, 4267.0, 4237.0, 4217.0, 4257.0, 4247.0, 4218.0, 4267.0, 4237.0, 4218.0, 4257.0, 4248.0, 4229.0, 4239.0, 4249.0, 4228.0, 4229.0, 4259.0, 4240.0, 4250.0, 4271.0, 4240.0, 4240.0, 4270.0, 4251.0, 4229.0, 4279.0, 4259.0, 4229.0, 4240.0, 4270.0, 4238.0, 4229.0, 4269.0, 4249.0, 4231.0, 4271.0, 4272.0, 4252.0, 4242.0, 4271.0, 4250.0, 4230.0, 4269.0, 4260.0, 4240.0, 4259.0, 4259.0, 4239.0, 4229.0, 4259.0, 4228.0, 4228.0, 4268.0, 4238.0, 4237.0, 4268.0, 4248.0, 4228.0, 4270.0, 4260.0, 4251.0, 4231.0, 4271.0, 4271.0, 4260.0, 4230.0, 4270.0, 4249.0, 4230.0, 4269.0, 4260.0, 4240.0, 4270.0, 4260.0, 4239.0, 4228.0, 4258.0, 4249.0, 4220.0, 4259.0, 4260.0, 4240.0, 4242.0, 4260.0, 4240.0, 4230.0, 4270.0, 4250.0, 4230.0, 4271.0, 4240.0, 4230.0, 4270.0, 4239.0, 4229.0, 4269.0, 4239.0, 4259.0, 4269.0, 4228.0, 4227.0, 4246.0, 4226.0, 4236.0, 4245.0, 4216.0, 4227.0, 4247.0, 4228.0, 4248.0, 4257.0, 4248.0, 4228.0, 4271.0, 4249.0, 4229.0, 4228.0, 4269.0, 4250.0, 4230.0, 4240.0, 4259.0, 4229.0, 4230.0, 4271.0, 4250.0, 4240.0, 4281.0, 4250.0, 4230.0, 4269.0, 4239.0, 4229.0, 4269.0, 4249.0, 4229.0, 4269.0, 4238.0, 4228.0, 4258.0, 4227.0, 4216.0, 4258.0, 4239.0, 4249.0, 4258.0, 4227.0, 4227.0, 4247.0, 4227.0, 4249.0, 4258.0, 4237.0, 4237.0, 4257.0, 4228.0, 4248.0, 4269.0, 4238.0, 4238.0, 4247.0, 4217.0, 4257.0, 4247.0, 4217.0, 4266.0, 4247.0, 4217.0, 4278.0, 4248.0, 4227.0, 4278.0, 4237.0, 4217.0, 4257.0, 4237.0, 4228.0, 4268.0, 4238.0, 4229.0, 4259.0, 4238.0, 4229.0, 4258.0, 4249.0, 4219.0, 4259.0, 4249.0, 4231.0, 4282.0, 4262.0, 4233.0, 4281.0, 4250.0, 4231.0, 4281.0, 4260.0, 4230.0, 4240.0, 4260.0, 4240.0, 4261.0, 4282.0, 4252.0, 4242.0, 4261.0, 4250.0, 4243.0, 4272.0, 4273.0, 4252.0, 4253.0, 4272.0, 4253.0, 4243.0, 4283.0, 4252.0, 4262.0, 4272.0, 4242.0, 4282.0, 4273.0, 4243.0, 4281.0, 4261.0, 4241.0, 4260.0, 4249.0, 4230.0, 4270.0, 4260.0, 4231.0, 4280.0, 4260.0, 4230.0, 4240.0, 4260.0, 4229.0, 4250.0, 4272.0, 4241.0, 4270.0, 4271.0, 4242.0, 4252.0, 4261.0, 4231.0, 4281.0, 4262.0, 4221.0, 4282.0, 4261.0, 4231.0, 4260.0, 4251.0, 4232.0, 4281.0, 4261.0, 4241.0, 4271.0, 4260.0, 4230.0, 4280.0, 4261.0, 4231.0, 4279.0, 4259.0, 4219.0, 4248.0, 4248.0, 4219.0, 4268.0, 4249.0, 4220.0, 4269.0, 4260.0, 4231.0, 4239.0, 4260.0, 4242.0, 4251.0, 4282.0, 4251.0, 4231.0, 4270.0, 4250.0, 4230.0, 4271.0, 4261.0, 4242.0, 4272.0, 4271.0, 4241.0, 4230.0, 4270.0, 4240.0, 4260.0, 4271.0, 4239.0, 4230.0, 4270.0, 4239.0, 4230.0, 4281.0, 4250.0, 4219.0, 4270.0, 4250.0, 4229.0, 4259.0, 4259.0, 4229.0, 4270.0, 4269.0, 4239.0, 4230.0, 4259.0, 4238.0, 4218.0, 4269.0, 4249.0, 4229.0, 4280.0, 4238.0, 4218.0, 4258.0, 4248.0, 4229.0, 4268.0, 4258.0, 4228.0, 4217.0, 4257.0, 4227.0, 4217.0, 4268.0, 4238.0, 4217.0, 4268.0, 4227.0, 4216.0, 4256.0, 4225.0, 4205.0, 4256.0, 4225.0, 4216.0, 4257.0, 4227.0, 4226.0, 4257.0, 4226.0, 4216.0, 4256.0, 4237.0, 4217.0, 4268.0, 4248.0, 4228.0, 4279.0, 4248.0, 4218.0, 4269.0, 4248.0, 4218.0, 4269.0, 4259.0, 4218.0, 4250.0, 4249.0, 4229.0, 4228.0, 4259.0, 4230.0, 4260.0, 4270.0, 4240.0, 4230.0, 4260.0, 4240.0, 4269.0, 4260.0, 4219.0, 4269.0, 4260.0, 4220.0, 4270.0, 4250.0, 4229.0, 4238.0, 4258.0, 4229.0, 4270.0, 4270.0, 4229.0, 4229.0, 4249.0, 4229.0, 4229.0, 4270.0, 4240.0, 4229.0, 4281.0, 4250.0, 4230.0, 4269.0, 4249.0, 4220.0, 4269.0, 4249.0, 4208.0, 4269.0, 4238.0, 4219.0, 4269.0, 4250.0, 4220.0, 4270.0, 4249.0, 4220.0, 4251.0, 4250.0, 4230.0, 4251.0, 4262.0, 4242.0, 4243.0, 4272.0, 4242.0, 4243.0, 4283.0, 4263.0, 4232.0, 4272.0, 4262.0, 4242.0, 4251.0, 4271.0, 4241.0, 4261.0, 4271.0, 4240.0, 4220.0, 4260.0, 4229.0, 4218.0, 4260.0, 4239.0, 4260.0, 4259.0, 4229.0, 4248.0, 4248.0, 4219.0, 4269.0, 4259.0, 4228.0, 4239.0, 4249.0, 4219.0, 4229.0, 4260.0, 4231.0, 4241.0, 4262.0, 4232.0, 4232.0, 4262.0, 4232.0, 4261.0, 4262.0, 4231.0, 4282.0, 4262.0, 4221.0, 4272.0, 4252.0, 4222.0, 4282.0, 4252.0, 4221.0, 4282.0, 4242.0, 4232.0, 4272.0, 4242.0, 4232.0, 4273.0, 4243.0, 4242.0, 4273.0, 4242.0, 4242.0, 4262.0, 4241.0, 4241.0, 4261.0, 4241.0, 4252.0, 4262.0, 4243.0, 4253.0, 4273.0, 4243.0, 4256.0, 4274.0, 4254.0, 4245.0, 4296.0, 4266.0, 4256.0, 4266.0, 4276.0, 4245.0, 4255.0, 4286.0, 4256.0, 4276.0, 4287.0, 4256.0, 4256.0, 4286.0, 4267.0, 4257.0, 4297.0, 4276.0, 4245.0, 4286.0, 4265.0, 4274.0, 4274.0, 4254.0, 4295.0, 4275.0, 4244.0, 4284.0, 4274.0, 4234.0, 4283.0, 4263.0, 4223.0, 4294.0, 4264.0, 4233.0, 4292.0, 4253.0, 4232.0, 4294.0, 4264.0, 4242.0, 4293.0, 4263.0, 4233.0, 4294.0, 4264.0, 4234.0, 4283.0, 4274.0, 4243.0, 4242.0, 4274.0, 4244.0, 4264.0, 4285.0, 4265.0, 4255.0, 4296.0, 4265.0, 4234.0, 4295.0, 4276.0, 4236.0, 4285.0, 4275.0, 4245.0, 4265.0, 4274.0, 4244.0, 4284.0, 4264.0, 4233.0, 4284.0, 4253.0, 4232.0, 4273.0, 4253.0, 4252.0, 4272.0, 4242.0, 4232.0, 4272.0, 4243.0, 4242.0, 4273.0, 4234.0, 4283.0, 4264.0, 4234.0, 4283.0, 4263.0, 4233.0, 4283.0, 4254.0, 4223.0, 4294.0, 4253.0, 4234.0, 4283.0, 4253.0, 4242.0, 4273.0, 4244.0, 4263.0, 4273.0, 4243.0, 4244.0, 4263.0, 4244.0, 4264.0, 4264.0, 4244.0, 4275.0, 4275.0, 4236.0, 4275.0, 4276.0, 4246.0, 4286.0, 4286.0, 4245.0, 4255.0, 4285.0, 4255.0, 4286.0, 4285.0, 4255.0, 4285.0, 4275.0, 4244.0, 4274.0, 4274.0, 4245.0, 4285.0, 4285.0, 4254.0, 4254.0, 4274.0, 4243.0, 4263.0, 4284.0, 4254.0, 4273.0, 4273.0, 4243.0, 4252.0, 4262.0, 4233.0, 4283.0, 4263.0, 4233.0, 4293.0, 4253.0, 4232.0, 4283.0, 4253.0, 4233.0, 4282.0, 4252.0, 4231.0, 4271.0, 4241.0, 4241.0, 4272.0, 4242.0, 4261.0, 4272.0, 4242.0, 4242.0, 4272.0, 4254.0, 4243.0, 4284.0, 4254.0, 4254.0, 4286.0, 4256.0, 4245.0, 4296.0, 4266.0, 4246.0, 4296.0, 4266.0, 4236.0, 4286.0, 4265.0, 4246.0, 4296.0, 4276.0, 4245.0, 4296.0, 4275.0, 4246.0, 4294.0, 4274.0, 4233.0, 4284.0, 4264.0, 4255.0, 4285.0, 4253.0, 4243.0, 4284.0, 4254.0, 4245.0, 4295.0, 4266.0, 4246.0, 4295.0, 4264.0, 4245.0, 4296.0, 4276.0, 4235.0, 4286.0, 4275.0, 4244.0, 4255.0, 4285.0, 4255.0, 4276.0, 4285.0, 4266.0, 4236.0, 4285.0, 4254.0, 4234.0, 4274.0, 4264.0, 4246.0, 4296.0, 4276.0, 4236.0, 4306.0, 4276.0, 4255.0, 4286.0, 4254.0, 4284.0, 4263.0, 4232.0, 4292.0, 4252.0, 4233.0, 4271.0, 4241.0, 4251.0, 4250.0, 4231.0, 4260.0, 4251.0, 4232.0, 4271.0, 4241.0, 4221.0, 4261.0, 4232.0, 4232.0, 4294.0, 4243.0, 4233.0, 4274.0, 4254.0, 4234.0, 4262.0, 4262.0, 4242.0, 4251.0, 4261.0, 4244.0, 4283.0, 4262.0, 4231.0, 4282.0, 4251.0, 4231.0, 4241.0, 4261.0, 4243.0, 4252.0, 4262.0, 4233.0, 4253.0, 4264.0, 4245.0, 4245.0, 4286.0, 4256.0, 4256.0, 4286.0, 4266.0, 4236.0, 4308.0, 4278.0, 4236.0, 4296.0, 4276.0, 4246.0, 4285.0, 4276.0, 4246.0, 4285.0, 4275.0, 4245.0, 4285.0, 4274.0, 4256.0, 4295.0, 4274.0, 4233.0, 4295.0, 4264.0, 4233.0, 4283.0, 4263.0, 4233.0, 4284.0, 4263.0, 4233.0, 4253.0, 4274.0, 4244.0, 4274.0, 4285.0, 4255.0, 4244.0, 4284.0, 4244.0, 4255.0, 4285.0, 4255.0, 4265.0, 4285.0, 4254.0, 4234.0, 4285.0, 4255.0, 4234.0, 4285.0, 4265.0, 4234.0, 4284.0, 4254.0, 4234.0, 4295.0, 4265.0, 4224.0, 4295.0, 4254.0, 4234.0, 4294.0, 4265.0, 4234.0, 4294.0, 4264.0, 4234.0, 4274.0, 4254.0, 4244.0, 4284.0, 4264.0, 4234.0, 4295.0, 4264.0, 4245.0, 4284.0, 4254.0, 4233.0, 4283.0, 4253.0, 4233.0, 4285.0, 4233.0, 4233.0, 4273.0, 4233.0, 4253.0, 4274.0, 4244.0, 4254.0, 4274.0, 4233.0, 4244.0, 4275.0, 4255.0, 4245.0, 4286.0, 4255.0, 4256.0, 4286.0, 4256.0, 4247.0, 4286.0, 4266.0, 4246.0, 4297.0, 4266.0, 4246.0, 4297.0, 4266.0, 4245.0, 4286.0, 4267.0, 4245.0, 4285.0, 4255.0, 4247.0, 4296.0, 4266.0, 4246.0, 4298.0, 4265.0, 4235.0, 4296.0, 4266.0, 4235.0, 4297.0, 4265.0, 4245.0, 4276.0, 4275.0, 4245.0, 4276.0, 4287.0, 4256.0, 4258.0, 4298.0, 4278.0, 4236.0, 4299.0, 4276.0, 4247.0, 4256.0], 'WindowWidth': [9501.0, 9457.0, 9481.0, 9420.0, 9403.0, 9453.0, 9408.0, 9367.0, 9434.0, 9391.0, 9367.0, 9421.0, 9420.0, 9396.0, 9397.0, 9439.0, 9408.0, 9397.0, 9438.0, 9428.0, 9392.0, 9429.0, 9446.0, 9419.0, 9417.0, 9458.0, 9431.0, 9394.0, 9461.0, 9446.0, 9417.0, 9419.0, 9445.0, 9417.0, 9415.0, 9458.0, 9429.0, 9403.0, 9443.0, 9442.0, 9413.0, 9397.0, 9453.0, 9430.0, 9387.0, 9442.0, 9441.0, 9414.0, 9396.0, 9449.0, 9409.0, 9369.0, 9431.0, 9420.0, 9398.0, 9438.0, 9423.0, 9393.0, 9380.0, 9418.0, 9389.0, 9373.0, 9433.0, 9408.0, 9393.0, 9451.0, 9407.0, 9368.0, 9391.0, 9418.0, 9380.0, 9405.0, 9434.0, 9393.0, 9398.0, 9434.0, 9408.0, 9386.0, 9436.0, 9425.0, 9397.0, 9399.0, 9437.0, 9395.0, 9396.0, 9450.0, 9426.0, 9399.0, 9399.0, 9440.0, 9410.0, 9393.0, 9433.0, 9422.0, 9382.0, 9423.0, 9422.0, 9409.0, 9379.0, 9435.0, 9408.0, 9379.0, 9432.0, 9421.0, 9377.0, 9393.0, 9416.0, 9385.0, 9371.0, 9428.0, 9404.0, 9376.0, 9428.0, 9403.0, 9375.0, 9387.0, 9397.0, 9369.0, 9371.0, 9415.0, 9388.0, 9374.0, 9432.0, 9403.0, 9362.0, 9399.0, 9385.0, 9376.0, 9415.0, 9415.0, 9387.0, 9376.0, 9415.0, 9372.0, 9358.0, 9414.0, 9385.0, 9385.0, 9411.0, 9373.0, 9373.0, 9413.0, 9369.0, 9356.0, 9412.0, 9383.0, 9368.0, 9428.0, 9385.0, 9374.0, 9412.0, 9382.0, 9358.0, 9425.0, 9385.0, 9357.0, 9426.0, 9385.0, 9361.0, 9412.0, 9399.0, 9361.0, 9425.0, 9386.0, 9363.0, 9414.0, 9402.0, 9378.0, 9391.0, 9405.0, 9377.0, 9380.0, 9419.0, 9394.0, 9407.0, 9437.0, 9396.0, 9395.0, 9434.0, 9411.0, 9379.0, 9446.0, 9419.0, 9380.0, 9395.0, 9433.0, 9388.0, 9376.0, 9432.0, 9405.0, 9384.0, 9437.0, 9440.0, 9413.0, 9399.0, 9439.0, 9408.0, 9379.0, 9431.0, 9420.0, 9392.0, 9417.0, 9419.0, 9391.0, 9378.0, 9418.0, 9375.0, 9374.0, 9430.0, 9388.0, 9385.0, 9430.0, 9401.0, 9376.0, 9436.0, 9423.0, 9414.0, 9386.0, 9438.0, 9440.0, 9424.0, 9384.0, 9435.0, 9406.0, 9380.0, 9432.0, 9422.0, 9393.0, 9435.0, 9422.0, 9392.0, 9376.0, 9416.0, 9405.0, 9369.0, 9420.0, 9421.0, 9397.0, 9401.0, 9423.0, 9394.0, 9380.0, 9437.0, 9410.0, 9381.0, 9439.0, 9396.0, 9382.0, 9435.0, 9391.0, 9378.0, 9434.0, 9392.0, 9419.0, 9434.0, 9377.0, 9374.0, 9398.0, 9368.0, 9381.0, 9395.0, 9357.0, 9375.0, 9399.0, 9376.0, 9402.0, 9415.0, 9405.0, 9379.0, 9441.0, 9408.0, 9379.0, 9378.0, 9433.0, 9409.0, 9382.0, 9397.0, 9421.0, 9381.0, 9382.0, 9438.0, 9410.0, 9394.0, 9452.0, 9408.0, 9383.0, 9433.0, 9392.0, 9379.0, 9434.0, 9406.0, 9377.0, 9435.0, 9391.0, 9377.0, 9416.0, 9372.0, 9357.0, 9416.0, 9391.0, 9406.0, 9417.0, 9375.0, 9374.0, 9400.0, 9374.0, 9405.0, 9416.0, 9388.0, 9387.0, 9413.0, 9378.0, 9403.0, 9432.0, 9390.0, 9389.0, 9400.0, 9360.0, 9412.0, 9399.0, 9359.0, 9424.0, 9399.0, 9360.0, 9444.0, 9404.0, 9373.0, 9443.0, 9387.0, 9360.0, 9412.0, 9386.0, 9377.0, 9430.0, 9391.0, 9378.0, 9420.0, 9390.0, 9379.0, 9417.0, 9406.0, 9369.0, 9421.0, 9407.0, 9387.0, 9456.0, 9430.0, 9393.0, 9453.0, 9412.0, 9386.0, 9452.0, 9422.0, 9382.0, 9396.0, 9422.0, 9398.0, 9426.0, 9458.0, 9415.0, 9404.0, 9426.0, 9411.0, 9406.0, 9443.0, 9445.0, 9417.0, 9419.0, 9444.0, 9418.0, 9405.0, 9459.0, 9415.0, 9428.0, 9442.0, 9401.0, 9455.0, 9447.0, 9405.0, 9453.0, 9426.0, 9399.0, 9422.0, 9406.0, 9382.0, 9435.0, 9424.0, 9385.0, 9451.0, 9424.0, 9384.0, 9397.0, 9421.0, 9380.0, 9409.0, 9441.0, 9400.0, 9436.0, 9441.0, 9403.0, 9415.0, 9426.0, 9385.0, 9453.0, 9428.0, 9372.0, 9455.0, 9426.0, 9386.0, 9423.0, 9411.0, 9389.0, 9452.0, 9425.0, 9399.0, 9439.0, 9421.0, 9381.0, 9450.0, 9426.0, 9386.0, 9447.0, 9420.0, 9366.0, 9404.0, 9402.0, 9365.0, 9431.0, 9406.0, 9369.0, 9434.0, 9424.0, 9387.0, 9394.0, 9423.0, 9404.0, 9412.0, 9457.0, 9412.0, 9386.0, 9436.0, 9408.0, 9383.0, 9439.0, 9427.0, 9400.0, 9442.0, 9439.0, 9397.0, 9382.0, 9436.0, 9396.0, 9421.0, 9439.0, 9394.0, 9382.0, 9435.0, 9391.0, 9382.0, 9452.0, 9410.0, 9367.0, 9437.0, 9408.0, 9380.0, 9420.0, 9420.0, 9381.0, 9434.0, 9434.0, 9393.0, 9382.0, 9420.0, 9390.0, 9364.0, 9434.0, 9408.0, 9379.0, 9450.0, 9391.0, 9363.0, 9415.0, 9403.0, 9378.0, 9429.0, 9416.0, 9375.0, 9361.0, 9413.0, 9373.0, 9361.0, 9429.0, 9388.0, 9359.0, 9431.0, 9373.0, 9357.0, 9410.0, 9366.0, 9339.0, 9408.0, 9366.0, 9356.0, 9413.0, 9373.0, 9370.0, 9415.0, 9371.0, 9356.0, 9410.0, 9385.0, 9359.0, 9431.0, 9404.0, 9376.0, 9448.0, 9404.0, 9364.0, 9432.0, 9404.0, 9363.0, 9433.0, 9420.0, 9365.0, 9408.0, 9406.0, 9379.0, 9377.0, 9421.0, 9383.0, 9422.0, 9438.0, 9395.0, 9382.0, 9422.0, 9395.0, 9432.0, 9420.0, 9364.0, 9432.0, 9421.0, 9368.0, 9435.0, 9407.0, 9379.0, 9389.0, 9415.0, 9379.0, 9434.0, 9435.0, 9378.0, 9378.0, 9404.0, 9377.0, 9378.0, 9433.0, 9393.0, 9379.0, 9452.0, 9408.0, 9384.0, 9434.0, 9405.0, 9370.0, 9434.0, 9406.0, 9350.0, 9432.0, 9391.0, 9368.0, 9433.0, 9408.0, 9369.0, 9436.0, 9408.0, 9370.0, 9412.0, 9409.0, 9384.0, 9410.0, 9427.0, 9401.0, 9404.0, 9443.0, 9403.0, 9405.0, 9458.0, 9431.0, 9387.0, 9442.0, 9427.0, 9401.0, 9411.0, 9437.0, 9395.0, 9423.0, 9438.0, 9395.0, 9369.0, 9422.0, 9379.0, 9364.0, 9420.0, 9392.0, 9420.0, 9418.0, 9377.0, 9402.0, 9402.0, 9364.0, 9431.0, 9419.0, 9375.0, 9393.0, 9404.0, 9365.0, 9379.0, 9422.0, 9385.0, 9398.0, 9428.0, 9387.0, 9388.0, 9428.0, 9388.0, 9425.0, 9427.0, 9384.0, 9455.0, 9429.0, 9374.0, 9440.0, 9413.0, 9375.0, 9456.0, 9416.0, 9372.0, 9457.0, 9402.0, 9388.0, 9442.0, 9400.0, 9387.0, 9444.0, 9403.0, 9401.0, 9444.0, 9403.0, 9404.0, 9429.0, 9401.0, 9401.0, 9427.0, 9401.0, 9415.0, 9429.0, 9406.0, 9420.0, 9447.0, 9408.0, 9428.0, 9450.0, 9422.0, 9412.0, 9481.0, 9442.0, 9427.0, 9441.0, 9454.0, 9413.0, 9425.0, 9468.0, 9428.0, 9453.0, 9469.0, 9428.0, 9427.0, 9469.0, 9443.0, 9428.0, 9483.0, 9454.0, 9411.0, 9467.0, 9437.0, 9447.0, 9448.0, 9420.0, 9478.0, 9452.0, 9408.0, 9462.0, 9447.0, 9394.0, 9457.0, 9430.0, 9378.0, 9476.0, 9434.0, 9391.0, 9471.0, 9418.0, 9390.0, 9478.0, 9436.0, 9403.0, 9474.0, 9432.0, 9391.0, 9475.0, 9438.0, 9397.0, 9461.0, 9449.0, 9408.0, 9404.0, 9449.0, 9409.0, 9435.0, 9466.0, 9438.0, 9424.0, 9479.0, 9437.0, 9395.0, 9479.0, 9454.0, 9399.0, 9463.0, 9451.0, 9410.0, 9437.0, 9447.0, 9407.0, 9460.0, 9434.0, 9389.0, 9461.0, 9418.0, 9388.0, 9446.0, 9417.0, 9413.0, 9442.0, 9401.0, 9388.0, 9442.0, 9403.0, 9401.0, 9444.0, 9392.0, 9458.0, 9433.0, 9394.0, 9458.0, 9429.0, 9391.0, 9459.0, 9420.0, 9376.0, 9473.0, 9418.0, 9395.0, 9460.0, 9418.0, 9402.0, 9447.0, 9408.0, 9430.0, 9446.0, 9406.0, 9411.0, 9432.0, 9407.0, 9435.0, 9435.0, 9408.0, 9451.0, 9453.0, 9400.0, 9451.0, 9455.0, 9414.0, 9466.0, 9466.0, 9412.0, 9424.0, 9464.0, 9424.0, 9468.0, 9466.0, 9424.0, 9465.0, 9450.0, 9407.0, 9446.0, 9448.0, 9410.0, 9463.0, 9462.0, 9420.0, 9420.0, 9447.0, 9404.0, 9431.0, 9461.0, 9419.0, 9444.0, 9446.0, 9404.0, 9414.0, 9429.0, 9391.0, 9457.0, 9430.0, 9390.0, 9472.0, 9417.0, 9388.0, 9459.0, 9418.0, 9389.0, 9457.0, 9414.0, 9387.0, 9440.0, 9399.0, 9399.0, 9441.0, 9400.0, 9425.0, 9443.0, 9402.0, 9403.0, 9443.0, 9423.0, 9408.0, 9462.0, 9421.0, 9422.0, 9467.0, 9426.0, 9410.0, 9482.0, 9442.0, 9414.0, 9482.0, 9441.0, 9401.0, 9466.0, 9437.0, 9413.0, 9479.0, 9453.0, 9411.0, 9479.0, 9451.0, 9414.0, 9476.0, 9449.0, 9393.0, 9464.0, 9434.0, 9424.0, 9465.0, 9420.0, 9405.0, 9463.0, 9422.0, 9410.0, 9478.0, 9442.0, 9413.0, 9477.0, 9437.0, 9412.0, 9480.0, 9453.0, 9397.0, 9466.0, 9451.0, 9408.0, 9423.0, 9465.0, 9424.0, 9451.0, 9466.0, 9441.0, 9399.0, 9465.0, 9419.0, 9394.0, 9448.0, 9436.0, 9413.0, 9482.0, 9454.0, 9401.0, 9495.0, 9453.0, 9425.0, 9467.0, 9420.0, 9459.0, 9430.0, 9388.0, 9469.0, 9412.0, 9388.0, 9439.0, 9398.0, 9412.0, 9409.0, 9383.0, 9422.0, 9413.0, 9388.0, 9439.0, 9399.0, 9370.0, 9426.0, 9389.0, 9386.0, 9475.0, 9405.0, 9391.0, 9447.0, 9420.0, 9393.0, 9429.0, 9429.0, 9402.0, 9412.0, 9427.0, 9407.0, 9458.0, 9429.0, 9387.0, 9455.0, 9411.0, 9387.0, 9398.0, 9427.0, 9405.0, 9415.0, 9430.0, 9393.0, 9419.0, 9434.0, 9412.0, 9411.0, 9467.0, 9427.0, 9428.0, 9468.0, 9441.0, 9400.0, 9501.0, 9460.0, 9402.0, 9482.0, 9452.0, 9413.0, 9465.0, 9453.0, 9413.0, 9465.0, 9452.0, 9411.0, 9464.0, 9448.0, 9428.0, 9479.0, 9451.0, 9393.0, 9479.0, 9435.0, 9391.0, 9461.0, 9432.0, 9393.0, 9462.0, 9432.0, 9392.0, 9418.0, 9450.0, 9410.0, 9448.0, 9464.0, 9423.0, 9409.0, 9463.0, 9409.0, 9424.0, 9466.0, 9425.0, 9437.0, 9467.0, 9423.0, 9396.0, 9465.0, 9422.0, 9395.0, 9466.0, 9437.0, 9395.0, 9461.0, 9420.0, 9395.0, 9477.0, 9438.0, 9381.0, 9479.0, 9421.0, 9394.0, 9477.0, 9437.0, 9394.0, 9477.0, 9434.0, 9395.0, 9447.0, 9420.0, 9408.0, 9461.0, 9435.0, 9396.0, 9477.0, 9435.0, 9411.0, 9460.0, 9420.0, 9390.0, 9460.0, 9419.0, 9390.0, 9464.0, 9391.0, 9391.0, 9444.0, 9391.0, 9418.0, 9446.0, 9406.0, 9420.0, 9447.0, 9392.0, 9409.0, 9453.0, 9424.0, 9410.0, 9467.0, 9425.0, 9426.0, 9467.0, 9428.0, 9415.0, 9467.0, 9442.0, 9414.0, 9484.0, 9441.0, 9413.0, 9483.0, 9441.0, 9411.0, 9468.0, 9442.0, 9411.0, 9466.0, 9425.0, 9416.0, 9482.0, 9442.0, 9413.0, 9486.0, 9438.0, 9399.0, 9484.0, 9442.0, 9399.0, 9484.0, 9440.0, 9413.0, 9455.0, 9454.0, 9414.0, 9454.0, 9472.0, 9430.0, 9435.0, 9490.0, 9461.0, 9404.0, 9489.0, 9457.0, 9420.0, 9429.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.0001886587591240876</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01934123731751825</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.98446172080366</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.216034562383562</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.988850586045662</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4873</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5594.4854</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07571275590113079</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.09124087591240876</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4593316329485506</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4178705787171095</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.671791027208629</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.288333292919913</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00865616</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010295208543539047</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.031998444348573685</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1096</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.937403545766963</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>35.8567</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.1673</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>174.8965</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>294922.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>778.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>342.2369</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7276</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>589.9966</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3400.5314</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3545.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>81622.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1268.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4512.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>900.334</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>40.38247060216963</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> |