=== 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-0009 --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-0009",
"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-0009_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-0009_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-0009_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-0009/figures/sub-0009_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0009/figures/sub-0009_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-0009/figures/sub-0009_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009/ses-02/func/sub-0009_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>25a126e99b56cf0628c505d50ae9f849</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>12:10:16.105000</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.997677, -0.0405818, 0.0547082, 0.0391988, 0.99889, 0.0261191]</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.0888308</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>[4171, -7696, -7230, 576, -1, 12, 5, 54]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 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>240.18</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>77ea103a-7e53-4b0c-8643-53a1e48c2af7||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.6766953468322754, 0.10516759008169174, 0.15041010081768036, 108.71733856201172], [0.10887788236141205, 2.6799488067626953, 0.06456752121448517, -96.07764434814453], [0.1467781364917755, -0.07007552683353424, 2.6950337886810303, -46.823123931884766], [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': ['121016.105000', '121016.565000', '121017.025000', '121017.485000', '121017.945000', '121018.405000', '121018.865000', '121019.325000', '121019.785000', '121020.245000', '121020.705000', '121021.165000', '121021.625000', '121022.085000', '121022.545000', '121023.005000', '121023.465000', '121023.925000', '121024.385000', '121024.845000', '121025.305000', '121025.765000', '121026.225000', '121026.685000', '121027.145000', '121027.605000', '121028.065000', '121028.525000', '121028.985000', '121029.445000', '121029.905000', '121030.365000', '121030.825000', '121031.285000', '121031.745000', '121032.205000', '121032.665000', '121033.125000', '121033.585000', '121034.045000', '121034.505000', '121034.965000', '121035.425000', '121035.885000', '121036.345000', '121036.805000', '121037.265000', '121037.725000', '121038.185000', '121038.645000', '121039.105000', '121039.565000', '121040.025000', '121040.485000', '121040.945000', '121041.405000', '121041.865000', '121042.325000', '121042.785000', '121043.245000', '121043.705000', '121044.165000', '121044.625000', '121045.085000', '121045.545000', '121046.005000', '121046.465000', '121046.925000', '121047.385000', '121047.845000', '121048.305000', '121048.765000', '121049.225000', '121049.685000', '121050.145000', '121050.605000', '121051.065000', '121051.525000', '121051.985000', '121052.445000', '121052.905000', '121053.365000', '121053.825000', '121054.285000', '121054.745000', '121055.205000', '121055.665000', '121056.125000', '121056.585000', '121057.045000', '121057.505000', '121057.965000', '121058.425000', '121058.885000', '121059.345000', '121059.805000', '121100.265000', '121100.725000', '121101.185000', '121101.645000', '121102.105000', '121102.565000', '121103.025000', '121103.485000', '121103.945000', '121104.405000', '121104.865000', '121105.325000', '121105.785000', '121106.245000', '121106.705000', '121107.165000', '121107.625000', '121108.085000', '121108.545000', '121109.005000', '121109.465000', '121109.925000', '121110.385000', '121110.845000', '121111.305000', '121111.765000', '121112.225000', '121112.685000', '121113.145000', '121113.605000', '121114.065000', '121114.525000', '121114.985000', '121115.445000', '121115.905000', '121116.365000', '121116.825000', '121117.285000', '121117.745000', '121118.205000', '121118.665000', '121119.125000', '121119.585000', '121120.045000', '121120.505000', '121120.965000', '121121.425000', '121121.885000', '121122.345000', '121122.805000', '121123.265000', '121123.725000', '121124.185000', '121124.645000', '121125.105000', '121125.565000', '121126.025000', '121126.485000', '121126.945000', '121127.405000', '121127.865000', '121128.325000', '121128.785000', '121129.245000', '121129.705000', '121130.165000', '121130.625000', '121131.085000', '121131.545000', '121132.005000', '121132.465000', '121132.925000', '121133.385000', '121133.845000', '121134.305000', '121134.765000', '121135.225000', '121135.685000', '121136.145000', '121136.605000', '121137.065000', '121137.525000', '121137.985000', '121138.445000', '121138.905000', '121139.365000', '121139.825000', '121140.285000', '121140.745000', '121141.205000', '121141.665000', '121142.125000', '121142.585000', '121143.045000', '121143.505000', '121143.965000', '121144.425000', '121144.885000', '121145.345000', '121145.805000', '121146.265000', '121146.725000', '121147.185000', '121147.645000', '121148.105000', '121148.565000', '121149.025000', '121149.485000', '121149.945000', '121150.405000', '121150.865000', '121151.325000', '121151.785000', '121152.245000', '121152.705000', '121153.165000', '121153.625000', '121154.085000', '121154.545000', '121155.005000', '121155.465000', '121155.925000', '121156.385000', '121156.845000', '121157.305000', '121157.765000', '121158.225000', '121158.685000', '121159.145000', '121159.605000', '121200.065000', '121200.525000', '121200.985000', '121201.445000', '121201.905000', '121202.365000', '121202.825000', '121203.285000', '121203.745000', '121204.205000', '121204.665000', '121205.125000', '121205.585000', '121206.045000', '121206.505000', '121206.965000', '121207.425000', '121207.885000', '121208.345000', '121208.805000', '121209.265000', '121209.725000', '121210.185000', '121210.645000', '121211.105000', '121211.565000', '121212.025000', '121212.485000', '121212.945000', '121213.405000', '121213.865000', '121214.325000', '121214.785000', '121215.245000', '121215.705000', '121216.165000', '121216.625000', '121217.085000', '121217.545000', '121218.005000', '121218.465000', '121218.925000', '121219.385000', '121219.845000', '121220.305000', '121220.765000', '121221.225000', '121221.685000', '121222.145000', '121222.605000', '121223.065000', '121223.525000', '121223.985000', '121224.445000', '121224.905000', '121225.365000', '121225.825000', '121226.285000', '121226.745000', '121227.205000', '121227.665000', '121228.125000', '121228.585000', '121229.045000', '121229.505000', '121229.965000', '121230.425000', '121230.885000', '121231.345000', '121231.805000', '121232.265000', '121232.725000', '121233.185000', '121233.645000', '121234.105000', '121234.565000', '121235.025000', '121235.485000', '121235.945000', '121236.405000', '121236.865000', '121237.325000', '121237.785000', '121238.245000', '121238.705000', '121239.165000', '121239.625000', '121240.085000', '121240.545000', '121241.005000', '121241.465000', '121241.925000', '121242.385000', '121242.845000', '121243.305000', '121243.765000', '121244.225000', '121244.685000', '121245.145000', '121245.605000', '121246.065000', '121246.525000', '121246.985000', '121247.445000', '121247.905000', '121248.365000', '121248.825000', '121249.285000', '121249.745000', '121250.205000', '121250.665000', '121251.125000', '121251.585000', '121252.045000', '121252.505000', '121252.965000', '121253.425000', '121253.885000', '121254.345000', '121254.805000', '121255.265000', '121255.725000', '121256.185000', '121256.645000', '121257.105000', '121257.565000', '121258.025000', '121258.485000', '121258.945000', '121259.405000', '121259.865000', '121300.325000', '121300.785000', '121301.245000', '121301.705000', '121302.165000', '121302.625000', '121303.085000', '121303.545000', '121304.005000', '121304.465000', '121304.925000', '121305.385000', '121305.845000', '121306.305000', '121306.765000', '121307.225000', '121307.685000', '121308.145000', '121308.605000', '121309.065000', '121309.525000', '121309.985000', '121310.445000', '121310.905000', '121311.365000', '121311.825000', '121312.285000', '121312.745000', '121313.205000', '121313.665000', '121314.125000', '121314.585000', '121315.045000', '121315.505000', '121315.965000', '121316.425000', '121316.885000', '121317.345000', '121317.805000', '121318.265000', '121318.725000', '121319.185000', '121319.645000', '121320.105000', '121320.565000', '121321.025000', '121321.485000', '121321.945000', '121322.405000', '121322.865000', '121323.325000', '121323.785000', '121324.245000', '121324.705000', '121325.165000', '121325.625000', '121326.085000', '121326.545000', '121327.005000', '121327.465000', '121327.925000', '121328.385000', '121328.845000', '121329.305000', '121329.765000', '121330.225000', '121330.685000', '121331.145000', '121331.605000', '121332.065000', '121332.525000', '121332.985000', '121333.445000', '121333.905000', '121334.365000', '121334.825000', '121335.285000', '121335.745000', '121336.205000', '121336.665000', '121337.125000', '121337.585000', '121338.045000', '121338.505000', '121338.965000', '121339.425000', '121339.885000', '121340.345000', '121340.805000', '121341.265000', '121341.725000', '121342.185000', '121342.645000', '121343.105000', '121343.565000', '121344.025000', '121344.485000', '121344.945000', '121345.405000', '121345.865000', '121346.325000', '121346.785000', '121347.245000', '121347.705000', '121348.165000', '121348.625000', '121349.085000', '121349.545000', '121350.005000', '121350.465000', '121350.925000', '121351.385000', '121351.845000', '121352.305000', '121352.765000', '121353.225000', '121353.685000', '121354.145000', '121354.605000', '121355.065000', '121355.525000', '121355.985000', '121356.445000', '121356.905000', '121357.365000', '121357.825000', '121358.285000', '121358.745000', '121359.205000', '121359.665000', '121400.125000', '121400.585000', '121401.045000', '121401.505000', '121401.965000', '121402.425000', '121402.885000', '121403.345000', '121403.805000', '121404.265000', '121404.725000', '121405.185000', '121405.645000', '121406.105000', '121406.565000', '121407.025000', '121407.485000', '121407.945000', '121408.405000', '121408.865000', '121409.325000', '121409.785000', '121410.245000', '121410.705000', '121411.165000', '121411.625000', '121412.085000', '121412.545000', '121413.005000', '121413.465000', '121413.925000', '121414.385000', '121414.845000', '121415.305000', '121415.765000', '121416.225000', '121416.685000', '121417.145000', '121417.605000', '121418.065000', '121418.525000', '121418.985000', '121419.445000', '121419.905000', '121420.365000', '121420.825000', '121421.285000', '121421.745000', '121422.205000', '121422.665000', '121423.125000', '121423.585000', '121424.045000', '121424.505000', '121424.965000', '121425.425000', '121425.885000', '121426.345000', '121426.805000', '121427.265000', '121427.725000', '121428.185000', '121428.645000', '121429.105000', '121429.565000', '121430.025000', '121430.485000', '121430.945000', '121431.405000', '121431.865000', '121432.325000', '121432.785000', '121433.245000', '121433.705000', '121434.165000', '121434.625000', '121435.085000', '121435.545000', '121436.005000', '121436.465000', '121436.925000', '121437.385000', '121437.845000', '121438.305000', '121438.765000', '121439.225000', '121439.685000', '121440.145000', '121440.605000', '121441.065000', '121441.525000', '121441.985000', '121442.445000', '121442.905000', '121443.365000', '121443.825000', '121444.285000', '121444.745000', '121445.205000', '121445.665000', '121446.125000', '121446.585000', '121447.045000', '121447.505000', '121447.965000', '121448.425000', '121448.885000', '121449.345000', '121449.805000', '121450.265000', '121450.725000', '121451.185000', '121451.645000', '121452.105000', '121452.565000', '121453.025000', '121453.485000', '121453.945000', '121454.405000', '121454.865000', '121455.325000', '121455.785000', '121456.245000', '121456.705000', '121457.165000', '121457.625000', '121458.085000', '121458.545000', '121459.005000', '121459.465000', '121459.925000', '121500.385000', '121500.845000', '121501.305000', '121501.765000', '121502.225000', '121502.685000', '121503.145000', '121503.605000', '121504.065000', '121504.525000', '121504.985000', '121505.445000', '121505.905000', '121506.365000', '121506.825000', '121507.285000', '121507.745000', '121508.205000', '121508.665000', '121509.125000', '121509.585000', '121510.045000', '121510.505000', '121510.965000', '121511.425000', '121511.885000', '121512.345000', '121512.805000', '121513.265000', '121513.725000', '121514.185000', '121514.645000', '121515.105000', '121515.565000', '121516.025000', '121516.485000', '121516.945000', '121517.405000', '121517.865000', '121518.325000', '121518.785000', '121519.245000', '121519.705000', '121520.165000', '121520.625000', '121521.085000', '121521.545000', '121522.005000', '121522.465000', '121522.925000', '121523.385000', '121523.845000', '121524.305000', '121524.765000', '121525.225000', '121525.685000', '121526.145000', '121526.605000', '121527.065000', '121527.525000', '121527.985000', '121528.445000', '121528.905000', '121529.365000', '121529.825000', '121530.285000', '121530.745000', '121531.205000', '121531.665000', '121532.125000', '121532.585000', '121533.045000', '121533.505000', '121533.965000', '121534.425000', '121534.885000', '121535.345000', '121535.805000', '121536.265000', '121536.725000', '121537.185000', '121537.645000', '121538.105000', '121538.565000', '121539.025000', '121539.485000', '121539.945000', '121540.405000', '121540.865000', '121541.325000', '121541.785000', '121542.245000', '121542.705000', '121543.165000', '121543.625000', '121544.085000', '121544.545000', '121545.005000', '121545.465000', '121545.925000', '121546.385000', '121546.845000', '121547.305000', '121547.765000', '121548.225000', '121548.685000', '121549.145000', '121549.605000', '121550.065000', '121550.525000', '121550.985000', '121551.445000', '121551.905000', '121552.365000', '121552.825000', '121553.285000', '121553.745000', '121554.205000', '121554.665000', '121555.125000', '121555.585000', '121556.045000', '121556.505000', '121556.965000', '121557.425000', '121557.885000', '121558.345000', '121558.805000', '121559.265000', '121559.725000', '121600.185000', '121600.645000', '121601.105000', '121601.565000', '121602.025000', '121602.485000', '121602.945000', '121603.405000', '121603.865000', '121604.325000', '121604.785000', '121605.245000', '121605.705000', '121606.165000', '121606.625000', '121607.085000', '121607.545000', '121608.005000', '121608.465000', '121608.925000', '121609.385000', '121609.845000', '121610.305000', '121610.765000', '121611.225000', '121611.685000', '121612.145000', '121612.605000', '121613.065000', '121613.525000', '121613.985000', '121614.445000', '121614.905000', '121615.365000', '121615.825000', '121616.285000', '121616.745000', '121617.205000', '121617.665000', '121618.125000', '121618.585000', '121619.045000', '121619.505000', '121619.965000', '121620.425000', '121620.885000', '121621.345000', '121621.805000', '121622.265000', '121622.725000', '121623.185000', '121623.645000', '121624.105000', '121624.565000', '121625.025000', '121625.485000', '121625.945000', '121626.405000', '121626.865000', '121627.325000', '121627.785000', '121628.245000', '121628.705000', '121629.165000', '121629.625000', '121630.085000', '121630.545000', '121631.005000', '121631.465000', '121631.925000', '121632.385000', '121632.845000', '121633.305000', '121633.765000', '121634.225000', '121634.685000', '121635.145000', '121635.605000', '121636.065000', '121636.525000', '121636.985000', '121637.445000', '121637.905000', '121638.365000', '121638.825000', '121639.285000', '121639.745000', '121640.205000', '121640.665000', '121641.125000', '121641.585000', '121642.045000', '121642.505000', '121642.965000', '121643.425000', '121643.885000', '121644.345000', '121644.805000', '121645.265000', '121645.725000', '121646.185000', '121646.645000', '121647.105000', '121647.565000', '121648.025000', '121648.485000', '121648.945000', '121649.405000', '121649.865000', '121650.325000', '121650.785000', '121651.245000', '121651.705000', '121652.165000', '121652.625000', '121653.085000', '121653.545000', '121654.005000', '121654.465000', '121654.925000', '121655.385000', '121655.845000', '121656.305000', '121656.765000', '121657.225000', '121657.685000', '121658.145000', '121658.605000', '121659.065000', '121659.525000', '121659.985000', '121700.445000', '121700.905000', '121701.365000', '121701.825000', '121702.285000', '121702.745000', '121703.205000', '121703.665000', '121704.125000', '121704.585000', '121705.045000', '121705.505000', '121705.965000', '121706.425000', '121706.885000', '121707.345000', '121707.805000', '121708.265000', '121708.725000', '121709.185000', '121709.645000', '121710.105000', '121710.565000', '121711.025000', '121711.485000', '121711.945000', '121712.405000', '121712.865000', '121713.325000', '121713.785000', '121714.245000', '121714.705000', '121715.165000', '121715.625000', '121716.085000', '121716.545000', '121717.005000', '121717.465000', '121717.925000', '121718.385000', '121718.845000', '121719.305000', '121719.765000', '121720.225000', '121720.685000', '121721.145000', '121721.605000', '121722.065000', '121722.525000', '121722.985000', '121723.445000', '121723.905000', '121724.365000', '121724.825000', '121725.285000', '121725.745000', '121726.205000', '121726.665000', '121727.125000', '121727.585000', '121728.045000', '121728.505000', '121728.965000', '121729.425000', '121729.885000', '121730.345000', '121730.805000', '121731.265000', '121731.725000', '121732.185000', '121732.645000', '121733.105000', '121733.565000', '121734.025000', '121734.485000', '121734.945000', '121735.405000', '121735.865000', '121736.325000', '121736.785000', '121737.245000', '121737.705000', '121738.165000', '121738.625000', '121739.085000', '121739.545000', '121740.005000', '121740.465000', '121740.925000', '121741.385000', '121741.845000', '121742.305000', '121742.765000', '121743.225000', '121743.685000', '121744.145000', '121744.605000', '121745.065000', '121745.525000', '121745.985000', '121746.445000', '121746.905000', '121747.365000', '121747.825000', '121748.285000', '121748.745000', '121749.205000', '121749.665000', '121750.125000', '121750.585000', '121751.045000', '121751.505000', '121751.965000', '121752.425000', '121752.885000', '121753.345000', '121753.805000', '121754.265000', '121754.725000', '121755.185000', '121755.645000', '121756.105000', '121756.565000', '121757.025000', '121757.485000', '121757.945000', '121758.405000', '121758.865000', '121759.325000', '121759.785000', '121800.245000', '121800.705000', '121801.165000', '121801.625000', '121802.085000', '121802.545000', '121803.005000', '121803.465000', '121803.925000', '121804.385000', '121804.845000', '121805.305000', '121805.765000', '121806.225000', '121806.685000', '121807.145000', '121807.605000', '121808.065000', '121808.525000', '121808.985000', '121809.445000', '121809.905000', '121810.365000', '121810.825000', '121811.285000', '121811.745000', '121812.205000', '121812.665000', '121813.125000', '121813.585000', '121814.045000', '121814.505000', '121814.965000', '121815.425000', '121815.885000', '121816.345000', '121816.805000', '121817.265000', '121817.725000', '121818.185000', '121818.645000', '121819.105000', '121819.565000', '121820.025000', '121820.485000', '121820.945000', '121821.405000', '121821.865000', '121822.325000', '121822.785000', '121823.245000', '121823.705000', '121824.165000', '121824.625000', '121825.085000', '121825.545000', '121826.005000', '121826.465000', '121826.925000', '121827.385000', '121827.845000', '121828.305000', '121828.765000', '121829.225000', '121829.685000', '121830.145000', '121830.605000', '121831.065000', '121831.525000', '121831.985000', '121832.445000', '121832.905000', '121833.365000', '121833.825000', '121834.285000', '121834.745000', '121835.205000', '121835.665000', '121836.125000', '121836.585000', '121837.045000', '121837.505000', '121837.965000', '121838.425000', '121838.885000', '121839.345000', '121839.805000', '121840.265000', '121840.725000'], 'ContentTime': ['121039.140000', '121039.143000', '121039.146000', '121039.149000', '121039.152000', '121039.155000', '121039.158000', '121039.161000', '121039.163000', '121039.166000', '121039.169000', '121039.172000', '121039.175000', '121039.177000', '121039.180000', '121039.183000', '121039.186000', '121039.189000', '121039.197000', '121039.200000', '121039.202000', '121039.205000', '121039.208000', '121039.211000', '121039.214000', '121039.217000', '121039.220000', '121039.223000', '121039.225000', '121039.228000', '121039.231000', '121039.234000', '121039.237000', '121039.240000', '121039.242000', '121039.245000', '121039.248000', '121039.255000', '121039.258000', '121039.260000', '121039.263000', '121039.266000', '121039.269000', '121039.272000', '121039.275000', '121039.277000', '121039.280000', '121039.283000', '121059.108000', '121059.111000', '121059.114000', '121059.117000', '121059.119000', '121059.122000', '121059.125000', '121059.128000', '121059.131000', '121059.134000', '121059.136000', '121059.139000', '121059.142000', '121059.145000', '121059.148000', '121059.151000', '121059.153000', '121059.156000', '121059.159000', '121059.162000', '121059.165000', '121059.167000', '121059.170000', '121059.173000', '121059.176000', '121059.179000', '121059.182000', '121059.185000', '121059.187000', '121059.190000', '121059.193000', '121059.196000', '121059.199000', '121059.201000', '121059.204000', '121059.207000', '121059.210000', '121059.213000', '121059.215000', '121059.218000', '121059.221000', '121059.224000', '121059.227000', '121119.108000', '121119.111000', '121119.114000', '121119.116000', '121119.119000', '121119.122000', '121119.125000', '121119.128000', '121119.131000', '121119.133000', '121119.136000', '121119.139000', '121119.142000', '121119.145000', '121119.148000', '121119.151000', '121119.153000', '121119.156000', '121119.159000', '121119.162000', '121119.165000', '121119.168000', '121119.170000', '121119.173000', '121119.176000', '121119.179000', '121119.182000', '121119.184000', '121119.187000', '121119.190000', '121119.193000', '121119.196000', '121119.198000', '121119.201000', '121119.204000', '121119.207000', '121119.210000', '121119.212000', '121119.215000', '121119.218000', '121119.221000', '121119.224000', '121119.227000', '121119.230000', '121139.108000', '121139.111000', '121139.114000', '121139.117000', '121139.119000', '121139.122000', '121139.125000', '121139.128000', '121139.131000', '121139.134000', '121139.137000', '121139.139000', '121139.142000', '121139.145000', '121139.148000', '121139.151000', '121139.153000', '121139.156000', '121139.159000', '121139.162000', '121139.165000', '121139.168000', '121139.171000', '121139.173000', '121139.176000', '121139.179000', '121139.182000', '121139.185000', '121139.188000', '121139.191000', '121139.195000', '121139.197000', '121139.200000', '121139.203000', '121139.206000', '121139.209000', '121139.212000', '121139.214000', '121139.217000', '121139.220000', '121139.223000', '121139.226000', '121139.229000', '121159.109000', '121159.112000', '121159.114000', '121159.118000', '121159.120000', '121159.123000', '121159.126000', '121159.129000', '121159.132000', '121159.135000', '121159.137000', '121159.140000', '121159.143000', '121159.146000', '121159.149000', '121159.152000', '121159.155000', '121159.158000', '121159.160000', '121159.182000', '121159.185000', '121159.188000', '121159.190000', '121159.193000', '121159.196000', '121159.199000', '121159.202000', '121159.205000', '121159.208000', '121159.210000', '121159.213000', '121159.222000', '121159.225000', '121159.228000', '121159.231000', '121159.234000', '121159.236000', '121159.239000', '121159.242000', '121159.245000', '121159.248000', '121159.250000', '121159.253000', '121159.256000', '121219.108000', '121219.111000', '121219.114000', '121219.116000', '121219.119000', '121219.122000', '121219.125000', '121219.128000', '121219.131000', '121219.134000', '121219.136000', '121219.139000', '121219.142000', '121219.145000', '121219.148000', '121219.151000', '121219.153000', '121219.156000', '121219.159000', '121219.162000', '121219.165000', '121219.168000', '121219.171000', '121219.173000', '121219.176000', '121219.179000', '121219.182000', '121219.185000', '121219.187000', '121219.190000', '121219.193000', '121219.196000', '121219.199000', '121219.202000', '121219.207000', '121219.210000', '121219.213000', '121219.216000', '121219.219000', '121219.221000', '121219.224000', '121219.227000', '121219.230000', '121239.108000', '121239.111000', '121239.122000', '121239.125000', '121239.127000', '121239.130000', '121239.133000', '121239.136000', '121239.139000', '121239.142000', '121239.145000', '121239.147000', '121239.150000', '121239.153000', '121239.156000', '121239.159000', '121239.162000', '121239.164000', '121239.167000', '121239.170000', '121239.173000', '121239.176000', '121239.179000', '121239.181000', '121239.184000', '121239.187000', '121239.190000', '121239.193000', '121239.195000', '121239.198000', '121239.201000', '121239.204000', '121239.207000', '121239.210000', '121239.213000', '121239.215000', '121239.218000', '121239.221000', '121239.224000', '121239.227000', '121239.229000', '121239.232000', '121239.235000', '121239.238000', '121259.108000', '121259.111000', '121259.114000', '121259.117000', '121259.120000', '121259.122000', '121259.125000', '121259.128000', '121259.131000', '121259.134000', '121259.137000', '121259.139000', '121259.142000', '121259.145000', '121259.148000', '121259.151000', '121259.154000', '121259.156000', '121259.159000', '121259.162000', '121259.165000', '121259.168000', '121259.171000', '121259.173000', '121259.176000', '121259.179000', '121259.182000', '121259.185000', '121259.188000', '121259.191000', '121259.193000', '121259.196000', '121259.199000', '121259.202000', '121259.205000', '121259.208000', '121259.210000', '121259.213000', '121259.216000', '121259.219000', '121259.222000', '121259.225000', '121259.227000', '121319.108000', '121319.111000', '121319.114000', '121319.117000', '121319.119000', '121319.122000', '121319.125000', '121319.128000', '121319.131000', '121319.134000', '121319.137000', '121319.139000', '121319.142000', '121319.145000', '121319.148000', '121319.151000', '121319.154000', '121319.156000', '121319.159000', '121319.162000', '121319.165000', '121319.168000', '121319.171000', '121319.174000', '121319.176000', '121319.179000', '121319.182000', '121319.185000', '121319.188000', '121319.191000', '121319.194000', '121319.196000', '121319.199000', '121319.202000', '121319.205000', '121319.208000', '121319.210000', '121319.213000', '121319.216000', '121319.219000', '121319.222000', '121319.225000', '121319.228000', '121319.230000', '121339.108000', '121339.111000', '121339.114000', '121339.117000', '121339.120000', '121339.122000', '121339.125000', '121339.128000', '121339.131000', '121339.134000', '121339.137000', '121339.140000', '121339.142000', '121339.145000', '121339.160000', '121339.163000', '121339.166000', '121339.169000', '121339.171000', '121339.174000', '121339.177000', '121339.180000', '121339.183000', '121339.186000', '121339.189000', '121339.191000', '121339.194000', '121339.197000', '121339.200000', '121339.203000', '121339.206000', '121339.209000', '121339.211000', '121339.214000', '121339.217000', '121339.220000', '121339.223000', '121339.225000', '121339.228000', '121339.231000', '121339.234000', '121339.237000', '121339.239000', '121359.108000', '121359.111000', '121359.115000', '121359.119000', '121359.123000', '121359.125000', '121359.128000', '121359.131000', '121359.134000', '121359.137000', '121359.140000', '121359.142000', '121359.145000', '121359.148000', '121359.151000', '121359.154000', '121359.157000', '121359.160000', '121359.163000', '121359.165000', '121359.168000', '121359.171000', '121359.174000', '121359.177000', '121359.179000', '121359.182000', '121359.185000', '121359.188000', '121359.191000', '121359.194000', '121359.196000', '121359.199000', '121359.202000', '121359.205000', '121359.208000', '121359.211000', '121359.214000', '121359.216000', '121359.219000', '121359.222000', '121359.225000', '121359.228000', '121359.231000', '121419.109000', '121419.112000', '121419.115000', '121419.118000', '121419.121000', '121419.124000', '121419.126000', '121419.129000', '121419.132000', '121419.135000', '121419.138000', '121419.141000', '121419.144000', '121419.146000', '121419.149000', '121419.152000', '121419.155000', '121419.158000', '121419.161000', '121419.164000', '121419.167000', '121419.170000', '121419.173000', '121419.175000', '121419.178000', '121419.181000', '121419.184000', '121419.187000', '121419.190000', '121419.193000', '121419.195000', '121419.198000', '121419.201000', '121419.204000', '121419.207000', '121419.210000', '121419.212000', '121419.215000', '121419.218000', '121419.221000', '121419.224000', '121419.227000', '121419.230000', '121419.233000', '121439.108000', '121439.111000', '121439.114000', '121439.117000', '121439.120000', '121439.123000', '121439.126000', '121439.129000', '121439.131000', '121439.134000', '121439.137000', '121439.140000', '121439.143000', '121439.146000', '121439.149000', '121439.152000', '121439.154000', '121439.157000', '121439.160000', '121439.163000', '121439.166000', '121439.169000', '121439.172000', '121439.175000', '121439.177000', '121439.180000', '121439.183000', '121439.186000', '121439.189000', '121439.192000', '121439.195000', '121439.198000', '121439.200000', '121439.203000', '121439.206000', '121439.209000', '121439.212000', '121439.214000', '121439.217000', '121439.220000', '121439.223000', '121439.226000', '121439.229000', '121459.108000', '121459.111000', '121459.114000', '121459.117000', '121459.120000', '121459.122000', '121459.125000', '121459.128000', '121459.131000', '121459.134000', '121459.137000', '121459.139000', '121459.142000', '121459.145000', '121459.148000', '121459.151000', '121459.154000', '121459.157000', '121459.160000', '121459.163000', '121459.165000', '121459.168000', '121459.171000', '121459.174000', '121459.177000', '121459.180000', '121459.183000', '121459.186000', '121459.188000', '121459.191000', '121459.194000', '121459.197000', '121459.200000', '121459.202000', '121459.205000', '121459.208000', '121459.211000', '121459.214000', '121459.217000', '121459.220000', '121459.237000', '121459.240000', '121459.243000', '121459.246000', '121519.108000', '121519.111000', '121519.114000', '121519.116000', '121519.119000', '121519.122000', '121519.125000', '121519.128000', '121519.131000', '121519.134000', '121519.137000', '121519.140000', '121519.143000', '121519.146000', '121519.149000', '121519.152000', '121519.155000', '121519.158000', '121519.178000', '121519.180000', '121519.183000', '121519.186000', '121519.189000', '121519.192000', '121519.195000', '121519.198000', '121519.201000', '121519.203000', '121519.206000', '121519.209000', '121519.212000', '121519.215000', '121519.217000', '121519.220000', '121519.223000', '121519.226000', '121519.229000', '121519.232000', '121519.235000', '121519.237000', '121519.240000', '121519.243000', '121519.246000', '121539.108000', '121539.111000', '121539.114000', '121539.117000', '121539.120000', '121539.122000', '121539.125000', '121539.128000', '121539.131000', '121539.134000', '121539.137000', '121539.140000', '121539.142000', '121539.145000', '121539.148000', '121539.151000', '121539.154000', '121539.157000', '121539.160000', '121539.163000', '121539.165000', '121539.168000', '121539.171000', '121539.174000', '121539.177000', '121539.180000', '121539.183000', '121539.186000', '121539.188000', '121539.191000', '121539.194000', '121539.197000', '121539.200000', '121539.203000', '121539.206000', '121539.208000', '121539.211000', '121539.214000', '121539.217000', '121539.220000', '121539.223000', '121539.226000', '121539.228000', '121539.231000', '121559.108000', '121559.111000', '121559.114000', '121559.117000', '121559.120000', '121559.122000', '121559.125000', '121559.128000', '121559.131000', '121559.134000', '121559.137000', '121559.140000', '121559.142000', '121559.145000', '121559.148000', '121559.151000', '121559.154000', '121559.157000', '121559.160000', '121559.163000', '121559.166000', '121559.169000', '121559.172000', '121559.175000', '121559.178000', '121559.181000', '121559.184000', '121559.186000', '121559.189000', '121559.192000', '121559.195000', '121559.198000', '121559.201000', '121559.204000', '121559.206000', '121559.209000', '121559.212000', '121559.215000', '121559.218000', '121559.220000', '121559.223000', '121559.226000', '121559.229000', '121619.108000', '121619.111000', '121619.114000', '121619.117000', '121619.120000', '121619.122000', '121619.125000', '121619.128000', '121619.131000', '121619.134000', '121619.137000', '121619.140000', '121619.143000', '121619.145000', '121619.148000', '121619.151000', '121619.154000', '121619.157000', '121619.160000', '121619.163000', '121619.166000', '121619.168000', '121619.171000', '121619.174000', '121619.177000', '121619.180000', '121619.183000', '121619.185000', '121619.188000', '121619.191000', '121619.194000', '121619.197000', '121619.200000', '121619.203000', '121619.205000', '121619.208000', '121619.211000', '121619.214000', '121619.217000', '121619.220000', '121619.223000', '121619.226000', '121619.228000', '121619.232000', '121639.109000', '121639.112000', '121639.115000', '121639.118000', '121639.121000', '121639.124000', '121639.127000', '121639.130000', '121639.132000', '121639.135000', '121639.138000', '121639.141000', '121639.144000', '121639.147000', '121639.150000', '121639.152000', '121639.155000', '121639.158000', '121639.163000', '121639.168000', '121639.171000', '121639.174000', '121639.176000', '121639.179000', '121639.182000', '121639.185000', '121639.188000', '121639.191000', '121639.194000', '121639.196000', '121639.199000', '121639.202000', '121639.205000', '121639.208000', '121639.211000', '121639.213000', '121639.216000', '121639.219000', '121639.222000', '121639.225000', '121639.228000', '121639.231000', '121639.233000', '121659.108000', '121659.111000', '121659.114000', '121659.117000', '121659.120000', '121659.122000', '121659.125000', '121659.128000', '121659.131000', '121659.134000', '121659.137000', '121659.140000', '121659.142000', '121659.145000', '121659.148000', '121659.151000', '121659.154000', '121659.157000', '121659.160000', '121659.163000', '121659.166000', '121659.169000', '121659.172000', '121659.175000', '121659.177000', '121659.180000', '121659.183000', '121659.186000', '121659.189000', '121659.192000', '121659.194000', '121659.197000', '121659.200000', '121659.203000', '121659.206000', '121659.209000', '121659.212000', '121659.214000', '121659.217000', '121659.220000', '121659.223000', '121659.226000', '121659.228000', '121659.231000', '121719.108000', '121719.111000', '121719.114000', '121719.117000', '121719.120000', '121719.123000', '121719.125000', '121719.128000', '121719.131000', '121719.134000', '121719.137000', '121719.140000', '121719.143000', '121719.146000', '121719.149000', '121719.151000', '121719.154000', '121719.157000', '121719.166000', '121719.169000', '121719.172000', '121719.175000', '121719.178000', '121719.181000', '121719.184000', '121719.187000', '121719.192000', '121719.196000', '121719.199000', '121719.202000', '121719.204000', '121719.208000', '121719.210000', '121719.213000', '121719.216000', '121719.219000', '121719.222000', '121719.225000', '121719.227000', '121719.230000', '121719.233000', '121719.236000', '121719.239000', '121739.108000', '121739.111000', '121739.114000', '121739.117000', '121739.120000', '121739.123000', '121739.126000', '121739.128000', '121739.131000', '121739.134000', '121739.137000', '121739.140000', '121739.143000', '121739.145000', '121739.148000', '121739.151000', '121739.154000', '121739.157000', '121739.160000', '121739.163000', '121739.166000', '121739.169000', '121739.172000', '121739.174000', '121739.177000', '121739.180000', '121739.183000', '121739.186000', '121739.189000', '121739.191000', '121739.194000', '121739.197000', '121739.200000', '121739.203000', '121739.206000', '121739.209000', '121739.211000', '121739.214000', '121739.217000', '121739.220000', '121739.223000', '121739.225000', '121739.228000', '121739.231000', '121759.108000', '121759.111000', '121759.114000', '121759.127000', '121759.130000', '121759.133000', '121759.136000', '121759.138000', '121759.148000', '121759.151000', '121759.154000', '121759.156000', '121759.160000', '121759.162000', '121759.165000', '121759.168000', '121759.171000', '121759.174000', '121759.177000', '121759.180000', '121759.183000', '121759.185000', '121759.188000', '121759.191000', '121759.194000', '121759.197000', '121759.201000', '121759.204000', '121759.207000', '121759.210000', '121759.213000', '121759.216000', '121759.219000', '121759.222000', '121759.225000', '121759.227000', '121759.230000', '121759.233000', '121759.236000', '121759.239000', '121759.242000', '121759.244000', '121759.247000', '121819.108000', '121819.111000', '121819.114000', '121819.117000', '121819.120000', '121819.123000', '121819.125000', '121819.128000', '121819.131000', '121819.134000', '121819.137000', '121819.140000', '121819.142000', '121819.145000', '121819.148000', '121819.151000', '121819.154000', '121819.157000', '121819.160000', '121819.162000', '121819.165000', '121819.168000', '121819.171000', '121819.174000', '121819.177000', '121819.180000', '121819.182000', '121819.185000', '121819.188000', '121819.191000', '121819.194000', '121819.196000', '121819.199000', '121819.202000', '121819.205000', '121819.208000', '121819.211000', '121819.214000', '121819.217000', '121819.219000', '121819.222000', '121819.225000', '121819.228000', '121819.231000', '121839.108000', '121839.111000', '121839.114000', '121839.117000', '121839.120000', '121839.123000', '121839.125000', '121839.128000', '121839.131000', '121839.134000', '121839.137000', '121839.140000', '121839.143000', '121839.145000', '121839.148000', '121839.151000', '121839.154000', '121839.157000', '121839.160000', '121839.163000', '121839.166000', '121839.168000', '121839.171000', '121839.174000', '121839.177000', '121839.180000', '121839.182000', '121839.185000', '121839.188000', '121839.191000', '121839.194000', '121839.197000', '121839.200000', '121839.203000', '121839.205000', '121839.208000', '121839.211000', '121839.214000', '121839.217000', '121839.220000', '121839.222000', '121839.226000', '121839.229000', '121842.046000', '121842.051000', '121842.054000', '121842.057000', '121842.060000', '121842.063000', '121842.066000'], 'InstanceCreationTime': ['121039.140000', '121039.143000', '121039.146000', '121039.149000', '121039.152000', '121039.155000', '121039.158000', '121039.161000', '121039.163000', '121039.166000', '121039.169000', '121039.172000', '121039.175000', '121039.177000', '121039.180000', '121039.183000', '121039.186000', '121039.189000', '121039.197000', '121039.200000', '121039.202000', '121039.205000', '121039.208000', '121039.211000', '121039.214000', '121039.217000', '121039.220000', '121039.223000', '121039.225000', '121039.228000', '121039.231000', '121039.234000', '121039.237000', '121039.240000', '121039.242000', '121039.245000', '121039.248000', '121039.255000', '121039.258000', '121039.260000', '121039.263000', '121039.266000', '121039.269000', '121039.272000', '121039.275000', '121039.277000', '121039.280000', '121039.283000', '121059.108000', '121059.111000', '121059.114000', '121059.117000', '121059.119000', '121059.122000', '121059.125000', '121059.128000', '121059.131000', '121059.134000', '121059.136000', '121059.139000', '121059.142000', '121059.145000', '121059.148000', '121059.151000', '121059.153000', '121059.156000', '121059.159000', '121059.162000', '121059.165000', '121059.167000', '121059.170000', '121059.173000', '121059.176000', '121059.179000', '121059.182000', '121059.185000', '121059.187000', '121059.190000', '121059.193000', '121059.196000', '121059.199000', '121059.201000', '121059.204000', '121059.207000', '121059.210000', '121059.213000', '121059.215000', '121059.218000', '121059.221000', '121059.224000', '121059.227000', '121119.108000', '121119.111000', '121119.114000', '121119.116000', '121119.119000', '121119.122000', '121119.125000', '121119.128000', '121119.131000', '121119.133000', '121119.136000', '121119.139000', '121119.142000', '121119.145000', '121119.148000', '121119.151000', '121119.153000', '121119.156000', '121119.159000', '121119.162000', '121119.165000', '121119.168000', '121119.170000', '121119.173000', '121119.176000', '121119.179000', '121119.182000', '121119.184000', '121119.187000', '121119.190000', '121119.193000', '121119.196000', '121119.198000', '121119.201000', '121119.204000', '121119.207000', '121119.210000', '121119.212000', '121119.215000', '121119.218000', '121119.221000', '121119.224000', '121119.227000', '121119.230000', '121139.108000', '121139.111000', '121139.114000', '121139.117000', '121139.119000', '121139.122000', '121139.125000', '121139.128000', '121139.131000', '121139.134000', '121139.137000', '121139.139000', '121139.142000', '121139.145000', '121139.148000', '121139.151000', '121139.153000', '121139.156000', '121139.159000', '121139.162000', '121139.165000', '121139.168000', '121139.171000', '121139.173000', '121139.176000', '121139.179000', '121139.182000', '121139.185000', '121139.188000', '121139.191000', '121139.195000', '121139.197000', '121139.200000', '121139.203000', '121139.206000', '121139.209000', '121139.212000', '121139.214000', '121139.217000', '121139.220000', '121139.223000', '121139.226000', '121139.229000', '121159.109000', '121159.112000', '121159.114000', '121159.118000', '121159.120000', '121159.123000', '121159.126000', '121159.129000', '121159.132000', '121159.135000', '121159.137000', '121159.140000', '121159.143000', '121159.146000', '121159.149000', '121159.152000', '121159.155000', '121159.158000', '121159.160000', '121159.182000', '121159.185000', '121159.188000', '121159.190000', '121159.193000', '121159.196000', '121159.199000', '121159.202000', '121159.205000', '121159.208000', '121159.210000', '121159.213000', '121159.222000', '121159.225000', '121159.228000', '121159.231000', '121159.234000', '121159.236000', '121159.239000', '121159.242000', '121159.245000', '121159.248000', '121159.250000', '121159.253000', '121159.256000', '121219.108000', '121219.111000', '121219.114000', '121219.116000', '121219.119000', '121219.122000', '121219.125000', '121219.128000', '121219.131000', '121219.134000', '121219.136000', '121219.139000', '121219.142000', '121219.145000', '121219.148000', '121219.151000', '121219.153000', '121219.156000', '121219.159000', '121219.162000', '121219.165000', '121219.168000', '121219.171000', '121219.173000', '121219.176000', '121219.179000', '121219.182000', '121219.185000', '121219.187000', '121219.190000', '121219.193000', '121219.196000', '121219.199000', '121219.202000', '121219.207000', '121219.210000', '121219.213000', '121219.216000', '121219.219000', '121219.221000', '121219.224000', '121219.227000', '121219.230000', '121239.108000', '121239.111000', '121239.122000', '121239.125000', '121239.127000', '121239.130000', '121239.133000', '121239.136000', '121239.139000', '121239.142000', '121239.145000', '121239.147000', '121239.150000', '121239.153000', '121239.156000', '121239.159000', '121239.162000', '121239.164000', '121239.167000', '121239.170000', '121239.173000', '121239.176000', '121239.179000', '121239.181000', '121239.184000', '121239.187000', '121239.190000', '121239.193000', '121239.195000', '121239.198000', '121239.201000', '121239.204000', '121239.207000', '121239.210000', '121239.213000', '121239.215000', '121239.218000', '121239.221000', '121239.224000', '121239.227000', '121239.229000', '121239.232000', '121239.235000', '121239.238000', '121259.108000', '121259.111000', '121259.114000', '121259.117000', '121259.120000', '121259.122000', '121259.125000', '121259.128000', '121259.131000', '121259.134000', '121259.137000', '121259.139000', '121259.142000', '121259.145000', '121259.148000', '121259.151000', '121259.154000', '121259.156000', '121259.159000', '121259.162000', '121259.165000', '121259.168000', '121259.171000', '121259.173000', '121259.176000', '121259.179000', '121259.182000', '121259.185000', '121259.188000', '121259.191000', '121259.193000', '121259.196000', '121259.199000', '121259.202000', '121259.205000', '121259.208000', '121259.210000', '121259.213000', '121259.216000', '121259.219000', '121259.222000', '121259.225000', '121259.227000', '121319.108000', '121319.111000', '121319.114000', '121319.117000', '121319.119000', '121319.122000', '121319.125000', '121319.128000', '121319.131000', '121319.134000', '121319.137000', '121319.139000', '121319.142000', '121319.145000', '121319.148000', '121319.151000', '121319.154000', '121319.156000', '121319.159000', '121319.162000', '121319.165000', '121319.168000', '121319.171000', '121319.174000', '121319.176000', '121319.179000', '121319.182000', '121319.185000', '121319.188000', '121319.191000', '121319.194000', '121319.196000', '121319.199000', '121319.202000', '121319.205000', '121319.208000', '121319.210000', '121319.213000', '121319.216000', '121319.219000', '121319.222000', '121319.225000', '121319.228000', '121319.230000', '121339.108000', '121339.111000', '121339.114000', '121339.117000', '121339.120000', '121339.122000', '121339.125000', '121339.128000', '121339.131000', '121339.134000', '121339.137000', '121339.140000', '121339.142000', '121339.145000', '121339.160000', '121339.163000', '121339.166000', '121339.169000', '121339.171000', '121339.174000', '121339.177000', '121339.180000', '121339.183000', '121339.186000', '121339.189000', '121339.191000', '121339.194000', '121339.197000', '121339.200000', '121339.203000', '121339.206000', '121339.209000', '121339.211000', '121339.214000', '121339.217000', '121339.220000', '121339.223000', '121339.225000', '121339.228000', '121339.231000', '121339.234000', '121339.237000', '121339.239000', '121359.108000', '121359.111000', '121359.115000', '121359.119000', '121359.123000', '121359.125000', '121359.128000', '121359.131000', '121359.134000', '121359.137000', '121359.140000', '121359.142000', '121359.145000', '121359.148000', '121359.151000', '121359.154000', '121359.157000', '121359.160000', '121359.163000', '121359.165000', '121359.168000', '121359.171000', '121359.174000', '121359.177000', '121359.179000', '121359.182000', '121359.185000', '121359.188000', '121359.191000', '121359.194000', '121359.196000', '121359.199000', '121359.202000', '121359.205000', '121359.208000', '121359.211000', '121359.214000', '121359.216000', '121359.219000', '121359.222000', '121359.225000', '121359.228000', '121359.231000', '121419.109000', '121419.112000', '121419.115000', '121419.118000', '121419.121000', '121419.124000', '121419.126000', '121419.129000', '121419.132000', '121419.135000', '121419.138000', '121419.141000', '121419.144000', '121419.146000', '121419.149000', '121419.152000', '121419.155000', '121419.158000', '121419.161000', '121419.164000', '121419.167000', '121419.170000', '121419.173000', '121419.175000', '121419.178000', '121419.181000', '121419.184000', '121419.187000', '121419.190000', '121419.193000', '121419.195000', '121419.198000', '121419.201000', '121419.204000', '121419.207000', '121419.210000', '121419.212000', '121419.215000', '121419.218000', '121419.221000', '121419.224000', '121419.227000', '121419.230000', '121419.233000', '121439.108000', '121439.111000', '121439.114000', '121439.117000', '121439.120000', '121439.123000', '121439.126000', '121439.129000', '121439.131000', '121439.134000', '121439.137000', '121439.140000', '121439.143000', '121439.146000', '121439.149000', '121439.152000', '121439.154000', '121439.157000', '121439.160000', '121439.163000', '121439.166000', '121439.169000', '121439.172000', '121439.175000', '121439.177000', '121439.180000', '121439.183000', '121439.186000', '121439.189000', '121439.192000', '121439.195000', '121439.198000', '121439.200000', '121439.203000', '121439.206000', '121439.209000', '121439.212000', '121439.214000', '121439.217000', '121439.220000', '121439.223000', '121439.226000', '121439.229000', '121459.108000', '121459.111000', '121459.114000', '121459.117000', '121459.120000', '121459.122000', '121459.125000', '121459.128000', '121459.131000', '121459.134000', '121459.137000', '121459.139000', '121459.142000', '121459.145000', '121459.148000', '121459.151000', '121459.154000', '121459.157000', '121459.160000', '121459.163000', '121459.165000', '121459.168000', '121459.171000', '121459.174000', '121459.177000', '121459.180000', '121459.183000', '121459.186000', '121459.188000', '121459.191000', '121459.194000', '121459.197000', '121459.200000', '121459.202000', '121459.205000', '121459.208000', '121459.211000', '121459.214000', '121459.217000', '121459.220000', '121459.237000', '121459.240000', '121459.243000', '121459.246000', '121519.108000', '121519.111000', '121519.114000', '121519.116000', '121519.119000', '121519.122000', '121519.125000', '121519.128000', '121519.131000', '121519.134000', '121519.137000', '121519.140000', '121519.143000', '121519.146000', '121519.149000', '121519.152000', '121519.155000', '121519.158000', '121519.178000', '121519.180000', '121519.183000', '121519.186000', '121519.189000', '121519.192000', '121519.195000', '121519.198000', '121519.201000', '121519.203000', '121519.206000', '121519.209000', '121519.212000', '121519.215000', '121519.217000', '121519.220000', '121519.223000', '121519.226000', '121519.229000', '121519.232000', '121519.235000', '121519.237000', '121519.240000', '121519.243000', '121519.246000', '121539.108000', '121539.111000', '121539.114000', '121539.117000', '121539.120000', '121539.122000', '121539.125000', '121539.128000', '121539.131000', '121539.134000', '121539.137000', '121539.140000', '121539.142000', '121539.145000', '121539.148000', '121539.151000', '121539.154000', '121539.157000', '121539.160000', '121539.163000', '121539.165000', '121539.168000', '121539.171000', '121539.174000', '121539.177000', '121539.180000', '121539.183000', '121539.186000', '121539.188000', '121539.191000', '121539.194000', '121539.197000', '121539.200000', '121539.203000', '121539.206000', '121539.208000', '121539.211000', '121539.214000', '121539.217000', '121539.220000', '121539.223000', '121539.226000', '121539.228000', '121539.231000', '121559.108000', '121559.111000', '121559.114000', '121559.117000', '121559.120000', '121559.122000', '121559.125000', '121559.128000', '121559.131000', '121559.134000', '121559.137000', '121559.140000', '121559.142000', '121559.145000', '121559.148000', '121559.151000', '121559.154000', '121559.157000', '121559.160000', '121559.163000', '121559.166000', '121559.169000', '121559.172000', '121559.175000', '121559.178000', '121559.181000', '121559.184000', '121559.186000', '121559.189000', '121559.192000', '121559.195000', '121559.198000', '121559.201000', '121559.204000', '121559.206000', '121559.209000', '121559.212000', '121559.215000', '121559.218000', '121559.220000', '121559.223000', '121559.226000', '121559.229000', '121619.108000', '121619.111000', '121619.114000', '121619.117000', '121619.120000', '121619.122000', '121619.125000', '121619.128000', '121619.131000', '121619.134000', '121619.137000', '121619.140000', '121619.143000', '121619.145000', '121619.148000', '121619.151000', '121619.154000', '121619.157000', '121619.160000', '121619.163000', '121619.166000', '121619.168000', '121619.171000', '121619.174000', '121619.177000', '121619.180000', '121619.183000', '121619.185000', '121619.188000', '121619.191000', '121619.194000', '121619.197000', '121619.200000', '121619.203000', '121619.205000', '121619.208000', '121619.211000', '121619.214000', '121619.217000', '121619.220000', '121619.223000', '121619.226000', '121619.228000', '121619.232000', '121639.109000', '121639.112000', '121639.115000', '121639.118000', '121639.121000', '121639.124000', '121639.127000', '121639.130000', '121639.132000', '121639.135000', '121639.138000', '121639.141000', '121639.144000', '121639.147000', '121639.150000', '121639.152000', '121639.155000', '121639.158000', '121639.163000', '121639.168000', '121639.171000', '121639.174000', '121639.176000', '121639.179000', '121639.182000', '121639.185000', '121639.188000', '121639.191000', '121639.194000', '121639.196000', '121639.199000', '121639.202000', '121639.205000', '121639.208000', '121639.211000', '121639.213000', '121639.216000', '121639.219000', '121639.222000', '121639.225000', '121639.228000', '121639.231000', '121639.233000', '121659.108000', '121659.111000', '121659.114000', '121659.117000', '121659.120000', '121659.122000', '121659.125000', '121659.128000', '121659.131000', '121659.134000', '121659.137000', '121659.140000', '121659.142000', '121659.145000', '121659.148000', '121659.151000', '121659.154000', '121659.157000', '121659.160000', '121659.163000', '121659.166000', '121659.169000', '121659.172000', '121659.175000', '121659.177000', '121659.180000', '121659.183000', '121659.186000', '121659.189000', '121659.192000', '121659.194000', '121659.197000', '121659.200000', '121659.203000', '121659.206000', '121659.209000', '121659.212000', '121659.214000', '121659.217000', '121659.220000', '121659.223000', '121659.226000', '121659.228000', '121659.231000', '121719.108000', '121719.111000', '121719.114000', '121719.117000', '121719.120000', '121719.123000', '121719.125000', '121719.128000', '121719.131000', '121719.134000', '121719.137000', '121719.140000', '121719.143000', '121719.146000', '121719.149000', '121719.151000', '121719.154000', '121719.157000', '121719.166000', '121719.169000', '121719.172000', '121719.175000', '121719.178000', '121719.181000', '121719.184000', '121719.187000', '121719.192000', '121719.196000', '121719.199000', '121719.202000', '121719.204000', '121719.208000', '121719.210000', '121719.213000', '121719.216000', '121719.219000', '121719.222000', '121719.225000', '121719.227000', '121719.230000', '121719.233000', '121719.236000', '121719.239000', '121739.108000', '121739.111000', '121739.114000', '121739.117000', '121739.120000', '121739.123000', '121739.126000', '121739.128000', '121739.131000', '121739.134000', '121739.137000', '121739.140000', '121739.143000', '121739.145000', '121739.148000', '121739.151000', '121739.154000', '121739.157000', '121739.160000', '121739.163000', '121739.166000', '121739.169000', '121739.172000', '121739.174000', '121739.177000', '121739.180000', '121739.183000', '121739.186000', '121739.189000', '121739.191000', '121739.194000', '121739.197000', '121739.200000', '121739.203000', '121739.206000', '121739.209000', '121739.211000', '121739.214000', '121739.217000', '121739.220000', '121739.223000', '121739.225000', '121739.228000', '121739.231000', '121759.108000', '121759.111000', '121759.114000', '121759.127000', '121759.130000', '121759.133000', '121759.136000', '121759.138000', '121759.148000', '121759.151000', '121759.154000', '121759.156000', '121759.160000', '121759.162000', '121759.165000', '121759.168000', '121759.171000', '121759.174000', '121759.177000', '121759.180000', '121759.183000', '121759.185000', '121759.188000', '121759.191000', '121759.194000', '121759.197000', '121759.201000', '121759.204000', '121759.207000', '121759.210000', '121759.213000', '121759.216000', '121759.219000', '121759.222000', '121759.225000', '121759.227000', '121759.230000', '121759.233000', '121759.236000', '121759.239000', '121759.242000', '121759.244000', '121759.247000', '121819.108000', '121819.111000', '121819.114000', '121819.117000', '121819.120000', '121819.123000', '121819.125000', '121819.128000', '121819.131000', '121819.134000', '121819.137000', '121819.140000', '121819.142000', '121819.145000', '121819.148000', '121819.151000', '121819.154000', '121819.157000', '121819.160000', '121819.162000', '121819.165000', '121819.168000', '121819.171000', '121819.174000', '121819.177000', '121819.180000', '121819.182000', '121819.185000', '121819.188000', '121819.191000', '121819.194000', '121819.196000', '121819.199000', '121819.202000', '121819.205000', '121819.208000', '121819.211000', '121819.214000', '121819.217000', '121819.219000', '121819.222000', '121819.225000', '121819.228000', '121819.231000', '121839.108000', '121839.111000', '121839.114000', '121839.117000', '121839.120000', '121839.123000', '121839.125000', '121839.128000', '121839.131000', '121839.134000', '121839.137000', '121839.140000', '121839.143000', '121839.145000', '121839.148000', '121839.151000', '121839.154000', '121839.157000', '121839.160000', '121839.163000', '121839.166000', '121839.168000', '121839.171000', '121839.174000', '121839.177000', '121839.180000', '121839.182000', '121839.185000', '121839.188000', '121839.191000', '121839.194000', '121839.197000', '121839.200000', '121839.203000', '121839.205000', '121839.208000', '121839.211000', '121839.214000', '121839.217000', '121839.220000', '121839.222000', '121839.226000', '121839.229000', '121842.046000', '121842.051000', '121842.054000', '121842.057000', '121842.060000', '121842.063000', '121842.066000'], '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': [15974, 9856, 10679, 9291, 10509, 16045, 10616, 15681, 10002, 13332, 9779, 16247, 11868, 16402, 11116, 9273, 10037, 8313, 11025, 9331, 11675, 9203, 15234, 10159, 15035, 11470, 15402, 9263, 13999, 9382, 15399, 12028, 14074, 9711, 11050, 9293, 9953, 9457, 10125, 9532, 10140, 9568, 10016, 9770, 10134, 9433, 12619, 9300, 10248, 9366, 11352, 8660, 10279, 8791, 10103, 9326, 9642, 9907, 9577, 10153, 9295, 9952, 9378, 9414, 8862, 9612, 8958, 9553, 9079, 11435, 8972, 10277, 8917, 9467, 9406, 10037, 9466, 9459, 10099, 9132, 14124, 8896, 9685, 8987, 9457, 8773, 10435, 9866, 10156, 9117, 10026, 9187, 9724, 9305, 10478, 9648, 10774, 9641, 14669, 9240, 16642, 12541, 16630, 9246, 14790, 8868, 13232, 9829, 13419, 10739, 15514, 8710, 12124, 7997, 9680, 9653, 11182, 9705, 9752, 9538, 9577, 9309, 9390, 9309, 9140, 9496, 9545, 10315, 9034, 10369, 8885, 9628, 9370, 9958, 10397, 13157, 10181, 10372, 9510, 10921, 10112, 10962, 9508, 9993, 8476, 11407, 9420, 14997, 9250, 12481, 9190, 13475, 9284, 16631, 9295, 13625, 9549, 9969, 9434, 9770, 8362, 10194, 9161, 9542, 9449, 10488, 9195, 14604, 10002, 11420, 9492, 9741, 9273, 9765, 11467, 10143, 13090, 9816, 9679, 8694, 11008, 8999, 15754, 10134, 10387, 9659, 9703, 9301, 9977, 17102, 8350, 14612, 9388, 14219, 11026, 16826, 12121, 16279, 9488, 12708, 9255, 9757, 10594, 10004, 9891, 9793, 9824, 9063, 9936, 9299, 14470, 8214, 10004, 9024, 9785, 9515, 12016, 8382, 11831, 8638, 9356, 8921, 9630, 9096, 10065, 9430, 9519, 9394, 8925, 9120, 9393, 10115, 9586, 10361, 9572, 10470, 10445, 10106, 9538, 10538, 9458, 18312, 11033, 15909, 11981, 13910, 9574, 9642, 9424, 9264, 9860, 9052, 9942, 9053, 9094, 9030, 10279, 9241, 10397, 9108, 11361, 9432, 10931, 9344, 11857, 9387, 12467, 9384, 10016, 8831, 10046, 9242, 12320, 8427, 9026, 8504, 9153, 8132, 12373, 9400, 14649, 9091, 11562, 8716, 12931, 10151, 16567, 8834, 13017, 8562, 11388, 9196, 13352, 8868, 14288, 8597, 9698, 8224, 9176, 9895, 11282, 9615, 9060, 8128, 9023, 8362, 10457, 9317, 10164, 8926, 9376, 8994, 10759, 9362, 14766, 9198, 11361, 10013, 11101, 11705, 15021, 10176, 9336, 10340, 9229, 10538, 9156, 10309, 9601, 10484, 9654, 12743, 9620, 14281, 10711, 15627, 10022, 9405, 9652, 9309, 15925, 10717, 14488, 9189, 12344, 8846, 10589, 9867, 10664, 9384, 11017, 9370, 9850, 9187, 10173, 10242, 9263, 9469, 8771, 9631, 10313, 15772, 10061, 10591, 9552, 9383, 15126, 11117, 15144, 11981, 10525, 9351, 10007, 9807, 8887, 10189, 9689, 9024, 11549, 10052, 11716, 9819, 17192, 10496, 16775, 12893, 16564, 8521, 12605, 9761, 9816, 9490, 11624, 9557, 9220, 10072, 9059, 9036, 9040, 10261, 9294, 10124, 8560, 8766, 9553, 9337, 9543, 9049, 11011, 8823, 9165, 8581, 8660, 9921, 9043, 9380, 9012, 8160, 8677, 9218, 10187, 9189, 10402, 10155, 9224, 9530, 9455, 10653, 13385, 10583, 9446, 10520, 9645, 10660, 9548, 10172, 9517, 9850, 9164, 10085, 9206, 9980, 13108, 10056, 9589, 9796, 9615, 16064, 11861, 15096, 11460, 10658, 9674, 10640, 9566, 10637, 10848, 10621, 9758, 10530, 9583, 10266, 9573, 16663, 10200, 13128, 9424, 10194, 9395, 12109, 10018, 9952, 9545, 10871, 9525, 9671, 9851, 10318, 10334, 8604, 9562, 8804, 12115, 8944, 17677, 8699, 14654, 9315, 12267, 9441, 14351, 10317, 16456, 9667, 11905, 9867, 10044, 9595, 11443, 10362, 16538, 9823, 15497, 9279, 13622, 9797, 13814, 9493, 9318, 9668, 8941, 9700, 9294, 10244, 9343, 9714, 9236, 9948, 9378, 10102, 9642, 10073, 9533, 9603, 9586, 10494, 9927, 12367, 9480, 16872, 9503, 15589, 12569, 16773, 9736, 14629, 9698, 12143, 9581, 12278, 10879, 10745, 9795, 9632, 9753, 10579, 9884, 9786, 10337, 9266, 9303, 9473, 11751, 9484, 10349, 9433, 9556, 9480, 9371, 15002, 9443, 14404, 9919, 16847, 12020, 16649, 9639, 10703, 9214, 9443, 10610, 10219, 9413, 8996, 9452, 8949, 9275, 9184, 9120, 9129, 9627, 9140, 8600, 9216, 9760, 11334, 10204, 9197, 17440, 8792, 14972, 9154, 13130, 10203, 11939, 8307, 8887, 9467, 8675, 9817, 9011, 10055, 9295, 9833, 9213, 9506, 9334, 10073, 9935, 9814, 9472, 9891, 9652, 10858, 9959, 11970, 10138, 14830, 9248, 14224, 9235, 14080, 11161, 14608, 9490, 11395, 9581, 10160, 8448, 10296, 9306, 9828, 9875, 8638, 9979, 8935, 9987, 9085, 9701, 9041, 10506, 8976, 12208, 8999, 13653, 9543, 12060, 9222, 10119, 9206, 11140, 9339, 10028, 9795, 9084, 8788, 10228, 10398, 10258, 11938, 10236, 11507, 10130, 14735, 10068, 14242, 8802, 12049, 9221, 16551, 10500, 15700, 9555, 11247, 9841, 10712, 14297, 9968, 10502, 10303, 12789, 10365, 17569, 10210, 12902, 10258, 9885, 16882, 14227, 18583, 9851, 15033, 8757, 11898, 9894, 10113, 10085, 9423, 10179, 9627, 9755, 9809, 11136, 9902, 10806, 10122, 10403, 10033, 12799, 10013, 16158, 10207, 14735, 9981, 12806, 9838, 14878, 10179, 13440, 10167, 12212, 10160, 11818, 10444, 10575, 10218, 10945, 10010, 9818, 9858, 10306, 10246, 10202, 9902, 10767, 10086, 14505, 10196, 15675, 9527, 14216, 11031, 15647, 12783, 10012, 16074, 9541, 13077, 9358, 12845, 10142, 9166, 10140, 9214, 10198, 9276, 8870, 9176, 10048, 8911, 10202, 9440, 9994, 10496, 9992, 12163, 9993, 11016, 9897, 10995, 9884, 13948, 9931, 13852, 9708, 11684, 9804, 11597, 10049, 12971, 9507, 10478, 9317, 10498, 9326, 10096, 9821, 9435, 9493, 9589, 9872, 8720, 15510, 9370, 14172, 9873, 12092, 9821, 14724, 11210, 11388, 9986, 11283, 9797, 13832, 9697, 17419, 10212, 16782, 9450, 13284, 9376, 11759, 8749, 13057, 8207, 9176, 9046, 8859, 9498, 9133, 10221, 9720, 10027, 9783, 10165, 9723, 8590, 12200, 9934, 12308, 10107, 9932, 10085, 10322, 9781, 10514, 9780, 11342, 9968, 11476, 9888, 11340, 11804, 11343, 9878, 17892, 9810, 16406, 12642, 16381, 11498, 12784, 9640, 10000, 9542, 10086, 9815, 11007, 9873, 9923, 9754, 10176, 9691, 9943, 14569, 10292, 9668, 10390, 9333, 10223, 14750, 10448, 12660, 8698, 9001, 9823, 10548, 9575, 13106, 9552, 11536, 9882, 12469, 9838, 11375, 10446, 10026, 9628, 10453, 9468, 10267, 16153, 9551, 14269, 10204, 9535, 10341, 10164, 9500, 16124, 10121, 13407, 9231, 10339, 9147, 10003, 9376, 9743, 9193, 9593, 9228, 9903, 15432, 10599, 9133, 12606, 8998, 14739, 9182, 13481, 10260, 12895, 9411, 9825, 9603, 8809, 8901, 8879, 9583, 9179, 10969, 9092, 11961, 9479, 10301, 9726, 10461, 10038, 9605, 9909, 9236, 9274, 9596, 9799, 10638, 10014, 10865, 9816, 10341, 11385, 10942, 11871, 10243, 13450, 10351, 17340, 9472, 14979, 10802, 10377, 16018, 12513, 16659, 10352, 14473, 9904, 11153, 9937, 9571, 10072, 10351, 10231, 10417, 10239, 9611, 10391, 10560, 10080, 11961, 10641, 10667, 9337, 10987, 9344, 15471, 10553, 13995, 10299, 11425, 10448, 12845, 9118, 16515, 9558, 13557, 10364, 9935, 10509, 9740, 9461, 10087, 10527, 9461, 10343, 9504, 10288, 9725, 10155, 12013, 10518, 14015, 10776, 12665, 10322, 12497, 9840, 13484, 10408, 14525, 10511, 11083, 10328, 10396, 10328, 11618, 10467, 12972, 10504, 11649, 10371, 10494, 9422, 10611, 10232, 13403, 9261, 10090, 10266, 9769, 10009, 9872, 10510, 11004, 10455, 11430, 10781, 10426, 10752, 11744, 10650, 15730, 10212, 10529, 11105, 10345, 17802, 10246, 15293, 10525, 13314, 10406, 9357, 10542, 9592, 10709, 9882, 10909, 9971, 11139, 10283, 11199, 10646, 17636, 12472, 15786, 10532, 13050, 10547, 10305, 10599, 11676, 10753, 10200, 10476, 10135, 10563, 10119, 10781, 10208, 10626, 10318, 10532, 10213, 10904, 14767, 10775, 10125], 'WindowCenter': [4019.0, 3962.0, 3960.0, 3947.0, 3945.0, 3990.0, 3943.0, 3975.0, 3930.0, 3951.0, 3933.0, 3976.0, 3954.0, 3960.0, 3928.0, 3916.0, 3927.0, 3908.0, 3929.0, 3919.0, 3940.0, 3919.0, 3961.0, 3930.0, 3962.0, 3928.0, 3948.0, 3906.0, 3936.0, 3905.0, 3947.0, 3938.0, 3937.0, 3904.0, 3913.0, 3903.0, 3902.0, 3904.0, 3913.0, 3904.0, 3914.0, 3903.0, 3913.0, 3914.0, 3914.0, 3905.0, 3925.0, 3904.0, 3914.0, 3905.0, 3912.0, 3904.0, 3914.0, 3905.0, 3914.0, 3906.0, 3904.0, 3915.0, 3915.0, 3914.0, 3916.0, 3914.0, 3905.0, 3904.0, 3906.0, 3914.0, 3918.0, 3917.0, 3917.0, 3938.0, 3918.0, 3927.0, 3919.0, 3929.0, 3918.0, 3928.0, 3917.0, 3917.0, 3927.0, 3918.0, 3960.0, 3918.0, 3917.0, 3918.0, 3917.0, 3920.0, 3929.0, 3931.0, 3928.0, 3920.0, 3929.0, 3930.0, 3929.0, 3933.0, 3941.0, 3932.0, 3942.0, 3931.0, 3964.0, 3932.0, 3973.0, 3954.0, 3973.0, 3920.0, 3961.0, 3920.0, 3949.0, 3930.0, 3950.0, 3940.0, 3960.0, 3918.0, 3937.0, 3906.0, 3917.0, 3917.0, 3938.0, 3917.0, 3916.0, 3917.0, 3916.0, 3917.0, 3917.0, 3918.0, 3918.0, 3916.0, 3916.0, 3928.0, 3917.0, 3926.0, 3918.0, 3918.0, 3931.0, 3928.0, 3943.0, 3950.0, 3941.0, 3940.0, 3931.0, 3939.0, 3930.0, 3940.0, 3930.0, 3928.0, 3909.0, 3938.0, 3919.0, 3961.0, 3930.0, 3948.0, 3918.0, 3948.0, 3918.0, 3959.0, 3917.0, 3946.0, 3915.0, 3914.0, 3915.0, 3915.0, 3907.0, 3926.0, 3917.0, 3916.0, 3928.0, 3927.0, 3930.0, 3960.0, 3928.0, 3939.0, 3929.0, 3917.0, 3918.0, 3928.0, 3939.0, 3927.0, 3949.0, 3929.0, 3915.0, 3907.0, 3928.0, 3920.0, 3960.0, 3929.0, 3928.0, 3918.0, 3916.0, 3918.0, 3928.0, 3971.0, 3907.0, 3958.0, 3917.0, 3947.0, 3928.0, 3959.0, 3935.0, 3958.0, 3915.0, 3934.0, 3915.0, 3915.0, 3926.0, 3914.0, 3914.0, 3915.0, 3913.0, 3904.0, 3914.0, 3914.0, 3945.0, 3903.0, 3913.0, 3903.0, 3913.0, 3914.0, 3932.0, 3892.0, 3923.0, 3904.0, 3913.0, 3915.0, 3912.0, 3917.0, 3914.0, 3915.0, 3926.0, 3915.0, 3918.0, 3918.0, 3932.0, 3928.0, 3929.0, 3927.0, 3929.0, 3928.0, 3929.0, 3928.0, 3916.0, 3928.0, 3915.0, 3969.0, 3928.0, 3958.0, 3924.0, 3935.0, 3912.0, 3903.0, 3901.0, 3904.0, 3913.0, 3906.0, 3914.0, 3904.0, 3901.0, 3915.0, 3925.0, 3919.0, 3926.0, 3917.0, 3935.0, 3917.0, 3926.0, 3918.0, 3938.0, 3916.0, 3949.0, 3917.0, 3927.0, 3919.0, 3928.0, 3928.0, 3949.0, 3919.0, 3917.0, 3918.0, 3930.0, 3920.0, 3950.0, 3919.0, 3961.0, 3921.0, 3938.0, 3919.0, 3949.0, 3930.0, 3971.0, 3916.0, 3948.0, 3907.0, 3937.0, 3918.0, 3949.0, 3907.0, 3946.0, 3917.0, 3915.0, 3906.0, 3916.0, 3928.0, 3938.0, 3917.0, 3916.0, 3907.0, 3916.0, 3916.0, 3939.0, 3918.0, 3928.0, 3919.0, 3918.0, 3931.0, 3939.0, 3920.0, 3960.0, 3930.0, 3936.0, 3930.0, 3940.0, 3937.0, 3960.0, 3927.0, 3916.0, 3925.0, 3915.0, 3926.0, 3918.0, 3927.0, 3929.0, 3939.0, 3928.0, 3948.0, 3929.0, 3960.0, 3928.0, 3958.0, 3927.0, 3916.0, 3914.0, 3916.0, 3957.0, 3926.0, 3944.0, 3915.0, 3933.0, 3916.0, 3922.0, 3927.0, 3924.0, 3917.0, 3937.0, 3915.0, 3926.0, 3930.0, 3930.0, 3929.0, 3930.0, 3928.0, 3919.0, 3930.0, 3930.0, 3960.0, 3930.0, 3928.0, 3917.0, 3916.0, 3958.0, 3937.0, 3957.0, 3926.0, 3914.0, 3905.0, 3915.0, 3916.0, 3917.0, 3928.0, 3928.0, 3929.0, 3940.0, 3930.0, 3952.0, 3929.0, 3969.0, 3940.0, 3959.0, 3937.0, 3958.0, 3904.0, 3924.0, 3912.0, 3914.0, 3903.0, 3922.0, 3902.0, 3903.0, 3901.0, 3903.0, 3903.0, 3904.0, 3913.0, 3902.0, 3914.0, 3904.0, 3904.0, 3912.0, 3915.0, 3912.0, 3902.0, 3924.0, 3904.0, 3902.0, 3904.0, 3903.0, 3916.0, 3904.0, 3916.0, 3914.0, 3916.0, 3918.0, 3930.0, 3939.0, 3928.0, 3938.0, 3940.0, 3929.0, 3929.0, 3930.0, 3940.0, 3961.0, 3939.0, 3928.0, 3928.0, 3929.0, 3941.0, 3932.0, 3929.0, 3929.0, 3941.0, 3928.0, 3942.0, 3930.0, 3943.0, 3965.0, 3942.0, 3931.0, 3931.0, 3931.0, 3973.0, 3952.0, 3961.0, 3940.0, 3940.0, 3930.0, 3939.0, 3928.0, 3942.0, 3942.0, 3941.0, 3930.0, 3940.0, 3928.0, 3928.0, 3929.0, 3973.0, 3928.0, 3950.0, 3917.0, 3927.0, 3918.0, 3949.0, 3930.0, 3927.0, 3929.0, 3939.0, 3927.0, 3930.0, 3941.0, 3941.0, 3943.0, 3931.0, 3928.0, 3930.0, 3952.0, 3931.0, 3983.0, 3919.0, 3959.0, 3919.0, 3937.0, 3927.0, 3959.0, 3928.0, 3970.0, 3928.0, 3938.0, 3927.0, 3927.0, 3930.0, 3937.0, 3928.0, 3969.0, 3926.0, 3957.0, 3913.0, 3946.0, 3913.0, 3947.0, 3913.0, 3902.0, 3901.0, 3901.0, 3901.0, 3914.0, 3913.0, 3913.0, 3927.0, 3915.0, 3926.0, 3929.0, 3929.0, 3929.0, 3939.0, 3929.0, 3929.0, 3942.0, 3939.0, 3932.0, 3951.0, 3929.0, 3970.0, 3930.0, 3971.0, 3952.0, 3970.0, 3928.0, 3957.0, 3917.0, 3938.0, 3930.0, 3949.0, 3941.0, 3939.0, 3929.0, 3929.0, 3929.0, 3928.0, 3928.0, 3929.0, 3943.0, 3917.0, 3913.0, 3914.0, 3936.0, 3915.0, 3926.0, 3904.0, 3928.0, 3930.0, 3930.0, 3961.0, 3918.0, 3959.0, 3928.0, 3969.0, 3938.0, 3957.0, 3916.0, 3914.0, 3903.0, 3913.0, 3912.0, 3912.0, 3900.0, 3901.0, 3914.0, 3904.0, 3914.0, 3916.0, 3915.0, 3916.0, 3927.0, 3915.0, 3906.0, 3918.0, 3928.0, 3938.0, 3926.0, 3916.0, 3968.0, 3904.0, 3946.0, 3903.0, 3934.0, 3914.0, 3923.0, 3893.0, 3902.0, 3914.0, 3904.0, 3916.0, 3916.0, 3925.0, 3915.0, 3927.0, 3917.0, 3928.0, 3931.0, 3941.0, 3942.0, 3931.0, 3928.0, 3930.0, 3930.0, 3940.0, 3931.0, 3941.0, 3929.0, 3960.0, 3919.0, 3948.0, 3919.0, 3948.0, 3939.0, 3958.0, 3918.0, 3936.0, 3917.0, 3927.0, 3907.0, 3927.0, 3916.0, 3927.0, 3928.0, 3916.0, 3929.0, 3917.0, 3929.0, 3919.0, 3928.0, 3917.0, 3938.0, 3918.0, 3949.0, 3921.0, 3975.0, 3945.0, 3965.0, 3960.0, 3958.0, 3945.0, 3954.0, 3932.0, 3929.0, 3928.0, 3930.0, 3920.0, 3956.0, 3943.0, 3944.0, 3951.0, 3943.0, 3952.0, 3945.0, 3973.0, 3943.0, 3973.0, 3932.0, 3951.0, 3932.0, 3986.0, 3943.0, 3973.0, 3932.0, 3940.0, 3942.0, 3941.0, 3976.0, 3944.0, 3942.0, 3931.0, 3952.0, 3930.0, 3971.0, 3929.0, 3951.0, 3929.0, 3929.0, 3962.0, 3950.0, 3970.0, 3917.0, 3945.0, 3904.0, 3925.0, 3914.0, 3914.0, 3914.0, 3903.0, 3916.0, 3914.0, 3914.0, 3914.0, 3926.0, 3916.0, 3926.0, 3927.0, 3925.0, 3916.0, 3937.0, 3927.0, 3957.0, 3929.0, 3957.0, 3916.0, 3935.0, 3930.0, 3960.0, 3917.0, 3948.0, 3928.0, 3937.0, 3930.0, 3938.0, 3929.0, 3926.0, 3926.0, 3927.0, 3927.0, 3928.0, 3928.0, 3926.0, 3916.0, 3928.0, 3930.0, 3939.0, 3944.0, 3961.0, 3930.0, 3962.0, 3917.0, 3950.0, 3927.0, 3958.0, 3936.0, 3915.0, 3958.0, 3905.0, 3934.0, 3904.0, 3934.0, 3913.0, 3902.0, 3914.0, 3902.0, 3916.0, 3914.0, 3904.0, 3915.0, 3927.0, 3915.0, 3927.0, 3916.0, 3930.0, 3928.0, 3927.0, 3948.0, 3928.0, 3938.0, 3928.0, 3938.0, 3930.0, 3949.0, 3928.0, 3948.0, 3928.0, 3934.0, 3927.0, 3939.0, 3928.0, 3947.0, 3928.0, 3927.0, 3918.0, 3929.0, 3930.0, 3929.0, 3928.0, 3931.0, 3929.0, 3931.0, 3929.0, 3920.0, 3972.0, 3930.0, 3961.0, 3929.0, 3949.0, 3942.0, 3961.0, 3943.0, 3950.0, 3930.0, 3939.0, 3929.0, 3962.0, 3932.0, 3971.0, 3927.0, 3971.0, 3918.0, 3949.0, 3918.0, 3938.0, 3916.0, 3948.0, 3907.0, 3916.0, 3917.0, 3916.0, 3929.0, 3918.0, 3940.0, 3928.0, 3931.0, 3927.0, 3940.0, 3928.0, 3920.0, 3953.0, 3930.0, 3951.0, 3940.0, 3929.0, 3941.0, 3940.0, 3944.0, 3942.0, 3942.0, 3952.0, 3942.0, 3952.0, 3945.0, 3953.0, 3953.0, 3952.0, 3931.0, 3983.0, 3929.0, 3971.0, 3953.0, 3971.0, 3940.0, 3949.0, 3930.0, 3926.0, 3929.0, 3928.0, 3929.0, 3938.0, 3929.0, 3928.0, 3928.0, 3928.0, 3929.0, 3928.0, 3958.0, 3929.0, 3928.0, 3927.0, 3918.0, 3930.0, 3959.0, 3927.0, 3949.0, 3918.0, 3916.0, 3929.0, 3929.0, 3929.0, 3948.0, 3928.0, 3938.0, 3928.0, 3937.0, 3929.0, 3938.0, 3928.0, 3928.0, 3918.0, 3927.0, 3928.0, 3928.0, 3971.0, 3918.0, 3946.0, 3927.0, 3916.0, 3942.0, 3928.0, 3916.0, 3946.0, 3914.0, 3935.0, 3916.0, 3915.0, 3917.0, 3916.0, 3916.0, 3917.0, 3917.0, 3916.0, 3917.0, 3915.0, 3960.0, 3925.0, 3915.0, 3934.0, 3903.0, 3943.0, 3905.0, 3935.0, 3915.0, 3933.0, 3904.0, 3914.0, 3914.0, 3903.0, 3904.0, 3904.0, 3915.0, 3914.0, 3925.0, 3915.0, 3924.0, 3914.0, 3913.0, 3917.0, 3923.0, 3915.0, 3914.0, 3928.0, 3931.0, 3961.0, 3975.0, 3975.0, 3956.0, 3946.0, 3941.0, 3930.0, 3943.0, 3954.0, 3941.0, 3953.0, 3943.0, 3962.0, 3944.0, 3973.0, 3931.0, 3961.0, 3929.0, 3930.0, 3960.0, 3938.0, 3958.0, 3915.0, 3947.0, 3917.0, 3925.0, 3916.0, 3915.0, 3917.0, 3925.0, 3929.0, 3940.0, 3930.0, 3928.0, 3942.0, 3939.0, 3942.0, 3951.0, 3942.0, 3941.0, 3932.0, 3940.0, 3933.0, 3972.0, 3943.0, 3961.0, 3943.0, 3940.0, 3940.0, 3950.0, 3921.0, 3974.0, 3929.0, 3951.0, 3928.0, 3928.0, 3928.0, 3918.0, 3930.0, 3929.0, 3929.0, 3928.0, 3941.0, 3929.0, 3943.0, 3931.0, 3944.0, 3952.0, 3943.0, 3962.0, 3942.0, 3952.0, 3944.0, 3951.0, 3932.0, 3963.0, 3942.0, 3962.0, 3942.0, 3940.0, 3942.0, 3942.0, 3942.0, 3942.0, 3944.0, 3962.0, 3943.0, 3941.0, 3931.0, 3939.0, 3931.0, 3941.0, 3930.0, 3950.0, 3920.0, 3930.0, 3941.0, 3929.0, 3932.0, 3931.0, 3945.0, 3940.0, 3943.0, 3952.0, 3942.0, 3942.0, 3944.0, 3954.0, 3942.0, 3975.0, 3931.0, 3942.0, 3940.0, 3940.0, 3983.0, 3943.0, 3973.0, 3941.0, 3960.0, 3941.0, 3930.0, 3942.0, 3931.0, 3954.0, 3943.0, 3955.0, 3942.0, 3955.0, 3945.0, 3954.0, 3945.0, 3986.0, 3966.0, 3973.0, 3942.0, 3950.0, 3941.0, 3928.0, 3941.0, 3939.0, 3940.0, 3939.0, 3940.0, 3940.0, 3943.0, 3942.0, 3940.0, 3942.0, 3942.0, 3940.0, 3943.0, 3944.0, 3940.0, 3964.0, 3941.0, 3930.0], 'WindowWidth': [8957.0, 8865.0, 8858.0, 8834.0, 8828.0, 8899.0, 8821.0, 8869.0, 8798.0, 8828.0, 8807.0, 8873.0, 8837.0, 8838.0, 8791.0, 8772.0, 8787.0, 8767.0, 8793.0, 8782.0, 8813.0, 8783.0, 8841.0, 8798.0, 8844.0, 8792.0, 8821.0, 8757.0, 8801.0, 8757.0, 8818.0, 8804.0, 8801.0, 8752.0, 8764.0, 8750.0, 8747.0, 8752.0, 8764.0, 8754.0, 8764.0, 8751.0, 8763.0, 8765.0, 8765.0, 8756.0, 8783.0, 8753.0, 8766.0, 8755.0, 8761.0, 8754.0, 8767.0, 8754.0, 8763.0, 8757.0, 8752.0, 8767.0, 8770.0, 8767.0, 8772.0, 8767.0, 8757.0, 8755.0, 8759.0, 8769.0, 8781.0, 8775.0, 8777.0, 8807.0, 8780.0, 8789.0, 8781.0, 8796.0, 8778.0, 8793.0, 8777.0, 8776.0, 8788.0, 8780.0, 8838.0, 8779.0, 8778.0, 8779.0, 8776.0, 8784.0, 8795.0, 8801.0, 8793.0, 8784.0, 8796.0, 8799.0, 8798.0, 8807.0, 8815.0, 8804.0, 8818.0, 8803.0, 8850.0, 8804.0, 8863.0, 8840.0, 8862.0, 8786.0, 8843.0, 8785.0, 8823.0, 8799.0, 8827.0, 8812.0, 8841.0, 8780.0, 8804.0, 8762.0, 8777.0, 8777.0, 8805.0, 8775.0, 8774.0, 8779.0, 8774.0, 8777.0, 8778.0, 8779.0, 8779.0, 8774.0, 8776.0, 8792.0, 8777.0, 8787.0, 8780.0, 8779.0, 8803.0, 8793.0, 8821.0, 8823.0, 8818.0, 8812.0, 8802.0, 8810.0, 8800.0, 8812.0, 8799.0, 8793.0, 8769.0, 8805.0, 8781.0, 8841.0, 8798.0, 8820.0, 8781.0, 8820.0, 8779.0, 8839.0, 8775.0, 8815.0, 8772.0, 8767.0, 8770.0, 8771.0, 8764.0, 8788.0, 8776.0, 8776.0, 8794.0, 8792.0, 8800.0, 8839.0, 8794.0, 8810.0, 8795.0, 8777.0, 8781.0, 8795.0, 8811.0, 8790.0, 8824.0, 8795.0, 8773.0, 8764.0, 8792.0, 8787.0, 8842.0, 8795.0, 8794.0, 8778.0, 8777.0, 8781.0, 8794.0, 8857.0, 8766.0, 8835.0, 8777.0, 8816.0, 8795.0, 8838.0, 8799.0, 8836.0, 8771.0, 8796.0, 8771.0, 8770.0, 8786.0, 8767.0, 8766.0, 8770.0, 8764.0, 8756.0, 8769.0, 8769.0, 8811.0, 8753.0, 8766.0, 8754.0, 8764.0, 8770.0, 8792.0, 8738.0, 8780.0, 8753.0, 8767.0, 8772.0, 8765.0, 8778.0, 8769.0, 8772.0, 8790.0, 8773.0, 8781.0, 8779.0, 8804.0, 8794.0, 8796.0, 8793.0, 8797.0, 8793.0, 8797.0, 8791.0, 8776.0, 8793.0, 8773.0, 8853.0, 8793.0, 8833.0, 8782.0, 8797.0, 8764.0, 8751.0, 8745.0, 8754.0, 8765.0, 8759.0, 8767.0, 8755.0, 8748.0, 8772.0, 8785.0, 8783.0, 8787.0, 8777.0, 8800.0, 8778.0, 8789.0, 8783.0, 8805.0, 8776.0, 8823.0, 8780.0, 8790.0, 8784.0, 8795.0, 8796.0, 8821.0, 8783.0, 8779.0, 8782.0, 8797.0, 8789.0, 8826.0, 8785.0, 8841.0, 8787.0, 8805.0, 8784.0, 8822.0, 8801.0, 8856.0, 8778.0, 8819.0, 8764.0, 8802.0, 8782.0, 8823.0, 8763.0, 8815.0, 8777.0, 8771.0, 8761.0, 8775.0, 8793.0, 8807.0, 8777.0, 8775.0, 8765.0, 8776.0, 8779.0, 8810.0, 8781.0, 8795.0, 8784.0, 8780.0, 8802.0, 8810.0, 8786.0, 8842.0, 8801.0, 8802.0, 8797.0, 8812.0, 8805.0, 8841.0, 8788.0, 8772.0, 8783.0, 8772.0, 8787.0, 8780.0, 8791.0, 8796.0, 8811.0, 8794.0, 8820.0, 8797.0, 8838.0, 8795.0, 8835.0, 8789.0, 8774.0, 8768.0, 8774.0, 8833.0, 8788.0, 8812.0, 8770.0, 8792.0, 8773.0, 8778.0, 8793.0, 8783.0, 8776.0, 8805.0, 8774.0, 8788.0, 8799.0, 8798.0, 8797.0, 8801.0, 8794.0, 8785.0, 8801.0, 8798.0, 8842.0, 8798.0, 8795.0, 8777.0, 8775.0, 8835.0, 8807.0, 8834.0, 8789.0, 8767.0, 8754.0, 8769.0, 8775.0, 8779.0, 8793.0, 8794.0, 8800.0, 8814.0, 8801.0, 8830.0, 8794.0, 8851.0, 8814.0, 8839.0, 8803.0, 8836.0, 8755.0, 8780.0, 8762.0, 8767.0, 8749.0, 8776.0, 8747.0, 8750.0, 8745.0, 8751.0, 8749.0, 8755.0, 8763.0, 8750.0, 8768.0, 8754.0, 8753.0, 8763.0, 8771.0, 8763.0, 8751.0, 8780.0, 8754.0, 8750.0, 8755.0, 8754.0, 8773.0, 8756.0, 8776.0, 8771.0, 8778.0, 8779.0, 8799.0, 8810.0, 8794.0, 8808.0, 8813.0, 8797.0, 8796.0, 8800.0, 8812.0, 8843.0, 8811.0, 8794.0, 8793.0, 8796.0, 8813.0, 8804.0, 8797.0, 8798.0, 8817.0, 8795.0, 8818.0, 8803.0, 8822.0, 8853.0, 8819.0, 8806.0, 8803.0, 8801.0, 8864.0, 8835.0, 8847.0, 8812.0, 8812.0, 8798.0, 8810.0, 8797.0, 8817.0, 8820.0, 8812.0, 8799.0, 8812.0, 8794.0, 8795.0, 8799.0, 8864.0, 8796.0, 8827.0, 8779.0, 8793.0, 8782.0, 8824.0, 8802.0, 8792.0, 8796.0, 8809.0, 8794.0, 8799.0, 8818.0, 8814.0, 8820.0, 8805.0, 8795.0, 8802.0, 8833.0, 8803.0, 8876.0, 8784.0, 8838.0, 8784.0, 8804.0, 8793.0, 8839.0, 8796.0, 8854.0, 8794.0, 8809.0, 8792.0, 8790.0, 8800.0, 8806.0, 8795.0, 8853.0, 8787.0, 8833.0, 8768.0, 8817.0, 8766.0, 8817.0, 8766.0, 8750.0, 8747.0, 8748.0, 8747.0, 8768.0, 8764.0, 8767.0, 8791.0, 8771.0, 8791.0, 8797.0, 8797.0, 8796.0, 8813.0, 8798.0, 8797.0, 8819.0, 8811.0, 8805.0, 8831.0, 8796.0, 8855.0, 8800.0, 8857.0, 8832.0, 8855.0, 8795.0, 8832.0, 8777.0, 8804.0, 8799.0, 8822.0, 8815.0, 8808.0, 8797.0, 8795.0, 8795.0, 8794.0, 8793.0, 8794.0, 8823.0, 8777.0, 8765.0, 8766.0, 8801.0, 8770.0, 8788.0, 8754.0, 8794.0, 8801.0, 8800.0, 8843.0, 8781.0, 8836.0, 8797.0, 8854.0, 8806.0, 8834.0, 8774.0, 8770.0, 8753.0, 8767.0, 8764.0, 8765.0, 8746.0, 8749.0, 8768.0, 8753.0, 8769.0, 8776.0, 8772.0, 8774.0, 8793.0, 8772.0, 8763.0, 8781.0, 8792.0, 8805.0, 8787.0, 8772.0, 8849.0, 8754.0, 8811.0, 8753.0, 8794.0, 8768.0, 8776.0, 8738.0, 8748.0, 8768.0, 8754.0, 8773.0, 8775.0, 8785.0, 8772.0, 8792.0, 8777.0, 8795.0, 8804.0, 8817.0, 8820.0, 8803.0, 8796.0, 8799.0, 8799.0, 8814.0, 8803.0, 8815.0, 8797.0, 8843.0, 8783.0, 8821.0, 8783.0, 8821.0, 8811.0, 8833.0, 8779.0, 8800.0, 8777.0, 8788.0, 8766.0, 8790.0, 8776.0, 8791.0, 8794.0, 8776.0, 8797.0, 8781.0, 8798.0, 8786.0, 8795.0, 8782.0, 8807.0, 8782.0, 8825.0, 8789.0, 8871.0, 8829.0, 8858.0, 8858.0, 8853.0, 8828.0, 8838.0, 8806.0, 8797.0, 8793.0, 8800.0, 8786.0, 8845.0, 8822.0, 8826.0, 8831.0, 8824.0, 8833.0, 8828.0, 8862.0, 8821.0, 8861.0, 8804.0, 8826.0, 8804.0, 8885.0, 8821.0, 8864.0, 8805.0, 8815.0, 8819.0, 8815.0, 8871.0, 8822.0, 8818.0, 8800.0, 8830.0, 8799.0, 8859.0, 8795.0, 8830.0, 8795.0, 8797.0, 8847.0, 8829.0, 8854.0, 8774.0, 8813.0, 8754.0, 8783.0, 8766.0, 8767.0, 8767.0, 8751.0, 8772.0, 8766.0, 8768.0, 8770.0, 8787.0, 8775.0, 8786.0, 8788.0, 8784.0, 8775.0, 8803.0, 8792.0, 8829.0, 8793.0, 8830.0, 8774.0, 8798.0, 8797.0, 8835.0, 8777.0, 8820.0, 8790.0, 8802.0, 8795.0, 8803.0, 8794.0, 8785.0, 8786.0, 8788.0, 8788.0, 8792.0, 8792.0, 8784.0, 8772.0, 8793.0, 8798.0, 8808.0, 8823.0, 8843.0, 8798.0, 8843.0, 8779.0, 8827.0, 8790.0, 8838.0, 8803.0, 8770.0, 8833.0, 8755.0, 8795.0, 8753.0, 8793.0, 8764.0, 8748.0, 8767.0, 8748.0, 8771.0, 8767.0, 8755.0, 8772.0, 8790.0, 8771.0, 8790.0, 8774.0, 8799.0, 8794.0, 8793.0, 8820.0, 8794.0, 8806.0, 8795.0, 8806.0, 8802.0, 8822.0, 8794.0, 8820.0, 8794.0, 8797.0, 8794.0, 8808.0, 8795.0, 8815.0, 8794.0, 8790.0, 8779.0, 8795.0, 8800.0, 8795.0, 8795.0, 8802.0, 8798.0, 8802.0, 8798.0, 8788.0, 8859.0, 8801.0, 8842.0, 8797.0, 8822.0, 8821.0, 8845.0, 8819.0, 8826.0, 8800.0, 8809.0, 8797.0, 8846.0, 8805.0, 8861.0, 8792.0, 8857.0, 8780.0, 8820.0, 8780.0, 8805.0, 8776.0, 8818.0, 8763.0, 8774.0, 8777.0, 8774.0, 8797.0, 8782.0, 8815.0, 8795.0, 8803.0, 8793.0, 8815.0, 8796.0, 8790.0, 8833.0, 8800.0, 8828.0, 8817.0, 8798.0, 8819.0, 8814.0, 8826.0, 8817.0, 8820.0, 8833.0, 8820.0, 8833.0, 8828.0, 8834.0, 8835.0, 8831.0, 8802.0, 8878.0, 8796.0, 8857.0, 8836.0, 8857.0, 8811.0, 8823.0, 8799.0, 8790.0, 8795.0, 8794.0, 8799.0, 8807.0, 8795.0, 8793.0, 8793.0, 8794.0, 8797.0, 8795.0, 8838.0, 8795.0, 8795.0, 8792.0, 8780.0, 8797.0, 8839.0, 8789.0, 8822.0, 8781.0, 8775.0, 8798.0, 8795.0, 8797.0, 8821.0, 8793.0, 8805.0, 8793.0, 8805.0, 8797.0, 8807.0, 8793.0, 8792.0, 8779.0, 8790.0, 8792.0, 8793.0, 8856.0, 8778.0, 8815.0, 8787.0, 8772.0, 8818.0, 8794.0, 8773.0, 8814.0, 8766.0, 8798.0, 8772.0, 8770.0, 8778.0, 8773.0, 8773.0, 8779.0, 8777.0, 8774.0, 8777.0, 8771.0, 8841.0, 8783.0, 8770.0, 8798.0, 8752.0, 8807.0, 8757.0, 8797.0, 8773.0, 8790.0, 8755.0, 8767.0, 8768.0, 8753.0, 8755.0, 8756.0, 8771.0, 8770.0, 8785.0, 8773.0, 8782.0, 8772.0, 8765.0, 8779.0, 8779.0, 8772.0, 8769.0, 8793.0, 8803.0, 8860.0, 8887.0, 8888.0, 8844.0, 8829.0, 8812.0, 8797.0, 8818.0, 8837.0, 8815.0, 8832.0, 8819.0, 8845.0, 8823.0, 8861.0, 8799.0, 8842.0, 8793.0, 8797.0, 8841.0, 8808.0, 8835.0, 8768.0, 8814.0, 8772.0, 8781.0, 8774.0, 8769.0, 8778.0, 8784.0, 8795.0, 8810.0, 8798.0, 8793.0, 8819.0, 8811.0, 8818.0, 8827.0, 8817.0, 8813.0, 8804.0, 8812.0, 8806.0, 8859.0, 8817.0, 8842.0, 8819.0, 8810.0, 8813.0, 8826.0, 8789.0, 8862.0, 8794.0, 8825.0, 8794.0, 8790.0, 8795.0, 8778.0, 8798.0, 8796.0, 8796.0, 8795.0, 8816.0, 8796.0, 8821.0, 8802.0, 8825.0, 8831.0, 8822.0, 8844.0, 8818.0, 8830.0, 8821.0, 8827.0, 8805.0, 8844.0, 8819.0, 8842.0, 8815.0, 8813.0, 8818.0, 8816.0, 8818.0, 8816.0, 8824.0, 8842.0, 8820.0, 8815.0, 8802.0, 8809.0, 8802.0, 8813.0, 8799.0, 8824.0, 8784.0, 8799.0, 8815.0, 8795.0, 8804.0, 8802.0, 8825.0, 8814.0, 8821.0, 8832.0, 8820.0, 8819.0, 8824.0, 8838.0, 8818.0, 8870.0, 8802.0, 8816.0, 8812.0, 8813.0, 8878.0, 8820.0, 8860.0, 8816.0, 8839.0, 8815.0, 8798.0, 8818.0, 8802.0, 8839.0, 8821.0, 8839.0, 8820.0, 8841.0, 8828.0, 8837.0, 8826.0, 8884.0, 8856.0, 8861.0, 8817.0, 8827.0, 8816.0, 8796.0, 8816.0, 8812.0, 8811.0, 8811.0, 8815.0, 8812.0, 8821.0, 8819.0, 8814.0, 8818.0, 8818.0, 8814.0, 8822.0, 8824.0, 8813.0, 8851.0, 8815.0, 8798.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.00038906934306569345</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.025100812682481752</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.39187391791785</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.251258448949772</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9976697524474892</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4928</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4533.5713</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09692957309265107</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>42</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.832116788321168</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.50276816400554</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3943887610951413</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.774104661132918</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.339811069788561</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0119081</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016060009598731995</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03526880592107773</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.830163764134716</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>23.4191</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.5109</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>191.3214</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298405.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>931.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>355.646</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2873</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>453.0606</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3110.2515</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3309.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>78139.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>988.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4096.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>863.9262</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>39.10441237001214</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> |